11 lines
214 B
CSS
11 lines
214 B
CSS
label.module {
|
|
padding: 0 10px;
|
|
box-shadow: inset 0 -2px;
|
|
transition: color 0.5s ease-in-out;
|
|
transition: background-color 0.5s ease-in-out;
|
|
}
|
|
|
|
box.module {
|
|
padding: 0 10px;
|
|
box-shadow: inset 0 -2px;
|
|
}
|