Changeset - 850096e57fe8
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2018-01-04 21:21:53
dominikruf@gmail.com
less: cleanup panel-heading style

- override @headings-font-weight instead of using custom style
- remove font-size: 14px it is already the default
2 files changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-variables.less
Show inline comments
 
@@ -18,16 +18,17 @@
 
@navbar-inverse-color:              @kallithea-theme-inverse-color;
 
@navbar-inverse-bg:                 @kallithea-theme-main-color;
 
@navbar-inverse-border:             @kallithea-theme-main-color;
 
@navbar-inverse-link-color:         @kallithea-theme-inverse-color;
 
@navbar-inverse-link-hover-bg:      tint(@kallithea-theme-main-color, 15.0%);
 
@navbar-inverse-link-active-bg:     @navbar-inverse-link-hover-bg;
 
@navbar-inverse-toggle-hover-bg:    @navbar-inverse-link-hover-bg;
 
@navbar-inverse-toggle-border-color:@kallithea-theme-main-color;
 
@nav-pills-active-link-hover-color: @navbar-inverse-color;
 
@nav-pills-active-link-hover-bg:    @navbar-inverse-bg;
 
@dropdown-link-color:               @navbar-inverse-color;
 
@dropdown-bg:                       @navbar-inverse-bg;
 
@headings-font-weight:              700;
 

	
 
/* custom variables */
 
@highlight-color:                   #FAFFA6;
 
@highlight-line-color:              #DDE7EF;
kallithea/public/less/style.less
Show inline comments
 
@@ -195,28 +195,24 @@ textarea.form-control {
 
}
 

	
 
.form-group > label {
 
  float: left;
 
}
 
.dt_repo_pending {
 
  opacity: 0.5;
 
}
 

	
 
div.panel-primary {
 
  border: none;
 
}
 
div.panel div.panel-heading {
 
  font-size: 14px;
 
  font-weight: 700;
 
}
 

	
 
/* no extra vertical margin */
 
#content div.panel ul.pagination {
 
  margin: 0;
 
}
 

	
 
/* remove margin below footer */
 
.navbar.footer {
 
  margin-bottom: 0;
 
}
 

	
 
.user-menu {
0 comments (0 inline, 0 general)