mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
9 lines
174 B
SCSS
9 lines
174 B
SCSS
|
.ace_gutter {
|
||
|
border-top-left-radius: 4px;
|
||
|
border-bottom-left-radius: 4px;
|
||
|
}
|
||
|
.ace_scroller {
|
||
|
border-top-right-radius: 4px;
|
||
|
border-bottom-right-radius: 4px;
|
||
|
}
|