Skip to content
Snippets Groups Projects
Unverified Commit 21f4a044 authored by weaver299's avatar weaver299 Committed by GitHub
Browse files

Merge pull request #83 from ASCWebServices/canini

asc_bootstrap - focus boxes on accordions for accessibility, updating…
parents 2287d74c 87d66901
No related branches found
No related tags found
No related merge requests found
......@@ -115,22 +115,27 @@
.panel-heading {
border: none;
padding: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.card-header {
margin: 0 0 10px;
background: #f5f5f5;
.panel-title {
color: #b00;
padding: 3px 15px;
margin: 0;
border-color: transparent;
border-style: none;
border-width: 0;
background-color: transparent;
width: 100%;
text-align: left;
outline: none;
background: #f5f5f5;
padding: 10px 15px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
svg, i {
......
......@@ -176,10 +176,12 @@ p {
color: $gray;
}
a:focus {
outline: dotted 2px;
a:focus,
input:focus,
button:focus,
select:focus {
outline: dotted 2px #1B7582;
outline-offset: 4px;
color: #1B7582;
}
......
......@@ -43,6 +43,28 @@
.nav > li > a {
padding: 0;
}
.footer-address {
a {
text-decoration: underline;
}
.contact-heading {
line-height: 22px;
color: $white;
margin: 11px 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: $font-size-h3;
font-weight: $headings-font-weight;
}
}
.footer-email {
a {
text-decoration: underline;
}
}
}
#subfoot {
......
......@@ -210,6 +210,10 @@
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
color: $white;
}
.tab-header {
color: $white;
}
......
This diff is collapsed.
......@@ -47,7 +47,7 @@
#}
<div class="footer-address">
<h3><a href="/contact">Contact Us</a></h3>
<p class="contact-heading"><a href="/contact">Contact Us</a></p>
<p>
{% if content.field_address_line1.0 %}
{{ content.field_address_line1.0 }}<br/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment