woodpecker/web/src/screens/repo/screens/build/components/details.less
2019-11-12 14:27:39 +01:00

18 lines
273 B
Plaintext

@import '~shared/styles/colors';
.info {
section {
border-bottom: 1px solid @gray-light;
font-size: 14px;
line-height: 20px;
margin: 20px 0px;
padding: 0px 10px;
padding-bottom: 20px;
&:last-of-type {
border-bottom: 0px;
margin-bottom: 0px;
}
}
}