mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
builds tgui. note: custom cit tgui's still need checking
This commit is contained in:
1
tgui/packages/tgui/public/tgui-common.chunk.js
Normal file
1
tgui/packages/tgui/public/tgui-common.chunk.js
Normal file
File diff suppressed because one or more lines are too long
1
tgui/packages/tgui/public/tgui-panel.bundle.css
Normal file
1
tgui/packages/tgui/public/tgui-panel.bundle.css
Normal file
File diff suppressed because one or more lines are too long
1
tgui/packages/tgui/public/tgui-panel.bundle.js
Normal file
1
tgui/packages/tgui/public/tgui-panel.bundle.js
Normal file
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
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user