-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated excalidraw to latest version. Made it easier to change excali…
…draw theme and persist setting. (#40)
- Loading branch information
Showing
6 changed files
with
123 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,37 @@ | ||
@import '@standardnotes/stylekit/dist/stylekit.css'; | ||
@import 'sn-extension-api/dist/sn.min.css'; | ||
|
||
body, | ||
html { | ||
margin: 0; | ||
padding: 0; | ||
width: 100%; | ||
margin: 0; | ||
padding: 0; | ||
width: 100%; | ||
} | ||
|
||
.main { | ||
height: 100vh; | ||
height: 100vh; | ||
} | ||
|
||
.theme-btn { | ||
display: flex; | ||
align-items: center; | ||
margin-left: 10px; | ||
background-color: var(--color-surface-low); | ||
/*color: var(--sn-stylekit-info-contrast-color);*/ | ||
width: 150px; | ||
border: none; | ||
padding: 10px 20px; | ||
border-radius: 5px; | ||
cursor: pointer; | ||
color: var(--icon-fill-color); | ||
box-shadow: 0 0 0 1px var(--color-surface-lowest); | ||
} | ||
|
||
.theme-btn:hover { | ||
background-color: var(--button-hover-bg); | ||
} | ||
|
||
.theme-btn svg { | ||
width: 15px; | ||
height: 15px; | ||
margin-right: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters