Desgin for Manage Users Tabs (#1777)

* Update _subtitle.html.erb

* Update _manage_users_tags.html.erb

* Update admins.scss

* Update _primary_themes.scss

* Update _manage_users_tags.html.erb
This commit is contained in:
MrKeksi
2020-06-26 19:36:38 +02:00
committed by GitHub
parent 811a0d3920
commit 3ac85d97d6
4 changed files with 28 additions and 25 deletions

View File

@ -80,6 +80,14 @@ a {
}
}
.nav-tabs .nav-link:not(.active){
color: #9aa0ac !important;
&:hover:not(.disabled) {
border-color: $primary-color;
color: $primary-color !important;
}
}
.dropdown-item {
color: #6e7687 !important;
&:hover {