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