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/admin/assets/stylesheets/sass/modules/forms/ |
Upload File : |
| Current File : /home/dpmptsp/public_html/admin/assets/stylesheets/sass/modules/forms/_summernote.scss |
// WYSIWYG
// -----------------------------------------------------------------------------
/* Summernote */
.note-editor {
border: 1px solid #ddd;
border-radius: 4px;
@include transition( border-color ease-in-out .15s, box-shadow ease-in-out .15s );
&.active {
border-color: #66afe9;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}
.note-title {
padding-top: 0 !important;
}
.note-toolbar {
background-color: #FFF;
border: {
bottom: 1px dashed #ddd;
left: none;
right: none;
top: none;
}
border-radius: 4px 4px 0 0;
padding: 6px 4px 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
i {
margin: 0;
&:before {
margin: 0;
}
}
.btn-group {
float: none !important;
margin: 0 0 6px 5px;
}
@media only screen and (max-width: 767px) {
text-align: center;
}
}
.note-editable {
clear: both;
background: #FFF;
border: none;
border-radius: 0 0 4px 4px;
font-family: Arial, Helvetica, Sans-serif;
}
.note-statusbar {
background: #FFF;
border-radius: 0 0 4px 4px;
.note-resizebar {
border-color: #DDD;
display: block;
}
}
}
// DARK
// -----------------------------------------------------------------------------
html.dark {
.note-editor {
border-color: $dark-color-3;
color: #EEE;
.note-toolbar,
.note-statusbar {
background: $dark-color-5;
border-color: $dark-color-1;
}
.note-editable {
background: $dark-color-3;
border-color: $dark-color-1;
}
.note-statusbar .note-resizebar {
border-color: $dark-color-1;
.note-icon-bar {
border-color: #444;
}
}
.caret {
border-color: #FFF transparent transparent;
}
}
}