mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Reset form elements appearance for iOS
This commit is contained in:
@@ -16,6 +16,11 @@ body {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
input, textarea, select {
|
||||
-webkit-appearance: none;
|
||||
border-radius:0;
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
Reference in New Issue
Block a user