mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
e711f8b839
- Cleanup _config.yml - Move navigation and author info to data files - Convert .less stylesheets to .scss - Update documentation - Include Octopress gem for new post/page creation
16 lines
332 B
SCSS
16 lines
332 B
SCSS
// 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; }
|
|
}
|