Merge pull request 'Design/Css Button' (#49) from design/css-button into main
This commit is contained in:
commit
8035172102
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
outline: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
border-radius: 11.5em;
|
||||
}
|
||||
|
||||
.btn--primary {
|
||||
|
|
|
@ -17,9 +17,11 @@
|
|||
|
||||
.input-field input[type="submit"] {
|
||||
margin-top: 1em;
|
||||
font-size: 1.5em;
|
||||
border-radius: 10.5em;
|
||||
background-color: var(--primary);
|
||||
color: var(--secondary);
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.input-field input[type="submit"]:hover {
|
||||
|
|
Loading…
Reference in a new issue