mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
22 lines
329 B
SCSS
22 lines
329 B
SCSS
|
.sticker {
|
||
|
margin: 20px;
|
||
|
padding: 5px;
|
||
|
background-color: #f6fbff;
|
||
|
|
||
|
.caption {
|
||
|
display: inline-block;
|
||
|
vertical-align: middle;
|
||
|
margin-left: 20px;
|
||
|
|
||
|
.name {
|
||
|
font-size: 1.1em;
|
||
|
font-weight: bold;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.description {
|
||
|
color: #7d7d7d;
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
}
|