2015-08-22 13:41:57 +10:00
|
|
|
//
|
|
|
|
// Custom alerts (Based on Sweet Alert)
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2016-05-20 06:33:16 +10:00
|
|
|
.sweet-overlay {
|
|
|
|
background-color: @overlay-background;
|
2016-05-21 15:17:14 +10:00
|
|
|
z-index: @zindex-alert - 1;
|
2016-05-20 06:33:16 +10:00
|
|
|
}
|
2015-08-22 13:41:57 +10:00
|
|
|
|
|
|
|
.sweet-alert {
|
|
|
|
text-align: right;
|
2016-05-20 06:33:16 +10:00
|
|
|
border-radius: @border-radius-base;
|
|
|
|
.box-shadow(@popup-box-shadow);
|
2016-05-21 15:17:14 +10:00
|
|
|
z-index: @zindex-alert;
|
2015-08-22 13:41:57 +10:00
|
|
|
|
2015-09-01 19:05:44 +10:00
|
|
|
h2 {
|
2015-08-22 13:41:57 +10:00
|
|
|
word-break: word-break;
|
|
|
|
word-wrap: break-word;
|
|
|
|
max-height: 350px;
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
margin: 10px 0 17px 0;
|
|
|
|
color: #2b3e50;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.text-muted {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
color: #555555;
|
|
|
|
}
|
|
|
|
}
|