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

23 lines
409 B
CSS
Raw Normal View History

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