8 lines
157 B
SCSS
8 lines
157 B
SCSS
|
|
.c__button {
|
||
|
|
background-color: var(--c--colors--primary);
|
||
|
|
padding: 8px 30px;
|
||
|
|
border-radius: 6px;
|
||
|
|
border: none;
|
||
|
|
color: white;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|