mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
updated Bootstrap to 3.3.5 -> placed in /bootstrap/
updated jquery to 2.1.4 -> placed in /jquery/ updated jquery-ui to 1.11.4 -> placed in /jquery-ui/
This commit is contained in:
13
include/font-awesome/less/larger.less
vendored
Normal file
13
include/font-awesome/less/larger.less
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// 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; }
|
||||
Reference in New Issue
Block a user