Reset form elements appearance for iOS

This commit is contained in:
SleepWalker 2017-02-01 07:31:49 +02:00
parent 477b79918f
commit cf7742875f

View File

@ -16,6 +16,11 @@ body {
font-size: 16px;
}
input, textarea, select {
-webkit-appearance: none;
border-radius:0;
}
b {
font-weight: $font-weight-bold;
}