1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

css tweaks

This commit is contained in:
Harvey Kandola 2017-10-05 11:41:53 -04:00
parent 0e00085f81
commit c8dc284d03
6 changed files with 34 additions and 9 deletions

View file

@ -0,0 +1,17 @@
.symbol {
display: inline-block;
border-radius: 2px;
height: 40px;
width: 40px;
padding: 0;
line-height: 0;
margin: 0;
text-align: center;
background-color: $color-symbol-box;
> .material-icons {
font-size: 22px;
margin-top: 20px;
color: $color-symbol-icon;
}
}