refactor: re-format CSS files in VSCode
This commit is contained in:
@@ -38,10 +38,26 @@
|
||||
--color-secondary-dark-7: rgb(97.4842105263, 104.7052631579, 142.6157894737);
|
||||
--color-secondary-dark-8: rgb(103.7714285714, 111.4285714286, 151.6285714286);
|
||||
--color-secondary-dark-9: rgb(112.8593984962, 120.0563909774, 157.8406015038);
|
||||
--color-secondary-dark-10: rgb(121.9473684211, 128.6842105263, 164.0526315789);
|
||||
--color-secondary-dark-11: rgb(131.0353383459, 137.3120300752, 170.2646616541);
|
||||
--color-secondary-dark-12: rgb(140.1233082707, 145.9398496241, 176.4766917293);
|
||||
--color-secondary-dark-13: rgb(149.2112781955, 154.5676691729, 182.6887218045);
|
||||
--color-secondary-dark-10: rgb(
|
||||
121.9473684211,
|
||||
128.6842105263,
|
||||
164.0526315789
|
||||
);
|
||||
--color-secondary-dark-11: rgb(
|
||||
131.0353383459,
|
||||
137.3120300752,
|
||||
170.2646616541
|
||||
);
|
||||
--color-secondary-dark-12: rgb(
|
||||
140.1233082707,
|
||||
145.9398496241,
|
||||
176.4766917293
|
||||
);
|
||||
--color-secondary-dark-13: rgb(
|
||||
149.2112781955,
|
||||
154.5676691729,
|
||||
182.6887218045
|
||||
);
|
||||
--color-secondary-light-1: rgb(47.7879699248, 51.3278195489, 69.9120300752);
|
||||
--color-secondary-light-2: rgb(41.5759398496, 44.6556390977, 60.8240601504);
|
||||
--color-secondary-light-3: rgb(35.3639097744, 37.9834586466, 51.7360902256);
|
||||
@@ -137,16 +153,32 @@
|
||||
--color-info-text: #cad3f5;
|
||||
--color-red-badge: rgb(230.347826087, 90.652173913, 111.1956521739);
|
||||
--color-red-badge-bg: #181926;
|
||||
--color-red-badge-hover-bg: rgb(233.6739130435, 112.8260869565, 130.597826087);
|
||||
--color-red-badge-hover-bg: rgb(
|
||||
233.6739130435,
|
||||
112.8260869565,
|
||||
130.597826087
|
||||
);
|
||||
--color-green-badge: #a6da95;
|
||||
--color-green-badge-bg: #a6da95;
|
||||
--color-green-badge-hover-bg: rgb(150.1293706294, 211.4020979021, 130.0979020979);
|
||||
--color-green-badge-hover-bg: rgb(
|
||||
150.1293706294,
|
||||
211.4020979021,
|
||||
130.0979020979
|
||||
);
|
||||
--color-yellow-badge: #eed49f;
|
||||
--color-yellow-badge-bg: #181926;
|
||||
--color-yellow-badge-hover-bg: rgb(234.1637168142, 202.296460177, 137.3362831858);
|
||||
--color-yellow-badge-hover-bg: rgb(
|
||||
234.1637168142,
|
||||
202.296460177,
|
||||
137.3362831858
|
||||
);
|
||||
--color-orange-badge: #f5a97f;
|
||||
--color-orange-badge-bg: #181926;
|
||||
--color-orange-badge-hover-bg: rgb(243.152173913, 153.1086956522, 103.347826087);
|
||||
--color-orange-badge-hover-bg: rgb(
|
||||
243.152173913,
|
||||
153.1086956522,
|
||||
103.347826087
|
||||
);
|
||||
--color-git: #f5a97f;
|
||||
--color-highlight-bg: rgba(238, 212, 159, 0.15);
|
||||
/* target-based colors */
|
||||
@@ -222,13 +254,13 @@
|
||||
.emoji[aria-label="ON! arrow"],
|
||||
.emoji[aria-label="SOON arrow"],
|
||||
.emoji[aria-label="heavy dollar sign"],
|
||||
.emoji[aria-label=copyright],
|
||||
.emoji[aria-label=registered],
|
||||
.emoji[aria-label="copyright"],
|
||||
.emoji[aria-label="registered"],
|
||||
.emoji[aria-label="trade mark"],
|
||||
.emoji[aria-label=multiply],
|
||||
.emoji[aria-label=plus],
|
||||
.emoji[aria-label=minus],
|
||||
.emoji[aria-label=divide],
|
||||
.emoji[aria-label="multiply"],
|
||||
.emoji[aria-label="plus"],
|
||||
.emoji[aria-label="minus"],
|
||||
.emoji[aria-label="divide"],
|
||||
.emoji[aria-label="curly loop"],
|
||||
.emoji[aria-label="double curly loop"],
|
||||
.emoji[aria-label="wavy dash"],
|
||||
@@ -238,14 +270,20 @@
|
||||
filter: invert(100%) hue-rotate(180deg);
|
||||
}
|
||||
|
||||
.ui.ui.ui.button:not(.inverted, .basic).primary, .ui.ui.ui.button:not(.inverted, .basic).green, .ui.ui.ui.button:not(.inverted, .basic).red, .ui.ui.ui.button:not(.inverted, .basic).teal,
|
||||
.ui.ui.ui.button:not(.inverted, .basic).primary,
|
||||
.ui.ui.ui.button:not(.inverted, .basic).green,
|
||||
.ui.ui.ui.button:not(.inverted, .basic).red,
|
||||
.ui.ui.ui.button:not(.inverted, .basic).teal,
|
||||
.ui.ui.ui.label:not(.inverted, .basic).primary,
|
||||
.ui.ui.ui.label:not(.inverted, .basic).green,
|
||||
.ui.ui.ui.label:not(.inverted, .basic).red,
|
||||
.ui.ui.ui.label:not(.inverted, .basic).teal {
|
||||
color: #181926;
|
||||
}
|
||||
.ui.ui.ui.button:not(.inverted, .basic).primary:hover, .ui.ui.ui.button:not(.inverted, .basic).green:hover, .ui.ui.ui.button:not(.inverted, .basic).red:hover, .ui.ui.ui.button:not(.inverted, .basic).teal:hover,
|
||||
.ui.ui.ui.button:not(.inverted, .basic).primary:hover,
|
||||
.ui.ui.ui.button:not(.inverted, .basic).green:hover,
|
||||
.ui.ui.ui.button:not(.inverted, .basic).red:hover,
|
||||
.ui.ui.ui.button:not(.inverted, .basic).teal:hover,
|
||||
.ui.ui.ui.label:not(.inverted, .basic).primary:hover,
|
||||
.ui.ui.ui.label:not(.inverted, .basic).green:hover,
|
||||
.ui.ui.ui.label:not(.inverted, .basic).red:hover,
|
||||
@@ -870,4 +908,4 @@ strong.attention-warning {
|
||||
}
|
||||
.monaco-editor .bracket-highlighting-5 {
|
||||
color: rgb(199.6, 180.4, 245.6) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user