23 lines
No EOL
409 B
CSS
23 lines
No EOL
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;
|
|
} |