mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
33 lines
396 B
Text
33 lines
396 B
Text
|
|
.rl-view-model {
|
|
&.RL-Login, &.RL-LoginNew, &.RL-AdminLogin, &.RL-About {
|
|
position: relative;
|
|
height: 100%;
|
|
z-index: 5;
|
|
}
|
|
}
|
|
|
|
.mfp-container .mfp-figure {
|
|
min-height: 300px;
|
|
min-width: 300px;
|
|
}
|
|
|
|
.ui-resizable-e {
|
|
right: -1px;
|
|
width: 5px;
|
|
}
|
|
|
|
.pswp__error-msg {
|
|
color: #ccc;
|
|
a, a:hover {
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
.pswp__img--placeholder {
|
|
opacity: 0;
|
|
}
|
|
|
|
#rl-content {
|
|
display: block;
|
|
}
|