soiz1 commited on
Commit
bfd3df5
·
verified ·
1 Parent(s): 673fc4a

Update src/css/confirm-dialog.css

Browse files
Files changed (1) hide show
  1. src/css/confirm-dialog.css +5 -5
src/css/confirm-dialog.css CHANGED
@@ -1,7 +1,7 @@
1
  @import "../css/colors.css";
2
 
3
  .base {
4
- background-color: hsla(194, 100%, 50%, 0.5);
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(194, 100%, 50%, 1);
38
  display: flex;
39
  align-items: center;
40
  justify-content: center;
@@ -63,13 +63,13 @@
63
  }
64
 
65
  .promptButton:focus {
66
- outline-color: hsla(194, 100%, 50%, 0.35);
67
  outline-width: 4px;
68
  outline-style: solid;
69
  }
70
 
71
  .accept {
72
- background-color: hsla(194, 100%, 50%, 1);
73
  color: white;
74
  }
75
 
@@ -83,7 +83,7 @@
83
 
84
  .filePicker {
85
  border: 0;
86
- background-color: hsla(194, 100%, 50%, 1);
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;