9 lines
124 B
SCSS
9 lines
124 B
SCSS
|
@import "../css/theme";
|
||
|
|
||
|
.excalidraw {
|
||
|
.excalidraw-button {
|
||
|
@include outlineButtonStyles;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
}
|