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 instance/finc/staging/20210930_111555
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 @@
@border-radius-large: 0; // modal
/* ------ Common element changes ------ */
h1, h2, h3, h4 {
margin: 0;
margin-bottom: 1rem;
.help-block & { margin: 0; }
.help-block {
h1,
h2,
h3,
h4 { margin: 0; }
}
.highlight,
mark { background-color: @highlighter-color; }
table { font-size: @reduced-font-size; }
......@@ -86,8 +87,8 @@ select.form-control {
.alert-success,
.alert-success:hover {
color: @dark-green;
background-color: @light-green;
a { color: @white; }
background-color: @washed-green;
a { color: @green; }
}
.alert-danger,
.alert-danger:hover {
......
......@@ -162,6 +162,8 @@ header {
font-size: @reduced-font-size;
background-color: @light-gray;
h1,h2,h3,h4 { margin-top: 0; }
.facet-group {
margin-left: 1rem;
margin-right: 1rem;
......@@ -206,10 +208,16 @@ header {
.facet .badge {
max-height: 15px;
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.right {
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