mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 06:05:31 +03:00
Update form styling.
This commit is contained in:
parent
1fde8588b0
commit
4a5d0814a9
@ -17,11 +17,16 @@ input:valid {
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
input {
|
input[type=text], input[type=date] {
|
||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
||||||
border-color: #ccc !important;
|
border-color: #ccc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=checkbox] {
|
||||||
|
border-radius: 4px !important;
|
||||||
|
border-color: #ccc !important;
|
||||||
|
}
|
||||||
|
|
||||||
main.color-app {
|
main.color-app {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user