refactor: re-format CSS files in VSCode
This commit is contained in:
@@ -38,14 +38,42 @@
|
||||
--color-secondary-dark-7: rgb(141.9306818182, 150.7988636364, 172.9693181818);
|
||||
--color-secondary-dark-8: rgb(133.0636363636, 142.6272727273, 166.5363636364);
|
||||
--color-secondary-dark-9: rgb(124.1965909091, 134.4556818182, 160.1034090909);
|
||||
--color-secondary-dark-10: rgb(115.3295454545, 126.2840909091, 153.6704545455);
|
||||
--color-secondary-dark-11: rgb(106.6693181818, 118.2011363636, 147.0306818182);
|
||||
--color-secondary-dark-12: rgb(100.2363636364, 111.0727272727, 138.1636363636);
|
||||
--color-secondary-dark-10: rgb(
|
||||
115.3295454545,
|
||||
126.2840909091,
|
||||
153.6704545455
|
||||
);
|
||||
--color-secondary-dark-11: rgb(
|
||||
106.6693181818,
|
||||
118.2011363636,
|
||||
147.0306818182
|
||||
);
|
||||
--color-secondary-dark-12: rgb(
|
||||
100.2363636364,
|
||||
111.0727272727,
|
||||
138.1636363636
|
||||
);
|
||||
--color-secondary-dark-13: rgb(93.8034090909, 103.9443181818, 129.2965909091);
|
||||
--color-secondary-light-1: rgb(212.8670454545, 216.1715909091, 224.4329545455);
|
||||
--color-secondary-light-2: rgb(221.7340909091, 224.3431818182, 230.8659090909);
|
||||
--color-secondary-light-3: rgb(230.6011363636, 232.5147727273, 237.2988636364);
|
||||
--color-secondary-light-4: rgb(239.4681818182, 240.6863636364, 243.7318181818);
|
||||
--color-secondary-light-1: rgb(
|
||||
212.8670454545,
|
||||
216.1715909091,
|
||||
224.4329545455
|
||||
);
|
||||
--color-secondary-light-2: rgb(
|
||||
221.7340909091,
|
||||
224.3431818182,
|
||||
230.8659090909
|
||||
);
|
||||
--color-secondary-light-3: rgb(
|
||||
230.6011363636,
|
||||
232.5147727273,
|
||||
237.2988636364
|
||||
);
|
||||
--color-secondary-light-4: rgb(
|
||||
239.4681818182,
|
||||
240.6863636364,
|
||||
243.7318181818
|
||||
);
|
||||
--color-secondary-alpha-10: rgba(204, 208, 218, 0.1);
|
||||
--color-secondary-alpha-20: rgba(204, 208, 218, 0.2);
|
||||
--color-secondary-alpha-30: rgba(204, 208, 218, 0.3);
|
||||
@@ -140,13 +168,25 @@
|
||||
--color-red-badge-hover-bg: rgb(233.8, 16.7, 63.46);
|
||||
--color-green-badge: #40a02b;
|
||||
--color-green-badge-bg: #40a02b;
|
||||
--color-green-badge-hover-bg: rgb(72.039408867, 180.0985221675, 48.4014778325);
|
||||
--color-green-badge-hover-bg: rgb(
|
||||
72.039408867,
|
||||
180.0985221675,
|
||||
48.4014778325
|
||||
);
|
||||
--color-yellow-badge: #df8e1d;
|
||||
--color-yellow-badge-bg: #eff1f5;
|
||||
--color-yellow-badge-hover-bg: rgb(228.244047619, 153.5119047619, 49.255952381);
|
||||
--color-yellow-badge-hover-bg: rgb(
|
||||
228.244047619,
|
||||
153.5119047619,
|
||||
49.255952381
|
||||
);
|
||||
--color-orange-badge: #fe640b;
|
||||
--color-orange-badge-bg: #eff1f5;
|
||||
--color-orange-badge-hover-bg: rgb(254.1040816327, 116.1326530612, 36.3959183673);
|
||||
--color-orange-badge-hover-bg: rgb(
|
||||
254.1040816327,
|
||||
116.1326530612,
|
||||
36.3959183673
|
||||
);
|
||||
--color-git: #fe640b;
|
||||
--color-highlight-bg: rgba(223, 142, 29, 0.15);
|
||||
/* target-based colors */
|
||||
@@ -214,14 +254,20 @@
|
||||
--color-active-line: #bcc0cc;
|
||||
}
|
||||
|
||||
.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: #eff1f5;
|
||||
}
|
||||
.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,
|
||||
@@ -846,4 +892,4 @@ strong.attention-warning {
|
||||
}
|
||||
.monaco-editor .bracket-highlighting-5 {
|
||||
color: rgb(112, 65.8, 185.4) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user