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
19 lines
430 B
SCSS
19 lines
430 B
SCSS
/*!
|
|
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
|
*/
|
|
|
|
@import "variables";
|
|
@import "mixins";
|
|
@import "path";
|
|
@import "core";
|
|
@import "larger";
|
|
@import "fixed-width";
|
|
@import "list";
|
|
@import "bordered-pulled";
|
|
@import "animated";
|
|
@import "rotated-flipped";
|
|
@import "stacked";
|
|
@import "icons";
|
|
@import "screen-reader";
|