builds tgui. note: custom cit tgui's still need checking

This commit is contained in:
Letter N
2020-08-18 12:33:09 +08:00
parent 5dff3e9a04
commit 0b4dfbfebc
6 changed files with 11 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -36,26 +36,26 @@
'border-color': #CFBA47, 'border-color': #CFBA47,
)); ));
@include meta.load-css('../components/NoticeBox.scss', $with: ( @include meta.load-css('../components/NoticeBox.scss', $with: (
'color-background': #886a09, 'background-color': #886a09,
)); ));
@include meta.load-css('../components/NumberInput.scss', $with: ( @include meta.load-css('../components/NumberInput.scss', $with: (
'border-color': #CFBA47, 'border-color': #CFBA47,
)); ));
@include meta.load-css('../components/ProgressBar.scss', $with: ( @include meta.load-css('../components/ProgressBar.scss', $with: (
'color-background': #2D1400, // 'border-color': #170800 'background-color': #2D1400, // 'border-color': #170800
)); ));
@include meta.load-css('../components/Section.scss'); @include meta.load-css('../components/Section.scss');
@include meta.load-css('../components/Tooltip.scss', $with: ( @include meta.load-css('../components/Tooltip.scss', $with: (
'color-background': #2D1400, 'background-color': #2D1400,
)); ));
// Layouts // Layouts
@include meta.load-css('../layouts/Layout.scss'); @include meta.load-css('../layouts/Layout.scss');
@include meta.load-css('../layouts/Window.scss'); @include meta.load-css('../layouts/Window.scss');
@include meta.load-css('../layouts/TitleBar.scss', $with: ( @include meta.load-css('../layouts/TitleBar.scss', $with: (
'color-text': #CFBA47, 'text-color': #CFBA47,
'color-background': #2D1400, // 'border-color': #170800 'background-color': #2D1400, // 'border-color': #170800
'color-shadow-core': #170800, 'shadow-color-core': #170800,
)); ));
.Layout__content { .Layout__content {