2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

improve user page styling

This commit is contained in:
Sam 2015-12-24 09:45:09 +11:00
parent f423869e03
commit 7ae1846834
4 changed files with 30 additions and 28 deletions

View file

@ -653,3 +653,24 @@
}
}

.user-main .nav-stacked {
background-color: transparent;

> li {
border-bottom: none;
> a {
padding: 6px 6px 6px 30px;
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
}
}

li > a.active {
color: $primary;
background-color: transparent;
}
li > a.active:after {
border-left-color: $primary;
}
}