We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49f6c4 commit 902f89bCopy full SHA for 902f89b
1 file changed
core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-client/css/spinner.css
@@ -12,8 +12,8 @@
12
}
13
14
.spinner {
15
- width: 90px;
16
- height: 90px;
+ width: 80px;
+ height: 80px;
17
border: 15px solid var(--light-purple);
18
border-top-color: var(--main-purple);
19
border-radius: 50%;
@@ -31,7 +31,7 @@
31
32
33
.spinner-text {
34
- font-size: 16px;
+ font-size: 17px;
35
color: var(--text-gray);
36
37
0 commit comments