Fix user card style regressions

This commit is contained in:
Toby Zerner 2015-03-24 16:12:21 +10:30
parent 4a1550215c
commit fe3b1a121b
2 changed files with 4 additions and 2 deletions

View File

@ -154,7 +154,7 @@ body {
color: @fl-drawer-color;
}
}
&:not(.dropdown-menu), & a:not(.dropdown-menu a), & .btn-link:not(.dropdown-menu .btn-link) {
&, & a, & .btn-link {
color: @fl-drawer-control-color;
}
& .form-control {

View File

@ -25,9 +25,11 @@
.user-card-popover {
width: 500px;
padding: 20px;
border-radius: @border-radius-base;
.box-shadow(0 2px 6px @fl-shadow-color);
&, & .darken-overlay {
border-radius: @border-radius-base;
}
& .container {
width: auto !important;
padding: 0 !important;