Skip to content
Snippets Groups Projects
Commit aef24c03 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Small improvements to headers and accessibility.

parent 9d4c7554
Branches
Tags
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3,12 +3,13 @@ ...@@ -3,12 +3,13 @@
@border-radius-large: 0; // modal @border-radius-large: 0; // modal
/* ------ Common element changes ------ */ /* ------ Common element changes ------ */
h1, h2, h3, h4 { .help-block {
margin: 0; h1,
margin-bottom: 1rem; h2,
h3,
.help-block & { margin: 0; } h4 { margin: 0; }
} }
.highlight, .highlight,
mark { background-color: @highlighter-color; } mark { background-color: @highlighter-color; }
table { font-size: @reduced-font-size; } table { font-size: @reduced-font-size; }
...@@ -86,8 +87,8 @@ select.form-control { ...@@ -86,8 +87,8 @@ select.form-control {
.alert-success, .alert-success,
.alert-success:hover { .alert-success:hover {
color: @dark-green; color: @dark-green;
background-color: @light-green; background-color: @washed-green;
a { color: @white; } a { color: @green; }
} }
.alert-danger, .alert-danger,
.alert-danger:hover { .alert-danger:hover {
......
...@@ -162,6 +162,8 @@ header { ...@@ -162,6 +162,8 @@ header {
font-size: @reduced-font-size; font-size: @reduced-font-size;
background-color: @light-gray; background-color: @light-gray;
h1,h2,h3,h4 { margin-top: 0; }
.facet-group { .facet-group {
margin-left: 1rem; margin-left: 1rem;
margin-right: 1rem; margin-right: 1rem;
...@@ -206,10 +208,16 @@ header { ...@@ -206,10 +208,16 @@ header {
.facet .badge { .facet .badge {
max-height: 15px; max-height: 15px;
margin-top: 5px; margin-top: 5px;
line-height: .8;
background-color: @sidebar-item-badge;
} }
} }
.facet .badge {
flex-shrink: 0;
max-height: 19px;
line-height: .8;
background-color: @sidebar-item-badge;
}
.sidebar.left, .sidebar.left,
.sidebar.right { .sidebar.right {
padding-left: 0; padding-left: 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment