Update button styles for primary and secondary buttons
This commit is contained in:
@@ -13,6 +13,10 @@
|
|||||||
color: white;
|
color: white;
|
||||||
text-decoration-line: unset;
|
text-decoration-line: unset;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: black;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.secondary-action {
|
.secondary-action {
|
||||||
@@ -22,6 +26,7 @@
|
|||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
text-decoration-line: unset;
|
text-decoration-line: unset;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user