File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
taccsite_custom/texascale_cms/static/texascale_cms/css/2025/1_settings Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build
22on :
33 workflow_dispatch :
44 push :
5- branches : [main, any/branch-you-want, feat/2025-ad-hoc-css ]
5+ branches : [main, any/branch-you-want, feat/bootstrap-btn ]
66
77jobs :
88 build_commit :
Original file line number Diff line number Diff line change 1- FROM taccwma/core-cms:v4.36.10
1+ FROM taccwma/core-cms:v4.36.11
22
33WORKDIR /code
44
Original file line number Diff line number Diff line change @@ -143,6 +143,17 @@ def get_custom_grid_containers():
143143from django .utils .functional import lazy
144144DJANGOCMS_BOOTSTRAP4_GRID_CONTAINERS = lazy (get_custom_grid_containers , list )()
145145
146+ DJANGOCMS_BOOTSTRAP4_COLOR_STYLE_CHOICES = (
147+ ('primary' , _ ('Primary / Blue' )),
148+ ('secondary' , _ ('Secondary / Gray' )),
149+ ('success' , _ ('Success / White' )),
150+ ('danger' , _ ('Danger / White' )),
151+ ('warning' , _ ('Warning / White' )),
152+ ('info' , _ ('Info / White' )),
153+ ('light' , _ ('Light / Gray' )),
154+ ('dark' , _ ('Dark / Blue' )),
155+ )
156+
146157########################
147158# DJANGOCMS_ICON
148159# https://github.com/django-cms/djangocms-icon
Original file line number Diff line number Diff line change 1+ @import url ("https://cdn.jsdelivr.net/gh/TACC/Core-Styles@v2/dist/settings/color--cms.auto.css" );
2+
13/* Texascale */
24: root {
35 --texascale-gold : # D0B786 ;
1820/* TACC/Core v2 (stable) */
1921: root {
2022 --header-bkgd-color : var (--tacc-black );
23+
24+ /* TACC/Core-Styles (Auto-Assign) */
25+ --tc-color-1 : # 003049 ;
2126}
You can’t perform that action at this time.
0 commit comments