Design/Css Button #49

Merged
cami merged 1 commit from design/css-button into main 2021-06-23 02:58:41 +00:00
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
outline: none;
border: none;
cursor: pointer;
border-radius: 11.5em;
}
.btn--primary {

View file

@ -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 {