bench-forgejo/public/less/_dashboard.less

36 lines
531 B
Plaintext
Raw Normal View History

2015-08-25 20:28:34 +05:30
.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 {
2015-09-03 13:19:50 +05:30
.item {
text-align: left;
.floating.label {
top: 7px;
left: 95%;
}
}
2015-08-25 20:28:34 +05:30
.item.active {
background-color: #4183c4;
color: #FFF;
}
2015-09-03 13:19:50 +05:30
.item .text {
width: 90%;
}
2015-08-25 20:28:34 +05:30
}
2015-08-25 21:31:06 +05:30
.ui.right .head.menu {
margin-top: -5px;
.item.active {
2015-08-25 23:17:05 +05:30
color: #d9453d;
2015-08-25 21:31:06 +05:30
}
}
2015-08-25 20:28:34 +05:30
}
}