2021-08-25 13:05:12 +02:00
|
|
|
.BoardPage {
|
2022-02-02 09:38:57 +01:00
|
|
|
position: relative;
|
|
|
|
|
2022-08-24 09:32:47 -06:00
|
|
|
.VersionMessage:not(:first-child) {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2021-01-20 10:33:04 -08:00
|
|
|
> .error {
|
|
|
|
background-color: rgba(230, 192, 192, 0.9);
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2021-06-13 16:22:45 -07:00
|
|
|
|
2021-08-02 17:46:00 +02:00
|
|
|
> .WSConnection {
|
2021-06-13 16:22:45 -07:00
|
|
|
background-color: rgba(230, 220, 192, 0.9);
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2021-08-02 17:46:00 +02:00
|
|
|
> .WSConnection.error {
|
2021-06-13 16:22:45 -07:00
|
|
|
background-color: rgba(230, 192, 192, 0.9);
|
|
|
|
}
|
2021-10-01 11:53:27 -06:00
|
|
|
|
|
|
|
> .mobileWarning {
|
|
|
|
background-color: rgba(230, 192, 192, 0.9);
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
div {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.IconButton {
|
|
|
|
float: right;
|
|
|
|
width: 16px;
|
|
|
|
min-width: 16px;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
i {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-04 13:45:52 -05:00
|
|
|
@media screen and (max-width: 768px) {
|
2021-10-01 11:53:27 -06:00
|
|
|
.mobileWarning {display: flex;}
|
|
|
|
}
|
2021-01-20 10:33:04 -08:00
|
|
|
}
|
2021-09-08 10:22:03 +05:30
|
|
|
|
|
|
|
.Dialog.dialog-back.workspaceSwitcherModal > div > .dialog {
|
|
|
|
width: 600px;
|
|
|
|
height: 468px;
|
|
|
|
}
|