woodpecker/cmd/drone-server/static/styles/blankslate.css

14 lines
196 B
CSS
Raw Normal View History

2015-07-29 16:16:08 +00:00
.blankslate {
padding: 40px 20px;
background-color: #eff1f5;
color: #303030;
text-align: center;
font-size: 16px;
}
.blankslate.clean-background {
}
.blankslate.spacious {
}