10 lines
136 B
SCSS
10 lines
136 B
SCSS
![]() |
@import '../../styles/mixins';
|
||
|
|
||
|
.room-admin-list {
|
||
|
th {
|
||
|
background-color: #EEE;
|
||
|
font-size: 1rem;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
}
|