generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
css files created for each components
regarding #78 Co-authored-by: Martin Wagner <martin.wagner@fau.de>
- Loading branch information
1 parent
e7dcd97
commit e4d07ee
Showing
6 changed files
with
34 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import url('theme.css'); | ||
|
||
/* Chart related Styling */ | ||
|
||
/* Reconfiguration of the title style on chart */ | ||
|
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,3 +1,5 @@ | ||
@import url('theme.css'); | ||
|
||
/* Style the navigation menu */ | ||
.navbar { | ||
width: 100%; | ||
|
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,3 +1,5 @@ | ||
@import url('theme.css'); | ||
|
||
/* Reconfiguration of the header bar */ | ||
.HeaderContainer { | ||
height: 70; | ||
|
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/* Project wide definition of stlye */ | ||
:root { | ||
/* --global--concept--size */ | ||
--global--header--color: #ededed; | ||
--global--icon--color: #00b300; | ||
--global--panel--color: 2rem; | ||
--global--text--color: 0.5rem; | ||
|
||
/* --global--concept--PropertyCamelCase */ | ||
--global--header-title--FontSize: 24px; | ||
--global--header-icon-title--FontSize: 35px; | ||
--global--header-back-icon-title--FontSize: 20px; | ||
--global--panel-title--FontSize: 22px; | ||
--global--icon-title--FontSize: 18px; | ||
--global--text--FontSize: 18px; | ||
--global--text-label--FontSize: 16px; | ||
--global--text-title--FontSize: 20px; | ||
--global--text-subtitle--FontSize: 19px; | ||
--global--chart-items--FontSize: 10px; | ||
--global--table-items--FontSize: 10px; | ||
--global--button-title--FontSize: 14px; | ||
|
||
/* --global--state--PropertyCamelCase */ | ||
--global--hover--BackgroundColor: #ccc; | ||
} |