woodpecker/cmd/drone-server/static/styles/blankslate.css
2015-07-29 19:51:55 -07:00

23 lines
409 B
CSS

.blankslate {
padding: 40px 20px;
background-color: #59abe3;
background-color: #8fa1b3;
color: #fff;
text-align: center;
font-size: 18px;
line-height:28px;
margin-bottom:30px;
}
.blankslate.clean-background {
}
.blankslate.spacious {
}
.blankslate i.material-icons {
font-size: 42px;
display: block;
text-align: center;
width: 100%;
margin-bottom: 20px;
}