mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Run prettier on .scss file
This commit is contained in:
parent
88e6948db0
commit
d30e829609
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Virgil';
|
font-family: "Virgil";
|
||||||
src: url('https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf');
|
src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf");
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,14 +58,14 @@ body {
|
||||||
.tool {
|
.tool {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
input[type='radio'] {
|
input[type="radio"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='radio'] {
|
input[type="radio"] {
|
||||||
& + .toolIcon {
|
& + .toolIcon {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
|
|
||||||
|
@ -101,11 +101,11 @@ label {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='number'] {
|
input[type="number"] {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='color'] {
|
input[type="color"] {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue