add local copy of fontawesome-free-5.8.1-web
This commit is contained in:
parent
2fb0789e69
commit
25bc0413e0
1603 changed files with 125093 additions and 0 deletions
20
static/fontawesome-free-5.8.1-web/scss/_bordered-pulled.scss
Normal file
20
static/fontawesome-free-5.8.1-web/scss/_bordered-pulled.scss
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; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue