mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-18 20:21:44 +00:00
13 lines
193 B
SCSS
13 lines
193 B
SCSS
@import "../variables";
|
|
|
|
$editor-border-color: $border-color;
|
|
|
|
.new-snippet-modal{
|
|
|
|
.ace_editor {
|
|
height: 200px;
|
|
border: solid 1px $editor-border-color;
|
|
border-radius: 5px;
|
|
}
|
|
}
|