File: _bordered-pulled.scss

package info (click to toggle)
fonts-elusive-icons 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 580 kB
  • sloc: makefile: 15
file content (16 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Bordered & Pulled
// -------------------------

.#{$el-css-prefix}-border {
  padding: .2em .25em .15em;
  border: solid .08em $el-border-color;
  border-radius: .1em;
}

.pull-right { float: right; }
.pull-left { float: left; }

.#{$el-css-prefix} {
  &.pull-left { margin-right: .3em; }
  &.pull-right { margin-left: .3em; }
}