woodpecker/web/src/screens/repo/screens/builds/menu.less
2019-11-12 14:27:39 +01:00

17 lines
259 B
Plaintext

@import '~shared/styles/colors';
.root {
border-bottom: 1px solid @gray-light;
box-sizing: border-box;
height: 45px;
line-height: 45px;
padding: 0px 20px;
a {
color: @gray-dark;
font-size: 15px;
margin-right: 20px;
text-decoration: none;
}
}