Files
html-css-practice-two/src/styles/components/_button.scss
T
2023-08-01 16:46:33 +07:00

11 lines
198 B
SCSS

.btn {
align-self: center;
padding: 11px 20px;
background-color: $primary-color;
border-radius: 100px;
color: $white;
white-space: nowrap;
transition: 0.2s;
text-decoration: none;
}