1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/public/less/_dashboard.less
2015-08-25 22:58:34 +08:00

20 lines
303 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.active {
background-color: #4183c4;
color: #FFF;
}
}
}
}