1- // ==========================================================================
2- // Bootstrap 5.3 Variable Overrides — Argon Light Theme
3- // ==========================================================================
4- // Only variables that DIFFER from Bootstrap 5.3 defaults.
5- // Requires bootstrap/scss/functions to be loaded first.
6- // Requires config/theme-variables to be loaded first.
7- //
8- // Organization follows Bootstrap's _variables.scss structure.
9- // ==========================================================================
1+ /* ! ********************************************
2+ Argon Light Theme
3+ Originally made by jchue
4+ Under the Internet Systems Consortium License
5+ https://github.com/jchue/argon-webtrees-theme
6+
7+ Forked and maintained by Evan Galli
8+ Under the same licence
9+ https://github.com/06Games/Webtrees-ArgonLight
10+ ************************************************/
1011
1112$prefix : " bs-" ;
1213
@@ -19,11 +20,11 @@ $primary: $blue;
1920$secondary : $gray-200 ;
2021$tertiary : $gray-300 ;
2122$success : $green ;
22- $info : $teal ; // Argon uses Teal for Info, not Cyan
23- $warning : $yellow ; // Argon uses Yellow for Warning, not Orange
23+ $info : $teal ;
24+ $warning : $yellow ;
2425$danger : $red ;
2526$light : $gray-100 ;
26- $dark : #172b4d ; // Argon specific "Dark Blue" used for text/nav
27+ $dark : #172b4d ;
2728
2829// Theme Colors Map
2930$theme-colors : (
@@ -52,7 +53,6 @@ $enable-shadows: true;
5253// Spacing
5354// ---------------------------------------------------------------------------
5455
55- // Extended spacers (Bootstrap provides 0–5, Argon adds 6–12)
5656$spacer : 1rem !default ;
5757$spacers : (
5858 0 : 0 ,
@@ -103,12 +103,12 @@ $font-family-sans-serif: "Open Sans", sans-serif;
103103$font-weight-bold : 600 ;
104104$font-weight-bolder : 700 ;
105105
106- $small-font-size : .8em ; // BS default: .875em
107- $h1-font-size : 3rem ; // BS default: 2.5rem
108- $h2-font-size : 2.25rem ; // BS default: 2rem
109- $h3-font-size : 1.875rem ; // BS default: 1.75rem
106+ $small-font-size : .8em ;
107+ $h1-font-size : 3rem ;
108+ $h2-font-size : 2.25rem ;
109+ $h3-font-size : 1.875rem ;
110110
111- $headings-font-weight : 400 ; // BS default: 500
111+ $headings-font-weight : 400 ;
112112$headings-color : $h-color ;
113113
114114
@@ -127,30 +127,30 @@ $table-border-color: $gray-200;
127127// Buttons
128128// ---------------------------------------------------------------------------
129129
130- $btn-padding-y : .625rem ; // BS default: .375rem
131- $btn-padding-x : 1.25rem ; // BS default: .75rem
132- $btn-font-size : .875rem ; // BS default: 1rem
133- $btn-font-weight : 700 ; // BS default: 400
130+ $btn-padding-y : .625rem ;
131+ $btn-padding-x : 1.25rem ;
132+ $btn-font-size : .875rem ;
133+ $btn-font-weight : 700 ;
134134
135135$btn-padding-y-sm : .5rem ;
136- $btn-padding-x-sm : 2rem ; // BS default: .5rem
136+ $btn-padding-x-sm : 2rem ;
137137$btn-font-size-sm : .75rem ;
138138
139139$btn-padding-y-lg : .875rem ;
140- $btn-padding-x-lg : 4rem ; // BS default: 1rem
140+ $btn-padding-x-lg : 4rem ;
141141$btn-font-size-lg : .875rem ;
142142
143143$btn-box-shadow : 0 4px 6px rgba (50 , 50 , 93 , .1 ), 0 1px 3px rgba (0 , 0 , 0 , .08 );
144144$btn-focus-box-shadow : 0 7px 14px rgba (50 , 50 , 93 , .1 ), 0 3px 6px rgba (0 , 0 , 0 , .08 );
145145$btn-active-box-shadow : none ;
146146
147- $btn-border-radius : $border-radius-md ; // .5rem (BS default: .375rem)
147+ $btn-border-radius : $border-radius-md ;
148148$btn-border-radius-sm : .25rem ;
149149$btn-border-radius-lg : .75rem ;
150150
151151$btn-transition : all .15s ease-in ;
152152
153- $btn-close-color : #fff ; // BS default: #000
153+ $btn-close-color : #fff ;
154154
155155
156156// ---------------------------------------------------------------------------
@@ -163,10 +163,10 @@ $form-label-color: $dark;
163163
164164$input-padding-y : .5rem ;
165165$input-padding-x : .75rem ;
166- $input-font-size : .875rem ; // BS default: 1rem
166+ $input-font-size : .875rem ;
167167$input-line-height : 1.4rem ;
168168
169- $input-color : #495057 ; // $gray-700
169+ $input-color : $gray-700 ;
170170$input-border-color : #d2d6da ;
171171$input-box-shadow : 0 1px 2px 0 rgba (0 , 0 , 0 , 0.05 );
172172
@@ -175,10 +175,10 @@ $input-border-radius-sm: $border-radius-md;
175175$input-border-radius-lg : $border-radius-md ;
176176
177177$input-focus-border-color : $primary ;
178- $input-focus-width : 2px ; // BS default: .25rem
178+ $input-focus-width : 2px ;
179179$input-focus-box-shadow : 0 3px 9px rgba (50 , 50 , 9 , 0 ), 3px 4px 8px rgba (94 , 114 , 228 , .10 );
180180
181- $input-placeholder-color : #adb5bd ; // $gray-500
181+ $input-placeholder-color : $gray-500 ;
182182
183183$form-switch-color : rgba (0 , 0 , 0 , 1 );
184184$form-switch-bg-image : none ;
@@ -204,8 +204,8 @@ $nav-pills-border-radius: 0.75rem;
204204$nav-pills-link-active-color : $white ;
205205$nav-pills-link-active-bg : $dark ;
206206
207- $navbar-dark-color : rgba (#fff , .85 ); // BS default: .55
208- $navbar-dark-hover-color : rgba (#fff , .75 ); // BS default: .75
207+ $navbar-dark-color : rgba (#fff , .85 );
208+ $navbar-dark-hover-color : rgba (#fff , .75 );
209209
210210$navbar-light-color : $white ;
211211$navbar-light-hover-color : rgba ($white , .7 );
@@ -218,7 +218,7 @@ $navbar-light-disabled-color: rgba($white, .3);
218218
219219$tooltip-border-radius : $border-radius-md ;
220220
221- $popover-font-size : $font-size-xs ; // .75rem (BS default: .875rem)
221+ $popover-font-size : $font-size-xs ;
222222$popover-border-width : 0 ;
223223$popover-border-radius : .75rem ;
224224
@@ -246,7 +246,7 @@ $alert-border-radius: $border-radius-md;
246246// Progress
247247// ---------------------------------------------------------------------------
248248
249- $progress-height : 8px ; // BS default: 1rem
249+ $progress-height : 8px ;
250250$progress-border-radius : $border-radius-md ;
251251
252252
0 commit comments