- feat: Style tweaks.

- feat: footer links on dashboard.
- feat: Inactive accounts view.
This commit is contained in:
Ahmed Bouhuolia
2020-07-04 12:40:27 +02:00
parent a279a9c5da
commit 273834b13e
7 changed files with 89 additions and 4 deletions

View File

@@ -301,6 +301,30 @@
color: #555;
}
}
&__footer{
margin-top: auto;
padding: 8px 0;
border-top: 1px solid #ececec;
.footer-links{
text-align: center;
> div{
font-size: 12px;
margin-right: 20px;
display: inline;
a{
color: #8c8c8c;
&:hover{
color: $blue2;
}
}
}
}
}
}
.tabs--dashboard-views{