2022-07-29 23:23:08 +12:00
|
|
|
@import "bootstrap";
|
|
|
|
|
|
|
|
[v-cloak] {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2022-08-07 10:11:21 +12:00
|
|
|
.navbar {
|
|
|
|
z-index: 99;
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
color: #2d4a5d;
|
2022-07-29 23:23:08 +12:00
|
|
|
|
2022-08-07 10:11:21 +12:00
|
|
|
img {
|
|
|
|
width: 40px;
|
|
|
|
}
|
2022-07-29 23:23:08 +12:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
background: rgba(255, 255, 255, 0.4);
|
|
|
|
z-index: 1500;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message.read:not(.active) {
|
|
|
|
color: $gray-500;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav-plain-text,
|
|
|
|
#nav-source {
|
|
|
|
white-space: pre;
|
|
|
|
font-family: Courier New, Courier, System, fixed-width;
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
|
|
|
#nav-plain-text {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messageHeaders {
|
|
|
|
margin: 15px 0 0;
|
|
|
|
|
|
|
|
th {
|
|
|
|
padding-right: 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
2022-08-07 10:11:21 +12:00
|
|
|
|
|
|
|
.list-group-item:first-child {
|
|
|
|
border-top: 0;
|
|
|
|
}
|