Преглед изворни кода

Remove max-width for textarea media < 768px (#6014)

Co-authored-by: Tim Lai <timothy.lai@gmail.com>
bubble
Wesley Schwengle пре 4 година
committed by GitHub
родитељ
комит
67627d7587
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 11 додато и 3 уклоњено
  1. +11
    -3
      src/style/_form.scss

+ 11
- 3
src/style/_form.scss Прегледај датотеку

@@ -46,6 +46,17 @@ label
@include text_headline();
}

input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file]
{
@media (max-width: 768px) {
max-width: 175px;
}
}


input[type=text],
input[type=password],
@@ -61,9 +72,6 @@ textarea
border: 1px solid $form-input-border-color;
border-radius: 4px;
background: $form-input-background-color;
@media (max-width: 768px) {
max-width: 175px;
}


&.invalid


Loading…
Откажи
Сачувај