114 lines
2.3 KiB
CSS
114 lines
2.3 KiB
CSS
.header-dpl-vtN_ {
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
color: #212121;
|
|
padding: 30px 30px 30px 60px;
|
|
border-bottom: 1px solid;
|
|
border-bottom-color: #dadde0;
|
|
}
|
|
html.theme-dark .header-dpl-vtN_ {
|
|
border-bottom-color: #363c4e;
|
|
color: #c5cbce;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.header-dpl-vtN_ {
|
|
padding: 20px 20px 20px 60px;
|
|
}
|
|
}
|
|
.header-dpl-vtN_ .close-3kPn4OTV {
|
|
position: absolute;
|
|
padding: 15px;
|
|
top: 17px;
|
|
left: 15px;
|
|
cursor: pointer;
|
|
opacity: 0.5;
|
|
transition: opacity 0.35s ease;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
color: #4a4a4a;
|
|
}
|
|
html.theme-dark .header-dpl-vtN_ .close-3kPn4OTV {
|
|
color: #c5cbce;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.header-dpl-vtN_ .close-3kPn4OTV {
|
|
top: 7px;
|
|
left: 7px;
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.header-dpl-vtN_ .close-3kPn4OTV:hover {
|
|
opacity: 1;
|
|
transition-duration: 0.06s;
|
|
}
|
|
}
|
|
.header-dpl-vtN_ .close-3kPn4OTV svg {
|
|
display: block;
|
|
width: 13px;
|
|
height: 13px;
|
|
}
|
|
.footer-2Zoji8zg {
|
|
padding: 0 30px 30px;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.footer-2Zoji8zg {
|
|
padding: 0 20px 20px;
|
|
}
|
|
}
|
|
.body-2N-vuwQW {
|
|
flex-grow: 1;
|
|
padding: 30px;
|
|
overflow: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.body-2N-vuwQW::-webkit-scrollbar {
|
|
width: 5px;
|
|
height: 5px;
|
|
}
|
|
.body-2N-vuwQW::-webkit-scrollbar-thumb {
|
|
border: 1px solid;
|
|
border-color: #f1f3f6;
|
|
border-radius: 3px;
|
|
background-color: #9598a1;
|
|
}
|
|
html.theme-dark .body-2N-vuwQW::-webkit-scrollbar-thumb {
|
|
background-color: #363a45;
|
|
border-color: #1e222d;
|
|
}
|
|
.body-2N-vuwQW::-webkit-scrollbar-track {
|
|
background-color: transparent;
|
|
border-radius: 3px;
|
|
}
|
|
.body-2N-vuwQW::-webkit-scrollbar-corner {
|
|
display: none;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.body-2N-vuwQW {
|
|
padding: 20px;
|
|
}
|
|
}
|
|
.message-2o-rtQm0 {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
left: 0;
|
|
font-size: 14px;
|
|
padding: 30px;
|
|
text-align: center;
|
|
color: #37bc9b;
|
|
background: #ebf9f5;
|
|
transition: opacity 0.2625s ease, transform 0.2625s ease;
|
|
}
|
|
html.theme-dark .message-2o-rtQm0 {
|
|
background: #21384d;
|
|
}
|
|
.message-2o-rtQm0.error-2EW0C6z- {
|
|
color: #ff4a68;
|
|
background: #ffedf0;
|
|
}
|
|
html.theme-dark .message-2o-rtQm0.error-2EW0C6z- {
|
|
background: #6f2626;
|
|
}
|