Remove unecessary css declarations
Dieser Commit ist enthalten in:
Ursprung
4417c96953
Commit
003bf08f85
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
|
@ -1,7 +1,4 @@
|
||||||
input {
|
input {
|
||||||
-webkit-appearance: none;
|
|
||||||
-moz-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
|
@ -12,7 +9,6 @@ input {
|
||||||
border: 1px solid var(--primary-medium);
|
border: 1px solid var(--primary-medium);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-height: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
|
Laden …
In neuem Issue referenzieren