1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Additions

This commit is contained in:
2020-05-08 18:02:18 +02:00
parent 7b4c55dd62
commit 8ded79017b
27 changed files with 353 additions and 200 deletions

View 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); }
}

View File

@ -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;

View File

@ -1 +1,3 @@
@import "variables";
@import "variables";
@import "mdi-additions";
@import "~spectre.css/src/spectre";