button border radius
This commit is contained in:
parent
91f70e3f15
commit
bcc589e612
2 changed files with 2 additions and 0 deletions
|
|
@ -302,6 +302,7 @@ input[type="file"] {
|
|||
background-color: #1e4d6c;
|
||||
color: #aac7d4;
|
||||
border: 2px solid #183c55;
|
||||
border-radius: 2px;
|
||||
padding: 0.3rem 1rem;
|
||||
margin: 0.25rem 0.5rem 0.25rem 0.25rem;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -192,6 +192,7 @@ input[type="file"] {
|
|||
background-color: #1e4d6c;
|
||||
color: #aac7d4;
|
||||
border: 2px solid #183c55;
|
||||
border-radius: 2px;
|
||||
padding: 0.3rem 1rem;
|
||||
margin: 0.25rem 0.5rem 0.25rem 0.25rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue