Admin: refactor email list downloads into List, get rid of .dashwidget css

This commit is contained in:
Alex Gleason
2022-12-17 14:23:52 -06:00
parent ee443158b6
commit 52bdb48bfb
3 changed files with 52 additions and 49 deletions

View File

@ -1,30 +1,3 @@
.dashwidgets {
display: flex;
flex-wrap: wrap;
margin: 0 -5px;
padding: 0 20px 20px 20px;
}
.dashwidget {
flex: 1;
margin-bottom: 20px;
padding: 0 5px;
h4 {
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
color: hsla(var(--primary-text-color_hsl), 0.6);
padding-bottom: 8px;
margin-bottom: 8px;
border-bottom: 1px solid var(--accent-color--med);
}
a {
color: var(--brand-color);
}
}
.unapproved-account {
padding: 15px 20px;
font-size: 14px;