3db5fc2f12
dash-stack orginally was tought as Python Flask project. After some heatet argument and strong considiration we have decided to move the project to Django. This commit is the initial commit for moving project to Django. Change-Id: Id28e3cf1dafbed7dd647b1020376bae893f5c3a2 Signed-off-by: Paarhati Ozkasgarli <ozkasgarli@gmail.com>
14 lines
375 B
SCSS
14 lines
375 B
SCSS
// Icon Sizes
|
|
// -------------------------
|
|
|
|
/* makes the font 33% larger relative to the icon container */
|
|
.#{$fa-css-prefix}-lg {
|
|
font-size: (4em / 3);
|
|
line-height: (3em / 4);
|
|
vertical-align: -15%;
|
|
}
|
|
.#{$fa-css-prefix}-2x { font-size: 2em; }
|
|
.#{$fa-css-prefix}-3x { font-size: 3em; }
|
|
.#{$fa-css-prefix}-4x { font-size: 4em; }
|
|
.#{$fa-css-prefix}-5x { font-size: 5em; }
|