refactor: re-format CSS files in VSCode
This commit is contained in:
@@ -38,9 +38,17 @@
|
||||
--color-secondary-dark-7: rgb(111.1551948052, 117.6201298701, 149.9448051948);
|
||||
--color-secondary-dark-8: rgb(119.9974025974, 126.0649350649, 156.4025974026);
|
||||
--color-secondary-dark-9: rgb(128.8396103896, 134.5097402597, 162.8603896104);
|
||||
--color-secondary-dark-10: rgb(137.6818181818, 142.9545454545, 169.3181818182);
|
||||
--color-secondary-dark-10: rgb(
|
||||
137.6818181818,
|
||||
142.9545454545,
|
||||
169.3181818182
|
||||
);
|
||||
--color-secondary-dark-11: rgb(146.524025974, 151.3993506494, 175.775974026);
|
||||
--color-secondary-dark-12: rgb(155.3662337662, 159.8441558442, 182.2337662338);
|
||||
--color-secondary-dark-12: rgb(
|
||||
155.3662337662,
|
||||
159.8441558442,
|
||||
182.2337662338
|
||||
);
|
||||
--color-secondary-dark-13: rgb(164.2084415584, 168.288961039, 188.6915584416);
|
||||
--color-secondary-light-1: rgb(58.5422077922, 62.1448051948, 80.1577922078);
|
||||
--color-secondary-light-2: rgb(52.0844155844, 55.2896103896, 71.3155844156);
|
||||
@@ -137,13 +145,25 @@
|
||||
--color-info-text: #c6d0f5;
|
||||
--color-red-badge: rgb(222.7852348993, 87.2147651007, 89.8993288591);
|
||||
--color-red-badge-bg: #232634;
|
||||
--color-red-badge-hover-bg: rgb(226.8926174497, 108.6073825503, 110.9496644295);
|
||||
--color-red-badge-hover-bg: rgb(
|
||||
226.8926174497,
|
||||
108.6073825503,
|
||||
110.9496644295
|
||||
);
|
||||
--color-green-badge: #a6d189;
|
||||
--color-green-badge-bg: #a6d189;
|
||||
--color-green-badge-hover-bg: rgb(152.1615853659, 201.8475609756, 118.6524390244);
|
||||
--color-green-badge-hover-bg: rgb(
|
||||
152.1615853659,
|
||||
201.8475609756,
|
||||
118.6524390244
|
||||
);
|
||||
--color-yellow-badge: #e5c890;
|
||||
--color-yellow-badge-bg: #232634;
|
||||
--color-yellow-badge-hover-bg: rgb(224.1605839416, 189.7627737226, 123.3394160584);
|
||||
--color-yellow-badge-hover-bg: rgb(
|
||||
224.1605839416,
|
||||
189.7627737226,
|
||||
123.3394160584
|
||||
);
|
||||
--color-orange-badge: #ef9f76;
|
||||
--color-orange-badge-bg: #232634;
|
||||
--color-orange-badge-hover-bg: rgb(236.3333333333, 143, 95.1666666667);
|
||||
@@ -222,13 +242,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 +258,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: #232634;
|
||||
}
|
||||
.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 +896,4 @@ strong.attention-warning {
|
||||
}
|
||||
.monaco-editor .bracket-highlighting-5 {
|
||||
color: rgb(200.4, 178, 236) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user