mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-17 21:53:03 +05:30
Reset form elements appearance for iOS
This commit is contained in:
parent
477b79918f
commit
cf7742875f
@ -16,6 +16,11 @@ body {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
input, textarea, select {
|
||||
-webkit-appearance: none;
|
||||
border-radius:0;
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user