snappymail/dev/Styles/_End.less

91 lines
1.1 KiB
Text
Raw Normal View History

.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;
}
2014-12-07 07:00:11 +08:00
.ui-resizable-e {
right: -1px;
2015-01-19 04:29:11 +08:00
width: 5px;
2014-12-07 07:00:11 +08:00
}
.pswp__error-msg {
color: #ccc;
a, a:hover {
color: #fff;
}
}
.pswp__img--placeholder {
opacity: 0;
2015-01-10 03:58:10 +08:00
}
#rl-content {
display: block;
}
.opentip-container {
2015-04-14 02:45:09 +08:00
z-index: 2001 !important;
.ot-content {
font-size: 13px;
}
2015-04-07 03:32:19 +08:00
2015-04-10 16:17:49 +08:00
&.style-rainloopErrorTip .ot-content {
2015-04-07 03:32:19 +08:00
color: red;
}
2015-04-14 02:45:09 +08:00
&.ot-show-effect-none, &.ot-hide-effect-none {
transition: none !important;
}
&.ot-show-effect-fade {
transition: none;
&.ot-hidden {
opacity: 0;
}
&.ot-going-to-show {
opacity: 0;
transition: opacity 0.2s ease-in-out;
}
&.ot-showing {
opacity: 1;
transition: opacity 0.2s ease-in-out;
}
&.ot-visible {
opacity: 1;
transition: none;
}
}
}
2015-07-30 02:13:49 +08:00
svg-icon {
display: none;
}
.svg-icon {
border: 0;
outline: 0;
height: 16px;
width: 16px;
display: inline-block;
fill: #333;
&.svg-icon-archive {
height: 14px;
width: 14px;
}
}