1
0
Fork 0
Dieser Commit ist enthalten in:
Angus McLeod 2022-07-27 14:47:51 +01:00
Ursprung c6d5778d12
Commit d416cbb20e
2 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -29,7 +29,6 @@ body.custom-wizard {
textarea {
color: var(--primary);
caret-color: currentColor;
width: 100%;
&[class*="span"] {
float: none;

Datei anzeigen

@ -129,7 +129,6 @@ body.custom-wizard {
input.date-picker {
font-size: 1.1487em;
padding: 6px;
border: 1px solid var(--primary);
transition: border-color 0.5s;
}
@ -180,6 +179,7 @@ body.custom-wizard {
&:focus::placeholder {
color: transparent;
}
width: 100%;
}
}