Spaces:
Runtime error
Runtime error
Update src/css/confirm-dialog.css
Browse files
src/css/confirm-dialog.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
@import "../css/colors.css";
|
2 |
|
3 |
.base {
|
4 |
-
background-color: hsla(
|
5 |
position: fixed;
|
6 |
width: 100%;
|
7 |
height: 100%;
|
@@ -34,7 +34,7 @@
|
|
34 |
.header {
|
35 |
width: 100%;
|
36 |
height: 3.125em;
|
37 |
-
background-color: hsla(
|
38 |
display: flex;
|
39 |
align-items: center;
|
40 |
justify-content: center;
|
@@ -63,13 +63,13 @@
|
|
63 |
}
|
64 |
|
65 |
.promptButton:focus {
|
66 |
-
outline-color: hsla(
|
67 |
outline-width: 4px;
|
68 |
outline-style: solid;
|
69 |
}
|
70 |
|
71 |
.accept {
|
72 |
-
background-color: hsla(
|
73 |
color: white;
|
74 |
}
|
75 |
|
@@ -83,7 +83,7 @@
|
|
83 |
|
84 |
.filePicker {
|
85 |
border: 0;
|
86 |
-
background-color: hsla(
|
87 |
border-radius: 4px;
|
88 |
font-weight: 600;
|
89 |
color: white;
|
|
|
1 |
@import "../css/colors.css";
|
2 |
|
3 |
.base {
|
4 |
+
background-color: hsla(266, 100%, 95%, 0.5);
|
5 |
position: fixed;
|
6 |
width: 100%;
|
7 |
height: 100%;
|
|
|
34 |
.header {
|
35 |
width: 100%;
|
36 |
height: 3.125em;
|
37 |
+
background-color: hsla(266, 100%, 95%, 1);
|
38 |
display: flex;
|
39 |
align-items: center;
|
40 |
justify-content: center;
|
|
|
63 |
}
|
64 |
|
65 |
.promptButton:focus {
|
66 |
+
outline-color: hsla(266, 100%, 95%, 0.35);
|
67 |
outline-width: 4px;
|
68 |
outline-style: solid;
|
69 |
}
|
70 |
|
71 |
.accept {
|
72 |
+
background-color: hsla(266, 100%, 95%, 1);
|
73 |
color: white;
|
74 |
}
|
75 |
|
|
|
83 |
|
84 |
.filePicker {
|
85 |
border: 0;
|
86 |
+
background-color: hsla(266, 100%, 95%, 1);
|
87 |
border-radius: 4px;
|
88 |
font-weight: 600;
|
89 |
color: white;
|