mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-17 15:34:54 +00:00
Initial commit
This commit is contained in:
20
GerenciaProjetos/wwwroot/lib/font-awesome/scss/_bordered-pulled.scss
vendored
Normal file
20
GerenciaProjetos/wwwroot/lib/font-awesome/scss/_bordered-pulled.scss
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
// Bordered & Pulled
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-border {
|
||||
border: solid .08em $fa-border-color;
|
||||
border-radius: .1em;
|
||||
padding: .2em .25em .15em;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-pull-left { float: left; }
|
||||
.#{$fa-css-prefix}-pull-right { float: right; }
|
||||
|
||||
.#{$fa-css-prefix},
|
||||
.fas,
|
||||
.far,
|
||||
.fal,
|
||||
.fab {
|
||||
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
|
||||
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
|
||||
}
|
Reference in New Issue
Block a user