2021-06-21 17:19:27 +02:00
|
|
|
//Contains all styles not unique to a svelte component.
|
|
|
|
|
|
|
|
//ConsoleGlobalMessage
|
2021-07-15 15:09:35 +02:00
|
|
|
div.console-global-message.nes-container {
|
2021-06-21 17:19:27 +02:00
|
|
|
pointer-events: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
top: 20vh;
|
|
|
|
width: 50vw;
|
|
|
|
height: 50vh;
|
|
|
|
padding: 0;
|
|
|
|
background-color: #333333;
|
|
|
|
|
2021-07-15 15:09:35 +02:00
|
|
|
.console-global-message-main {
|
2021-06-21 17:19:27 +02:00
|
|
|
width: 100%;
|
2021-07-15 15:09:35 +02:00
|
|
|
height: 100%;
|
2021-06-21 17:19:27 +02:00
|
|
|
|
2021-07-15 15:09:35 +02:00
|
|
|
h2 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.console-global-message-close {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
2021-06-21 17:19:27 +02:00
|
|
|
}
|
|
|
|
|
2021-07-15 15:09:35 +02:00
|
|
|
div.console-global-message-content {
|
2021-06-21 17:19:27 +02:00
|
|
|
display: flex;
|
2021-07-15 15:09:35 +02:00
|
|
|
flex-flow: row;
|
|
|
|
height: calc(100% - (36px + 20px));
|
2021-06-21 17:19:27 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2021-07-15 15:09:35 +02:00
|
|
|
div.console-global-message-menu {
|
|
|
|
flex: 0 1 auto;
|
2021-06-21 17:19:27 +02:00
|
|
|
|
2021-07-15 15:09:35 +02:00
|
|
|
button {
|
|
|
|
margin: 7px;
|
|
|
|
}
|
2021-06-21 17:19:27 +02:00
|
|
|
}
|
|
|
|
|
2021-07-15 15:09:35 +02:00
|
|
|
.console-global-message-main-input {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 100%;
|
2021-06-21 17:19:27 +02:00
|
|
|
width: 95%;
|
2021-07-15 15:09:35 +02:00
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
.footer-btn-action {
|
|
|
|
width: 100%;
|
|
|
|
margin: 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2021-06-21 17:19:27 +02:00
|
|
|
}
|
|
|
|
|
2021-07-15 15:09:35 +02:00
|
|
|
|
2021-06-21 17:19:27 +02:00
|
|
|
//InputTextGlobalMessage
|
|
|
|
.section-input-send-text {
|
2021-07-15 15:09:35 +02:00
|
|
|
flex: 1 1 auto;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
.ql-toolbar{
|
|
|
|
flex: 0 1 auto;
|
|
|
|
background: white;
|
|
|
|
}
|
2021-06-21 17:19:27 +02:00
|
|
|
|
2021-07-15 15:09:35 +02:00
|
|
|
.input-send-text{
|
|
|
|
flex: 1 1 auto;
|
|
|
|
max-height: calc(100% - 55px);
|
|
|
|
color: white;
|
|
|
|
font-size: 1rem;
|
|
|
|
|
|
|
|
.ql-editor.ql-blank::before {
|
|
|
|
color: white;
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
}
|
2021-06-21 17:19:27 +02:00
|
|
|
}
|
|
|
|
|
2021-07-15 15:09:35 +02:00
|
|
|
|
|
|
|
//UploadAudioGlobalMessage
|
|
|
|
.section-input-send-audio {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
img {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
height: 60%;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
cursor: url('images/cursor_pointer.png'), pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
flex: 0 1 auto;
|
|
|
|
color: white;
|
|
|
|
font-size: 1rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.err {
|
|
|
|
flex: 0 1 auto;
|
|
|
|
color: #ce372b;
|
|
|
|
font-size: 1rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#input-send-audio {
|
|
|
|
display: none;
|
2021-06-21 17:19:27 +02:00
|
|
|
}
|
|
|
|
}
|