rounded corners for buttons
This commit is contained in:
parent
84dd51a4e9
commit
fa5bc494c5
@ -99,6 +99,9 @@ buttons
|
||||
color: inherit;
|
||||
border-color: inherit;
|
||||
}
|
||||
.button--round{
|
||||
border-radius: 500px;
|
||||
}
|
||||
.button-style {
|
||||
padding: 10px 20px;
|
||||
border-radius: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user