gitea/public/less/_dashboard.less

47 lines
694 B
Plaintext
Raw Normal View History

2015-08-25 16:58:34 +02:00
.dashboard {
padding-top: 15px;
padding-bottom: @footer-margin * 2;
&.issues {
.context.user.menu {
2015-09-06 01:58:44 +02:00
z-index: 101;
2015-08-25 16:58:34 +02:00
min-width: 200px;
.ui.header {
font-size: 1rem;
text-transform: none;
}
}
.filter.menu {
2015-09-03 09:49:50 +02:00
.item {
text-align: left;
2015-09-07 22:12:58 +02:00
.text {
height: 16px;
vertical-align: middle;
}
2015-09-03 09:49:50 +02:00
.floating.label {
top: 7px;
2015-09-07 22:12:58 +02:00
left: 90%;
width: 15%;
2015-09-03 09:49:50 +02:00
}
}
2015-08-25 16:58:34 +02:00
.item.active {
background-color: #4183c4;
color: #FFF;
}
2015-09-03 09:49:50 +02:00
.item .text {
2015-09-07 22:12:58 +02:00
width: 85%;
2015-09-03 09:49:50 +02:00
}
2015-08-25 16:58:34 +02:00
}
2015-08-25 18:01:06 +02:00
.ui.right .head.menu {
margin-top: -5px;
.item.active {
2015-08-25 19:47:05 +02:00
color: #d9453d;
2015-08-25 18:01:06 +02:00
}
}
2015-09-07 22:12:58 +02:00
.head.menu {
.octicon {
margin-right: 5px;
}
}
2015-08-25 16:58:34 +02:00
}
}