excalidraw/src/styles.css
Alex Bratsos 58d81280c9 Add shortcuts (#85)
* Add yarn.lock to .gitignore

* Extract available shapes to one place

* Add event listeners for shapes shortcuts

* fixup! Add event listeners for shapes shortcuts

* Underline first letter of shapes

to indicate interactivity

* fixup! Extract available shapes to one place

* fixup! Add event listeners for shapes shortcuts
2020-01-03 15:08:34 -08:00

37 lines
537 B
CSS

/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
@font-face {
font-family: "Virgil";
src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf");
font-display: swap;
}
body {
margin: 0;
}
/* Controls - Begin */
fieldset {
margin: 5px;
}
label {
margin-right: 10px;
}
label span {
display: inline-block;
}
label span::first-letter {
text-decoration: underline;
}
input[type="number"] {
width: 30px;
}
input {
margin-right: 5px;
}
/* Controls - End */