mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
* build: Added example folder for testing @excalidraw/excalidraw in local * remove unnecessary files * use scss * update docs * newline * remove index * remove yarn * use the bundled excalidraw.development.js for better testing and font will also be available * remove src folder from example
42 lines
588 B
SCSS
42 lines
588 B
SCSS
.App {
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
.button-wrapper button {
|
|
z-index: 1;
|
|
height: 40px;
|
|
max-width: 200px;
|
|
margin: 10px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.excalidraw .App-menu_top .buttonList {
|
|
display: flex;
|
|
}
|
|
|
|
.excalidraw-wrapper {
|
|
height: 800px;
|
|
margin: 50px;
|
|
}
|
|
|
|
:root[dir="ltr"]
|
|
.excalidraw
|
|
.layer-ui__wrapper
|
|
.zen-mode-transition.App-menu_bottom--transition-left {
|
|
transform: none;
|
|
}
|
|
|
|
.excalidraw .panelColumn {
|
|
text-align: left;
|
|
}
|
|
|
|
.export-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 50px;
|
|
|
|
&__checkbox {
|
|
display: flex;
|
|
}
|
|
}
|