mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Additions
This commit is contained in:
16
src/renderer/scss/_mdi-additions.scss
Normal file
16
src/renderer/scss/_mdi-additions.scss
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
.material-icons{// TODO: rewrite with rem
|
||||
/* Rules for sizing the icon. */
|
||||
&.md-18 { font-size: 18px; }
|
||||
&.md-24 { font-size: 24px; }
|
||||
&.md-36 { font-size: 36px; }
|
||||
&.md-48 { font-size: 48px; }
|
||||
|
||||
/* Rules for using icons as black on a light background. */
|
||||
&.md-dark { color: rgba(0, 0, 0, 0.54); }
|
||||
&.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
|
||||
|
||||
/* Rules for using icons as white on a dark background. */
|
||||
&.md-light { color: rgba(255, 255, 255, 1); }
|
||||
&.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
/*Colors*/
|
||||
$body-bg: #232524;
|
||||
$primary-color: #e36929;
|
||||
$bg-color: #232524;
|
||||
|
||||
/*Sizes*/
|
||||
$settingbar-width: 4rem;
|
||||
$explorebar-width: 16rem;
|
||||
$footer-height: 1.5rem;
|
@ -1 +1,3 @@
|
||||
@import "variables";
|
||||
@import "variables";
|
||||
@import "mdi-additions";
|
||||
@import "~spectre.css/src/spectre";
|
Reference in New Issue
Block a user