mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-04 15:46:30 +00:00
13 lines
196 B
CSS
13 lines
196 B
CSS
.blankslate {
|
|
padding: 40px 20px;
|
|
background-color: #eff1f5;
|
|
color: #303030;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
}
|
|
.blankslate.clean-background {
|
|
|
|
}
|
|
.blankslate.spacious {
|
|
|
|
}
|