mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-28 06:55:57 -05:00
cba77d2e55
1)Fixed the PlaceNode issue. 2)Added fontAwesome css folder (public/styles/font-awesome) 3)Added come css stlying for placeNode table in style.css
14 lines
375 B
SCSS
14 lines
375 B
SCSS
// Icon Sizes
|
|
// -------------------------
|
|
|
|
/* makes the font 33% larger relative to the icon container */
|
|
.#{$fa-css-prefix}-lg {
|
|
font-size: (4em / 3);
|
|
line-height: (3em / 4);
|
|
vertical-align: -15%;
|
|
}
|
|
.#{$fa-css-prefix}-2x { font-size: 2em; }
|
|
.#{$fa-css-prefix}-3x { font-size: 3em; }
|
|
.#{$fa-css-prefix}-4x { font-size: 4em; }
|
|
.#{$fa-css-prefix}-5x { font-size: 5em; }
|