More work on leve room dialog

Issue #21
This commit is contained in:
N-Pex 2021-03-27 09:38:27 +01:00
parent d0a5fcb79a
commit 31535f0f3c
4 changed files with 109 additions and 47 deletions

View file

@ -61,6 +61,16 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
margin-bottom: $chat-standard-padding-xs;
}
.v-btn.text-button {
font-family: 'Inter', sans-serif;
font-weight: 700;
font-size: 11 * $chat-text-size;
border: none;
height: $chat-standard-padding;
margin-top: $chat-standard-padding-xs;
margin-bottom: $chat-standard-padding-xs;
}
.v-btn.filled-button {
font-family: 'Inter', sans-serif;
font-weight: 700;
@ -73,12 +83,26 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
margin-bottom: $chat-standard-padding-xs;
}
.dialog-title {
word-break: break-word;
}
.dialog-text {
word-break: break-word;
.v-dialog {
border-radius: 20px !important;
.dialog-content {
padding: 20px;
background-color: white;
}
.dialog-title {
word-break: break-word;
text-align: center;
margin-bottom: 20px;
}
.dialog-text {
text-align: left;
word-break: break-word;
a {
color: black;
text-decoration: underline;
}
}
}
.build-version {