We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249b7a6 commit 4e8f3c0Copy full SHA for 4e8f3c0
components/personCard/personCard.module.scss
@@ -114,4 +114,4 @@
114
115
.icon_default_theme {
116
color: $moderate-red;
117
-}
+}
styles/colors.scss
@@ -1,4 +1,4 @@
1
-$vivid-blue: #1778F2;
+$vivid-blue: #1778f2;
2
$strong-blue: #0088cc;
3
$dark-gray: #808080;
4
$soft-blue: #7289da;
@@ -11,4 +11,3 @@ $dark-blue-black: #1d1d1d;
11
$very-dark-gray: #353535;
12
$very-dark-blue-black: #202529;
13
$very-dark-grayish-blue: #292e33;
14
-
styles/globals.scss
@@ -1,5 +1,5 @@
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600&display=swap");
-@import '../styles/colors';
+@import "../styles/colors";
* {
5
box-sizing: border-box;
0 commit comments