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