| .. | |||||
| mixins | |||||
| btn-group.scss | |||||
| buttons.scss | |||||
| common.scss | |||||
| dropdown.scss | |||||
| form.scss | |||||
| mixins.scss | |||||
| modal.scss | |||||
| popover.scss | |||||
| toolbar.scss | |||||
| tooltip.scss | |||||
| variables.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/newsigniter/assets/back/vendors/summernote_v/src/styles/lite/ |
Upload File : |
.note-modal {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: $zindex-modal;
@include opacity(1);
display: none;
&.open {
display:block;
}
}
.note-modal-content {
position: relative;
width: auto;
margin: 30px 20px;
border: 1px solid $modal-content-border-color;
background: $modal-content-bg;
background-clip: border-box;
outline: 0;
border-radius: 5px;
@include box-shadow(0 3px 9px rgba(0,0,0,.5));
}
.note-modal-header {
padding: 10px 20px;
border: 1px solid #ededef;
}
.note-modal-body {
position: relative;
padding: 20px 30px;
// shortcut text style
kbd {
border-radius: 2px;
background-color: #000;
color: #fff;
padding: 3px 5px;
font-weight: 700;
@include box-sizing();
}
}
.note-modal-footer {
height: 40px;
padding: 10px;
text-align: center;
}
.note-modal-footer a {
color: #337ab7;
text-decoration: none
}
.note-modal-footer a:hover,
.note-modal-footer a:focus {
color: #23527c;
text-decoration: underline
}
.note-modal-footer .note-btn {
float: right
}
.note-modal-title {
font-size: 20px;
color: #42515f;
margin: 0;
line-height: 1.4;
}
.note-modal-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: $zindex-modal-background;
background: $modal-backdrop-bg;
@include opacity(0.5);
display: none;
&.open {
display: block;
}
}
// Scale up the modal
@media (min-width: 768px) {
// Automatically set modal's width for larger viewports
.note-modal-content {
width: 600px;
margin: 30px auto;
}
}
@media (min-width: 992px) {
.note-modal-content-large {
width: 900px;
}
}
| .. | |||||
| mixins | |||||
| btn-group.scss | |||||
| buttons.scss | |||||
| common.scss | |||||
| dropdown.scss | |||||
| form.scss | |||||
| mixins.scss | |||||
| modal.scss | |||||
| popover.scss | |||||
| toolbar.scss | |||||
| tooltip.scss | |||||
| variables.scss |