Changeset - 6563dfd8c890
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2018-04-02 02:10:25
mads@kiilerich.com
less: style panel headings with variables the same way as the (inverse) navbars are styled

No visible change by default, but splitting these variables out separately and
explicitly makes the system more flexible and prepare for future changes or
customizations.

@panel-primary-heading-bg already indirectly defaulted to
@kallithea-theme-main-color.

@panel-primary-text defaulted to white and would have to be customized anyway
if using a light background.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-variables.less
Show inline comments
 
@@ -32,12 +32,15 @@
 
@dropdown-link-color:               @navbar-inverse-color;
 
@dropdown-bg:                       @navbar-inverse-bg;
 
@dropdown-link-hover-color:         @navbar-inverse-link-hover-color;
 
@dropdown-link-hover-bg:            @navbar-inverse-link-hover-bg;
 
@grid-gutter-width:                 2 * @kallithea-panel-margin; /* default: 30px */
 
@panel-heading-padding:             5px 15px; /* default: 10px 15px */
 
@panel-primary-text:                @kallithea-theme-inverse-color;
 
@panel-primary-heading-bg:          @kallithea-theme-main-color;
 
@panel-primary-border:              @panel-primary-heading-bg;
 
@headings-font-weight:              700;
 
@table-cell-padding:                2px 4px;
 

	
 
/* custom variables */
 
@highlight-color:                   #FAFFA6;
 
@highlight-line-color:              #DDE7EF;
0 comments (0 inline, 0 general)