helpcenter/Web/css/forms.less
2019-04-02 18:46:43 +03:00

38 lines
843 B
Plaintext

@import "base.less";
.PopupPanel {
background-color: @defaultBgColor;
border: 0;
.shadowWithTransitionAndHover;
cursor: default;
display: none;
opacity: 1;
padding: 0px;
z-index: 1200;
.PopupPanelCaption {
background: #3D4A6B;
color: @defaultBgColor;
font-size: 20px;
height: 30px;
padding: 10px 0 0 25px;
text-align: left;
}
.CloseCross {
background: url(/images/buttons.png) -46px -83px no-repeat transparent;
cursor: pointer;
display: block;
float: right;
height: 20px;
margin: 6px 16px 0 0;
width: 20px;
}
}
.Progress {
color: @textColorBlackLight;
display: none;
font-size: 11px;
height: 16px;
}
.display-none {
display: none;
}