Files
html-css-practice-two/src/styles/components/_button.scss
T
2023-07-21 16:58:55 +07:00

12 lines
219 B
SCSS

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