You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
303 B
20 lines
303 B
9 years ago
|
.dashboard {
|
||
|
padding-top: 15px;
|
||
|
padding-bottom: @footer-margin * 2;
|
||
|
|
||
|
&.issues {
|
||
|
.context.user.menu {
|
||
|
min-width: 200px;
|
||
|
.ui.header {
|
||
|
font-size: 1rem;
|
||
|
text-transform: none;
|
||
|
}
|
||
|
}
|
||
|
.filter.menu {
|
||
|
.item.active {
|
||
|
background-color: #4183c4;
|
||
|
color: #FFF;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|