mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 19:21:52 +00:00
add snippet list
This commit is contained in:
12
src/modals/new-snippet-editor.scss
Normal file
12
src/modals/new-snippet-editor.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import "../variables";
|
||||
|
||||
$editor-border-color: $border-color;
|
||||
|
||||
.new-snippet-modal{
|
||||
|
||||
.ace_editor {
|
||||
height: 200px;
|
||||
border: solid 1px $editor-border-color;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user