mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
apollostage css should not clamp <textarea> height to 96px
This commit is contained in:
@@ -598,8 +598,7 @@ input[type="password"],
|
||||
input[type="text"],
|
||||
input[type="search"],
|
||||
input[type="date"],
|
||||
select,
|
||||
textarea {
|
||||
select {
|
||||
background: variables.$color-background-input;
|
||||
border: 1px solid variables.$color-accent-border-input;
|
||||
color: variables.$color-text-input;
|
||||
@@ -607,6 +606,13 @@ textarea {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
background: variables.$color-background-input;
|
||||
border: 1px solid variables.$color-accent-border-input;
|
||||
color: variables.$color-text-input;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
input[type="email"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="text"]:focus,
|
||||
@@ -620,7 +626,6 @@ textarea:focus {
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height: 96px;
|
||||
padding-top: 6px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user