1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/gui/app/styles/core/widget/widget-symbol.scss

21 lines
382 B
SCSS
Raw Normal View History

.symbol {
display: inline-block;
border-radius: 2px;
height: 40px;
width: 40px;
padding: 0;
line-height: 0;
margin: 0;
text-align: center;
vertical-align: center;
background-color: map-get($gray-shades, 200);
> .dicon {
font-size: 18px;
line-height: 27px;
margin: 7px 0 0 0;
color: map-get($gray-shades, 700);
font-weight: 400;
}
}