mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-24 02:16:29 +02:00
first refonte
This commit is contained in:
commit
9e9cd47b91
226 changed files with 34307 additions and 0 deletions
16
assets/font/fonts-awesome/scss/_bordered-pulled.scss
Executable file
16
assets/font/fonts-awesome/scss/_bordered-pulled.scss
Executable file
|
@ -0,0 +1,16 @@
|
|||
// Bordered & Pulled
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-border {
|
||||
padding: .2em .25em .15em;
|
||||
border: solid .08em $fa-border-color;
|
||||
border-radius: .1em;
|
||||
}
|
||||
|
||||
.pull-right { float: right; }
|
||||
.pull-left { float: left; }
|
||||
|
||||
.#{$fa-css-prefix} {
|
||||
&.pull-left { margin-right: .3em; }
|
||||
&.pull-right { margin-left: .3em; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue