Skip to content

Commit

Permalink
chore(styling): add basic sheet styling elements
Browse files Browse the repository at this point in the history
* Add style constants

* Add Sheet SVGs

---------

Co-authored-by: stanavdb <[email protected]>
  • Loading branch information
MangoFVTT and stanavdb authored Aug 27, 2024
1 parent 2011d6b commit 8457e4c
Show file tree
Hide file tree
Showing 15 changed files with 215 additions and 1 deletion.
17 changes: 17 additions & 0 deletions src/icons/svg/border_attribute_left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/icons/svg/border_attribute_right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/icons/svg/border_bar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icons/svg/border_corner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/icons/svg/border_defense.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/icons/svg/border_deflect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/icons/svg/border_full_100x100.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/icons/svg/border_level.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/icons/svg/border_sheet_corner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions src/icons/svg/border_sheet_full_150x150.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/icons/svg/border_stat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/icons/svg/border_tab_closed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/icons/svg/border_tab_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/icons/svg/star_cosmere.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 32 additions & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
@import './style/sheets/module.scss';
// @import './style/chat/module.scss';

/* ----------------------------------------- */
/* Globals */
/* ----------------------------------------- */
:root {
--plotweaver-color-white: white;
--plotweaver-color-black: black;
--plotweaver-color-off-white: #f0f0e0;
--plotweaver-color-dark-1: #111;
--plotweaver-color-dark-2: #222;
--plotweaver-color-dark-3: #333;
--plotweaver-color-dark-4: #444;
--plotweaver-color-dark-5: #555;
--plotweaver-color-hlt-front: #286f3e;
--plotweaver-color-hlt-back: #6b1b2a;
--plotweaver-color-fcs-front: #6e45e4;
--plotweaver-color-fcs-back: #281c4a;
--plotweaver-color-ivs-front: #3e6abb;
--plotweaver-color-ivs-back: #182845;

--stormlight-color-gold: #c9a760;
--stormlight-color-blue-grey: #5e6c7e;
--stormlight-color-blue-light: #456a95;
--stormlight-color-blue-deep: #10213e;
--stormlight-color-blue-dark: #010e2d;
--stormlight-color-base-5: #132137;
--stormlight-color-base-4: #1b2d49;
--stormlight-color-base-3: #263c5e;
--stormlight-color-base-2: #354f78;
--stormlight-color-base-1: #506684;
}

@font-face {
font-family: 'cosmere-dingbats';
src: url("https://dl.dropboxusercontent.com/scl/fi/9909gen4fd0oveyzfposx/CosmereDingbats-Regular.otf?rlkey=ig6odq9hxyo1st8kt3ujp1czz&st=72qrads3&raw=1")
Expand All @@ -9,4 +40,4 @@
i.cosmere-icon {
font-family: 'cosmere-dingbats';
font-style: normal;
}
}

0 comments on commit 8457e4c

Please sign in to comment.