mirror of https://github.com/luizdepra/hugo-coder.git

Nico Alt
02.09.2019 bd8f61093656f2804c0175b49ae01f70866d8b5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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; }
}