integarting admin dashboard
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
/* Summernote Editor */
|
||||
|
||||
.note-editor{
|
||||
&.note-frame {
|
||||
border: 1px solid $border-color;
|
||||
.note-editing-area {
|
||||
.note-editable {
|
||||
background: transparent;
|
||||
color: $input-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.note-popover {
|
||||
border: 1px solid $border-color;
|
||||
}
|
Reference in New Issue
Block a user