11h1 , h2 , h3 , h4 , h5 , h6 {
22 text-transform : uppercase ;
33 letter-spacing : 0.0325rem ;
4+ text-decoration : none ;
45}
56
67
@@ -26,10 +27,37 @@ body{
2627 color : $black ;
2728}
2829
30+ .bg-primary {
31+ ::selection {
32+ background-color : $black !important ;
33+ color : $white !important ;
34+ }
35+ }
36+
2937body > .container {
3038 flex-grow : 1 ;
3139}
3240
41+ .bg-primary {
42+ background-color : $yellow !important ;
43+ }
44+
45+ .bg-danger {
46+ background-color : $red !important ;
47+ }
48+
49+ .bg-success {
50+ background-color : $green !important ;
51+ }
52+
53+ .bg-optional {
54+ background-color : $grey-200 !important ;
55+ }
56+
57+ code {
58+ color : $black !important ;
59+ }
60+
3361.border-medium {
3462 border-width : 2px !important ;
3563}
@@ -143,11 +171,11 @@ body > .container {
143171}
144172
145173.form-control , .form-select {
146- border-radius : 2 rem ;
174+ border-radius : 0.5 rem ;
147175 .input-group-lg & {
148- border-radius : 2 rem ;
176+ border-radius : 0.5 rem ;
149177 }
150- padding : 0.75rem 1.5 rem ;
178+ padding : 0.75rem 0.75 rem ;
151179 border-width : 2px ;
152180 & :focus {
153181 outline : $primary solid 3px ;
@@ -156,14 +184,14 @@ body > .container {
156184 box-shadow :inset 0px 0px 0px 1px $black
157185 }
158186 & .dropdown {
159- padding : 0.75rem 1.5 rem 0.75rem 0.75rem ;
187+ padding : 0.75rem 0.75 rem 0.75rem 0.75rem ;
160188 }
161189}
162190
163191.form-check {
164192 padding-left : 0 ;
165193 .form-check-input {
166- margin-left : 1 rem ;
194+ margin-left : 0 ;
167195 border-radius : 0.33rem ;
168196 float : none ;
169197 margin-right : 0.5rem ;
@@ -209,11 +237,11 @@ input[type="file"] {
209237}
210238
211239.form-label {
212- margin-left : 1 rem ;
240+ margin-left : 0.5 rem ;
213241}
214242
215243.form-text {
216- margin-left : 1 rem ;
244+ margin-left : 0.5 rem ;
217245}
218246
219247.form-check-label {
@@ -228,7 +256,7 @@ input[type="file"] {
228256 margin-left : 1rem ;
229257}
230258
231- .danger {
259+ .danger , .text-red {
232260 color : $red ;
233261}
234262
@@ -259,6 +287,14 @@ input[type="file"] {
259287 }
260288}
261289
290+ .link-discreet {
291+ color : $black !important ;
292+ text-decoration : none !important ;
293+ & :hover {
294+ text-decoration : underline !important ;
295+ }
296+ }
297+
262298.inline-list {
263299 margin : 0 ;
264300 padding : 0 ;
@@ -365,3 +401,15 @@ a.subtle-link {
365401 }
366402}
367403
404+
405+ textarea {
406+ resize : none ;
407+ }
408+
409+ .focus-to-front :focus-within {
410+ z-index : 10 ;
411+ }
412+
413+ .no-hover-border :hover {
414+ border : none !important ;
415+ }
0 commit comments