mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Tentatively finished up the tabbed area with weekly/monthly/yearly stacked bar charts with dummy data
This commit is contained in:
@@ -77,3 +77,37 @@ $failed: color('orange-30v');
|
||||
background-color: #007bff;
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
|
||||
// tabs
|
||||
|
||||
.tab {
|
||||
display: flex;
|
||||
margin-bottom: units(2);
|
||||
}
|
||||
|
||||
.tab button {
|
||||
cursor: pointer;
|
||||
border-radius: 0;
|
||||
margin-right: units(-1px);
|
||||
&:focus {
|
||||
outline-width: 2px;
|
||||
}
|
||||
&.active, &:hover {
|
||||
background-color: color("blue-60v");
|
||||
color: #FFF;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
.tabcontent {
|
||||
display: none;
|
||||
padding: units(1);
|
||||
}
|
||||
.chart-subtitle {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
font-size: size("body", 5);
|
||||
font-weight: bold;
|
||||
padding: units(1);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -341,10 +341,10 @@ h2.recipient-list {
|
||||
}
|
||||
}
|
||||
|
||||
.js-focus-style {
|
||||
outline: 3px solid color("blue-40v");
|
||||
box-shadow: 0 0 0 7px color("blue-40v");
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
// .js-focus-style {
|
||||
// outline: 3px solid color("blue-40v");
|
||||
// box-shadow: 0 0 0 7px color("blue-40v");
|
||||
// *:focus {
|
||||
// outline: none;
|
||||
// }
|
||||
// }
|
||||
|
||||
@@ -22,9 +22,8 @@ i.e.
|
||||
|
||||
@use "uswds-core" as *;
|
||||
|
||||
iframe:focus, [href]:focus, [tabindex]:focus, [contentEditable=true]:focus {
|
||||
outline: units(1px) dotted color('blue-40v');
|
||||
outline: units(1px) auto color('blue-40v');
|
||||
iframe:focus, [href]:focus, [tabindex]:focus, [contentEditable=true]:focus, button:not([disabled]):focus {
|
||||
outline: units(2px) solid color('blue-40v');
|
||||
outline-offset: 0.3rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user