mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-29 00:10:54 +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;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, textarea, select {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
border-radius:0;
|
||||||
|
}
|
||||||
|
|
||||||
b {
|
b {
|
||||||
font-weight: $font-weight-bold;
|
font-weight: $font-weight-bold;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user