This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze2-wordpress-theme/scss/utils/_borders.scss

9 lines
101 B
SCSS

.round, .pill {
border-radius: 9999px;
}
.no-borders {
border-width:0px;
border-style:none;
}