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/_bs-markdown.scss |
// MARKDOWN
// -----------------------------------------------------------------------------
/* Bootstrap Markdown */
.md-editor {
border-radius: 4px;
@include transition( border-color ease-in-out .15s, box-shadow ease-in-out .15s );
> .md-header {
border-radius: 4px 4px 0 0;
padding: 6px 4px 0;
}
> .md-preview,
> textarea {
background: #FFF;
border-bottom: none;
border-radius: 0 0 4px 4px;
padding: 10px;
outline: none;
width: 100% !important;
}
.btn-group {
margin-bottom: 6px;
}
}
// DARK
// -----------------------------------------------------------------------------
html.dark {
.md-editor {
border-color: $dark-color-3;
}
.md-editor >.md-header,
.md-editor .md-footer {
background: $dark-color-5;
}
.md-editor > .md-preview,
.md-editor > textarea {
background: $dark-color-3;
}
.md-editor > textarea {
color: #EEE;
border-color: $dark-color-1;
}
}