Project

General

Profile

Download (422 Bytes) Statistics
| Branch: | Tag: | Revision:
1
// Bordered & Pulled
2
// -------------------------
3

    
4
.@{fa-css-prefix}-border {
5
  border-radius: .1em;
6
  border: solid .08em @fa-border-color;
7
  padding: .2em .25em .15em;
8
}
9

    
10
.@{fa-css-prefix}-pull-left { float: left; }
11
.@{fa-css-prefix}-pull-right { float: right; }
12

    
13
.@{fa-css-prefix}, .fas, .far, .fal, .fab {
14
  &.@{fa-css-prefix}-pull-left { margin-right: .3em; }
15
  &.@{fa-css-prefix}-pull-right { margin-left: .3em; }
16
}
(2-2/18)