Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bordered-pulled.less « less « font-awesome « static - github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c90eb5672b04fc66edcc99f003e15fc638e279c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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; }
}