gitroast/public/less/_dashboard.less

36 lines
531 B
Plaintext

.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 {
text-align: left;
.floating.label {
top: 7px;
left: 95%;
}
}
.item.active {
background-color: #4183c4;
color: #FFF;
}
.item .text {
width: 90%;
}
}
.ui.right .head.menu {
margin-top: -5px;
.item.active {
color: #d9453d;
}
}
}
}