2013-12-05 02:29:17 +04:00
|
|
|
@import "ui-variables";
|
|
|
|
|
2013-02-03 01:44:08 +04:00
|
|
|
.overlay {
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
2013-02-03 02:02:05 +04:00
|
|
|
width: 500px;
|
|
|
|
margin-left: -250px;
|
2013-02-03 01:44:08 +04:00
|
|
|
z-index: 9999;
|
|
|
|
box-sizing: border-box;
|
2013-08-23 22:32:33 +04:00
|
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 10px;
|
2013-12-05 02:29:17 +04:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin-top: 0;
|
|
|
|
color: @text-color-highlight;
|
|
|
|
font-size: 1.6em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
2013-02-03 01:44:08 +04:00
|
|
|
}
|
|
|
|
|
2013-02-05 01:40:09 +04:00
|
|
|
.overlay .editor.mini {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2013-02-03 01:52:09 +04:00
|
|
|
.overlay .message {
|
|
|
|
padding-top: 5px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2013-02-03 01:44:08 +04:00
|
|
|
.overlay.mini {
|
|
|
|
width: 200px;
|
|
|
|
margin-left: -100px;
|
2013-02-07 01:51:40 +04:00
|
|
|
font-size: 12px;
|
2013-02-03 01:52:09 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.overlay.from-top {
|
2013-02-07 01:51:40 +04:00
|
|
|
top: 0;
|
2013-02-03 01:52:09 +04:00
|
|
|
border-top: none;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2013-02-07 01:51:40 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.overlay.from-bottom {
|
|
|
|
bottom: 0;
|
2013-02-07 04:19:02 +04:00
|
|
|
border-bottom: none;
|
2013-02-07 01:51:40 +04:00
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
2013-05-02 03:46:22 +04:00
|
|
|
}
|
2013-07-26 01:12:58 +04:00
|
|
|
|
|
|
|
.overlay.floating {
|
|
|
|
left: auto;
|
|
|
|
}
|