8 lines
101 B
SCSS
8 lines
101 B
SCSS
.round, .pill {
|
|
border-radius: 9999px;
|
|
}
|
|
|
|
.no-borders {
|
|
border-width:0px;
|
|
border-style:none;
|
|
}
|