room details header improvement and fixes

This commit is contained in:
10G Meow 2022-04-10 11:56:24 +03:00
parent d721ff6cd3
commit 52869784a5
3 changed files with 13 additions and 6 deletions

View file

@ -18,3 +18,9 @@
.white-space-pre {
white-space: pre;
}
.v-visible {
visibility: visible;
}
.v-hidden {
visibility: hidden;
}

View file

@ -818,7 +818,9 @@ $admin-fg: white;
}
.filled-button {
min-width: 180px !important;
@media #{map-get($display-breakpoints, 'sm-and-up')} {
min-width: 180px !important;
}
}
.v-card {