Files
loi-phan-internship/practice/practice-02/src/styles/components/_button.scss
T
2023-07-31 17:33:28 +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;
}