mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 16:51:17 +03:00
47 lines
694 B
Plaintext
47 lines
694 B
Plaintext
.dashboard {
|
|
padding-top: 15px;
|
|
padding-bottom: @footer-margin * 2;
|
|
|
|
&.issues {
|
|
.context.user.menu {
|
|
z-index: 101;
|
|
min-width: 200px;
|
|
.ui.header {
|
|
font-size: 1rem;
|
|
text-transform: none;
|
|
}
|
|
}
|
|
.filter.menu {
|
|
.item {
|
|
text-align: left;
|
|
.text {
|
|
height: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
.floating.label {
|
|
top: 7px;
|
|
left: 90%;
|
|
width: 15%;
|
|
}
|
|
}
|
|
.item.active {
|
|
background-color: #4183c4;
|
|
color: #FFF;
|
|
}
|
|
.item .text {
|
|
width: 85%;
|
|
}
|
|
}
|
|
.ui.right .head.menu {
|
|
margin-top: -5px;
|
|
.item.active {
|
|
color: #d9453d;
|
|
}
|
|
}
|
|
.head.menu {
|
|
.octicon {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|
|
} |