1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 14:49:42 +02:00
documize/gui/app/styles/core/widget/widget-symbol.scss
McMatts a211ba051a Per space label, icon, description
Labels introduce visual grouping and filtering of spaces.
2019-01-04 16:33:30 +00:00

20 lines
382 B
SCSS

.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;
}
}