forked from etoiledebethleem/website
11 lines
170 B
SCSS
11 lines
170 B
SCSS
|
.button {
|
||
|
background-color: $accent;
|
||
|
color: white;
|
||
|
padding: 1rem 2rem;
|
||
|
min-width: 10rem;
|
||
|
font-size: 1.2rem;
|
||
|
border: 0;
|
||
|
border-radius: 2px;
|
||
|
}
|
||
|
|