mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update AdminLTE
- from 2.4.5 to 2.4.18 (cannot detect any issues) - set default scancycle for Apple Devices to 1
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// stylelint-disable value-list-comma-newline-after, value-list-comma-space-after, indentation, declaration-colon-newline-after, font-family-no-missing-generic-family-keyword
|
||||
|
||||
//
|
||||
// Glyphicons for Bootstrap
|
||||
//
|
||||
@@ -9,13 +11,13 @@
|
||||
|
||||
// Import the fonts
|
||||
@font-face {
|
||||
font-family: 'Glyphicons Halflings';
|
||||
src: url('@{icon-font-path}@{icon-font-name}.eot');
|
||||
src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
|
||||
url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),
|
||||
url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
|
||||
url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
|
||||
url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
|
||||
font-family: "Glyphicons Halflings";
|
||||
src: url("@{icon-font-path}@{icon-font-name}.eot");
|
||||
src: url("@{icon-font-path}@{icon-font-name}.eot?#iefix") format("embedded-opentype"),
|
||||
url("@{icon-font-path}@{icon-font-name}.woff2") format("woff2"),
|
||||
url("@{icon-font-path}@{icon-font-name}.woff") format("woff"),
|
||||
url("@{icon-font-path}@{icon-font-name}.ttf") format("truetype"),
|
||||
url("@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}") format("svg");
|
||||
}
|
||||
|
||||
// Catchall baseclass
|
||||
@@ -23,9 +25,9 @@
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: inline-block;
|
||||
font-family: 'Glyphicons Halflings';
|
||||
font-family: "Glyphicons Halflings";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-weight: 400;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
Reference in New Issue
Block a user