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

52 lines
711 B
Plaintext

@import '~shared/styles/colors';
.host {
padding: 0px 20px;
padding-bottom: 20px;
padding-right: 0px;
.columns {
display: flex;
.left {
box-sizing: border-box;
flex: 1;
min-width: 0px;
padding-right: 20px;
padding-top: 20px;
}
.right {
box-sizing: border-box;
flex: 0 0 350px;
min-width: 0px;
padding-right: 20px;
padding-top: 20px;
&> section {
border-top: 1px solid @gray-light;
padding-top: 20px;
}
}
}
}
section.sticky {
position: sticky;
top: 0px;
&:stuck {
border-top-width: 0px;
}
}
.logerror {
background: @gray-light;
border-radius: 2px;
color: @red;
display: block;
font-size: 14px;
margin-bottom: 10px;
padding: 20px;
}