File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1111 --bs-secondary-border-color : # 6C757D ;
1212 --bs-tertiary-bg : # 001F3F ;
1313 --bs-light-rgb : 12.4 , 41.9 , 72.35 ;
14+ --bs-border-color : # 004d9f ;
1415}
1516html ,
1617body {
Original file line number Diff line number Diff line change 44@secondary-color : #6C757D ;
55@text-color : #F8F9FA ;
66@lighter-bg : mix (@primary-bg , @text-color , 95% );
7+ @border-color : #004d9f ;
78
89@input-bg : mix (@primary-color , @primary-bg , 30% );
910@input-border : mix (@primary-color , @primary-bg , 50% );
2324 --bs-secondary-border-color : @secondary-color ;
2425 --bs-tertiary-bg : @primary-bg ;
2526 --bs-light-rgb : red (@lighter-bg ), green (@lighter-bg ), blue (@lighter-bg );
27+ --bs-border-color : @border-color ;
2628}
2729
30+
2831html , body {
2932 height : 100% ;
3033}
You can’t perform that action at this time.
0 commit comments