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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user