mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-21 12:42:05 +01:00
improve build files
This commit is contained in:
parent
c62bdbe44a
commit
0f9605d08e
2
src/component/fontawesome/index.css
vendored
2
src/component/fontawesome/index.css
vendored
@ -1,4 +1,4 @@
|
||||
/*!
|
||||
/*
|
||||
* Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
*/
|
||||
|
@ -14,20 +14,7 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
--form-range-hue: linear-gradient(to right,
|
||||
hsl(0, 100%, 50%),
|
||||
hsl(30, 100%, 50%),
|
||||
hsl(60, 100%, 50%),
|
||||
hsl(90, 100%, 50%),
|
||||
hsl(120, 100%, 50%),
|
||||
hsl(150, 100%, 50%),
|
||||
hsl(180, 100%, 50%),
|
||||
hsl(210, 100%, 50%),
|
||||
hsl(240, 100%, 50%),
|
||||
hsl(270, 100%, 50%),
|
||||
hsl(300, 100%, 50%),
|
||||
hsl(330, 100%, 50%),
|
||||
hsl(360, 100%, 50%));
|
||||
--form-range-hue: linear-gradient(to right, hsl(0, 100%, 50%), hsl(30, 100%, 50%), hsl(60, 100%, 50%), hsl(90, 100%, 50%), hsl(120, 100%, 50%), hsl(150, 100%, 50%), hsl(180, 100%, 50%), hsl(210, 100%, 50%), hsl(240, 100%, 50%), hsl(270, 100%, 50%), hsl(300, 100%, 50%), hsl(330, 100%, 50%), hsl(360, 100%, 50%));
|
||||
}
|
||||
|
||||
input[type="range"] {
|
||||
|
Loading…
Reference in New Issue
Block a user