update
This commit is contained in:
parent
7d62445499
commit
c734ac7f26
2207 changed files with 391853 additions and 1354 deletions
16
rocky-austria/fontawesome/scss/_sizing.scss
vendored
Normal file
16
rocky-austria/fontawesome/scss/_sizing.scss
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
// sizing icons
|
||||
// -------------------------
|
||||
|
||||
// literal magnification scale
|
||||
@for $i from 1 through 10 {
|
||||
.#{$fa-css-prefix}-#{$i}x {
|
||||
font-size: $i * 1em;
|
||||
}
|
||||
}
|
||||
|
||||
// step-based scale (with alignment)
|
||||
@each $size, $value in $fa-sizes {
|
||||
.#{$fa-css-prefix}-#{$size} {
|
||||
@include fa-size($value);
|
||||
}
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue