13 lines
160 B
CSS
Executable file
13 lines
160 B
CSS
Executable file
.module {
|
|
border-radius: 9999px;
|
|
margin: 4px 0;
|
|
}
|
|
|
|
label.module {
|
|
padding: 0 10px;
|
|
/* box-shadow: inset 0 -2px; */
|
|
}
|
|
|
|
box.module {
|
|
padding: 0 10px;
|
|
}
|