2024-01-08 21:02:27 +00:00
|
|
|
span.nsc-room-counter {
|
|
|
|
font-size: medium;
|
|
|
|
color: var(--color);
|
|
|
|
}
|
|
|
|
|
|
|
|
#intentFormAction #intentText {
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
2024-01-13 18:45:32 +00:00
|
|
|
#room a[role=button] {
|
|
|
|
display: inline-flex;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2024-01-08 21:02:27 +00:00
|
|
|
@media only screen and (max-width: 500px) {
|
|
|
|
div.room-actions a>span {
|
|
|
|
display: none;
|
|
|
|
}
|
2024-01-09 22:43:53 +00:00
|
|
|
}
|