mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 13:38:31 +00:00
11 lines
198 B
SCSS
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;
|
|
}
|