1- div .dtsr-confirmation , div .dtsr-creation {
1+ div .dtsr-confirmation ,
2+ div .dtsr-creation {
23 position : fixed;
34 top : 20% ;
45 left : 50% ;
56 width : 500px ;
6- background-color : white;
77 margin-left : -250px ;
8- border-radius : 6 px ;
9- box-shadow : 0 0 5 px # 555 ;
10- border : 2 px solid # 444 ;
8+ background-color : white ;
9+ border-radius : 0.75 em ;
10+ box-shadow : 0 12 px 30 px rgba ( 0 , 0 , 0 , 0.6 ) ;
1111 z-index : 2003 ;
1212 box-sizing : border-box;
13- padding : 1em ;
13+ padding : 2em ;
14+ }
15+ div .dtsr-confirmation button ,
16+ div .dtsr-creation button {
17+ display : inline-block;
18+ margin : 1em ;
19+ padding : 0.5em 1em ;
20+ border-radius : 0.5em ;
21+ border : 1px solid rgba (0 , 0 , 0 , 0.175 );
22+ background-color : # f6f6f6 ;
23+ text-align : left;
24+ cursor : pointer;
25+ }
26+ div .dtsr-confirmation button : hover ,
27+ div .dtsr-creation button : hover {
28+ background-color : # ebebeb ;
1429}
15- div .dtsr-confirmation div .dtsr-confirmation-title-row , div .dtsr-creation div .dtsr-confirmation-title-row {
30+ div .dtsr-confirmation div .dtsr-creation-text ,
31+ div .dtsr-confirmation div .dtsr-confirmation-title-row ,
32+ div .dtsr-creation div .dtsr-creation-text ,
33+ div .dtsr-creation div .dtsr-confirmation-title-row {
1634 text-align : left;
1735}
18- div .dtsr-confirmation div .dtsr-confirmation-title-row h2 , div .dtsr-creation div .dtsr-confirmation-title-row h2 {
36+ div .dtsr-confirmation div .dtsr-creation-text h2 ,
37+ div .dtsr-confirmation div .dtsr-confirmation-title-row h2 ,
38+ div .dtsr-creation div .dtsr-creation-text h2 ,
39+ div .dtsr-creation div .dtsr-confirmation-title-row h2 {
1940 border-bottom : 0px ;
2041 margin-top : 0px ;
2142 padding-top : 0px ;
43+ margin-bottom : 1rem ;
2244}
23- div .dtsr-confirmation div .dtsr-confirmation-text , div .dtsr-creation div .dtsr-confirmation-text {
45+ div .dtsr-confirmation div .dtsr-confirmation-text ,
46+ div .dtsr-creation div .dtsr-confirmation-text {
2447 text-align : center;
2548}
26- div .dtsr-confirmation div .dtsr-confirmation-buttons , div .dtsr-creation div .dtsr-confirmation-buttons {
49+ div .dtsr-confirmation div .dtsr-modal-foot ,
50+ div .dtsr-confirmation div .dtsr-confirmation-buttons ,
51+ div .dtsr-creation div .dtsr-modal-foot ,
52+ div .dtsr-creation div .dtsr-confirmation-buttons {
2753 text-align : right;
2854 margin-top : 1em ;
2955}
30- div .dtsr-confirmation div .dtsr-confirmation-buttons button .dtsr-confirmation-button , div .dtsr-creation div .dtsr-confirmation-buttons button .dtsr-confirmation-button {
56+ div .dtsr-confirmation div .dtsr-modal-foot button ,
57+ div .dtsr-confirmation div .dtsr-confirmation-buttons button ,
58+ div .dtsr-creation div .dtsr-modal-foot button ,
59+ div .dtsr-creation div .dtsr-confirmation-buttons button {
3160 margin : 0px ;
3261}
33- div .dtsr-confirmation div .dtsr-creation-text , div .dtsr-creation div .dtsr-creation-text {
62+ div .dtsr-confirmation div .dtsr-creation-text ,
63+ div .dtsr-creation div .dtsr-creation-text {
3464 text-align : left;
3565 padding : 0px ;
3666 border : none;
3767}
38- div .dtsr-confirmation div .dtsr-creation-text span , div .dtsr-creation div .dtsr-creation-text span {
68+ div .dtsr-confirmation div .dtsr-creation-text span ,
69+ div .dtsr-creation div .dtsr-creation-text span {
3970 font-size : 20px ;
4071}
41- div .dtsr-confirmation div .dtsr-creation-form div .dtsr-left , div .dtsr-confirmation div .dtsr-creation-form div .dtsr-right , div .dtsr-creation div .dtsr-creation-form div .dtsr-left , div .dtsr-creation div .dtsr-creation-form div .dtsr-right {
72+ div .dtsr-confirmation div .dtsr-creation-form div .dtsr-left , div .dtsr-confirmation div .dtsr-creation-form div .dtsr-right ,
73+ div .dtsr-creation div .dtsr-creation-form div .dtsr-left ,
74+ div .dtsr-creation div .dtsr-creation-form div .dtsr-right {
4275 display : inline-block;
4376 width : 50% ;
4477}
45- div .dtsr-confirmation div .dtsr-creation-form div .dtsr-left , div .dtsr-creation div .dtsr-creation-form div .dtsr-left {
78+ div .dtsr-confirmation div .dtsr-creation-form div .dtsr-left ,
79+ div .dtsr-creation div .dtsr-creation-form div .dtsr-left {
4680 text-align : right;
4781}
48- div .dtsr-confirmation div .dtsr-creation-form div .dtsr-right , div .dtsr-confirmation div .dtsr-creation-form div .dtsr-name-row , div .dtsr-creation div .dtsr-creation-form div .dtsr-right , div .dtsr-creation div .dtsr-creation-form div .dtsr-name-row {
82+ div .dtsr-confirmation div .dtsr-creation-form div .dtsr-right , div .dtsr-confirmation div .dtsr-creation-form div .dtsr-name-row ,
83+ div .dtsr-creation div .dtsr-creation-form div .dtsr-right ,
84+ div .dtsr-creation div .dtsr-creation-form div .dtsr-name-row {
4985 text-align : left;
5086}
51- div .dtsr-confirmation div .dtsr-creation-form div .dtsr-form-row label .dtsr-name-label , div .dtsr-creation div .dtsr-creation-form div .dtsr-form-row label .dtsr-name-label {
52- width : 33.3% ;
87+ div .dtsr-confirmation div .dtsr-creation-form div .dtsr-form-row ,
88+ div .dtsr-creation div .dtsr-creation-form div .dtsr-form-row {
89+ margin : 0.5em 0 ;
90+ }
91+ div .dtsr-confirmation div .dtsr-creation-form div .dtsr-form-row : first-child ,
92+ div .dtsr-creation div .dtsr-creation-form div .dtsr-form-row : first-child {
93+ margin-top : 0 ;
94+ }
95+ div .dtsr-confirmation div .dtsr-creation-form div .dtsr-form-row : last-child ,
96+ div .dtsr-creation div .dtsr-creation-form div .dtsr-form-row : last-child {
97+ margin-bottom : 0 ;
98+ }
99+ div .dtsr-confirmation div .dtsr-creation-form div .dtsr-form-row label .dtsr-name-label ,
100+ div .dtsr-creation div .dtsr-creation-form div .dtsr-form-row label .dtsr-name-label {
101+ width : 25% ;
53102 display : inline-block;
54103 text-align : right;
55104 padding-right : 15px ;
56105 padding-left : 15px ;
57106}
58- div .dtsr-confirmation div .dtsr-creation-form div .dtsr-form-row input .dtsr-name-input , div .dtsr-creation div .dtsr-creation-form div .dtsr-form-row input .dtsr-name-input {
107+ div .dtsr-confirmation div .dtsr-creation-form div .dtsr-form-row input .dtsr-name-input ,
108+ div .dtsr-creation div .dtsr-creation-form div .dtsr-form-row input .dtsr-name-input {
59109 width : 66.6% ;
60110 display : inline-block;
61111}
62- div .dtsr-confirmation div .dtsr-creation-form div .dtsr-form-row input .dtsr-check-box , div .dtsr-creation div .dtsr-creation-form div .dtsr-form-row input .dtsr-check-box {
63- margin-left : 33.3% ;
112+ div .dtsr-confirmation div .dtsr-creation-form div .dtsr-form-row input .dtsr-check-box ,
113+ div .dtsr-creation div .dtsr-creation-form div .dtsr-form-row input .dtsr-check-box {
114+ margin-left : 25% ;
64115 margin-right : 14px ;
65116 display : inline-block;
66117}
67- div .dtsr-confirmation div .dtsr-creation-form div .dtsr-form-row label .dtsr-toggle-title , div .dtsr-creation div .dtsr-creation-form div .dtsr-form-row label .dtsr-toggle-title {
68- margin-right : -33.3% ;
69- }
70- div .dtsr-confirmation div .dtsr-confirmation-text , div .dtsr-creation div .dtsr-confirmation-text {
118+ div .dtsr-confirmation div .dtsr-confirmation-text ,
119+ div .dtsr-creation div .dtsr-confirmation-text {
71120 text-align : left;
72121}
73- div .dtsr-confirmation div .dtsr-confirmation-text label .dtsr-name-label , div .dtsr-creation div .dtsr-confirmation-text label .dtsr-name-label {
122+ div .dtsr-confirmation div .dtsr-confirmation-text label .dtsr-name-label ,
123+ div .dtsr-creation div .dtsr-confirmation-text label .dtsr-name-label {
74124 width : auto;
75125 display : inline-block;
76126 text-align : right;
77127 padding-right : 15px ;
78128}
79- div .dtsr-confirmation div .dtsr-confirmation-text input .dtsr-name-input , div .dtsr-creation div .dtsr-confirmation-text input .dtsr-name-input {
129+ div .dtsr-confirmation div .dtsr-confirmation-text input .dtsr-name-input ,
130+ div .dtsr-creation div .dtsr-confirmation-text input .dtsr-name-input {
80131 width : 66.6% ;
81132 display : inline-block;
82133}
83- div .dtsr-confirmation div .dtsr-confirmation-text input .dtsr-check-box , div .dtsr-creation div .dtsr-confirmation-text input .dtsr-check-box {
134+ div .dtsr-confirmation div .dtsr-confirmation-text input .dtsr-check-box ,
135+ div .dtsr-creation div .dtsr-confirmation-text input .dtsr-check-box {
84136 margin-left : 33.3% ;
85137 margin-right : 14px ;
86138 display : inline-block;
87139}
88- div .dtsr-confirmation div .dtsr-modal-foot , div .dtsr-creation div .dtsr-modal-foot {
140+ div .dtsr-confirmation div .dtsr-modal-foot ,
141+ div .dtsr-creation div .dtsr-modal-foot {
89142 text-align : right;
90143 padding-top : 10px ;
91144}
92- div .dtsr-confirmation span .dtsr-modal-error , div .dtsr-creation span .dtsr-modal-error {
145+ div .dtsr-confirmation span .dtsr-modal-error ,
146+ div .dtsr-creation span .dtsr-modal-error {
93147 color : red;
94148 font-size : 0.9em ;
95149}
@@ -98,26 +152,16 @@ div.dtsr-creation {
98152 top : 10% ;
99153}
100154
101- div .dtsr-form-row {
102- padding : 10px ;
103- }
104-
105155div .dtsr-check-row {
106156 padding-top : 0px ;
107157}
108158
109- div .dtsr-creation-text {
110- padding : 10px ;
111- }
112-
113159div .dtsr-popover-close {
114160 position : absolute;
115161 top : 10px ;
116162 right : 10px ;
117163 width : 22px ;
118164 height : 22px ;
119- border : 1px solid # eaeaea ;
120- background-color : # f9f9f9 ;
121165 text-align : center;
122166 border-radius : 3px ;
123167 cursor : pointer;
@@ -156,6 +200,28 @@ div.dt-button-collection span.dtsr-emptyStates {
156200 padding-top : 3px ;
157201}
158202
203+ html .dark div .dtsr-confirmation ,
204+ html .dark div .dtsr-creation ,
205+ html [data-bs-theme = dark ] div .dtsr-confirmation ,
206+ html [data-bs-theme = dark ] div .dtsr-creation {
207+ background-color : # 212529 ;
208+ border : 1px solid rgba (255 , 255 , 255 , 0.15 );
209+ }
210+ html .dark div .dtsr-confirmation button ,
211+ html .dark div .dtsr-creation button ,
212+ html [data-bs-theme = dark ] div .dtsr-confirmation button ,
213+ html [data-bs-theme = dark ] div .dtsr-creation button {
214+ color : inherit;
215+ border : 1px solid rgba (255 , 255 , 255 , 0.175 );
216+ background-color : # 2f3438 ;
217+ }
218+ html .dark div .dtsr-confirmation button : hover ,
219+ html .dark div .dtsr-creation button : hover ,
220+ html [data-bs-theme = dark ] div .dtsr-confirmation button : hover ,
221+ html [data-bs-theme = dark ] div .dtsr-creation button : hover {
222+ background-color : # 404549 ;
223+ }
224+
159225div .dt-button-collection {
160226 z-index : 2002 ;
161227}
0 commit comments