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