MeshCentral/public/styles/font-awesome/scss/_bordered-pulled.scss
Ganeshr93 cba77d2e55 Fixed the PlaceNode issue and added fontAwesome css folder
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
2017-09-29 14:20:08 -07:00

26 lines
592 B
SCSS

// Bordered & Pulled
// -------------------------
.#{$fa-css-prefix}-border {
padding: .2em .25em .15em;
border: solid .08em $fa-border-color;
border-radius: .1em;
}
.#{$fa-css-prefix}-pull-left { float: left; }
.#{$fa-css-prefix}-pull-right { float: right; }
.#{$fa-css-prefix} {
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
}
/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }
.#{$fa-css-prefix} {
&.pull-left { margin-right: .3em; }
&.pull-right { margin-left: .3em; }
}