webworld888/app/Console/Commands/stubs/skin/assets/css/skin.css
2021-10-26 19:14:12 +09:00

40 lines
572 B
CSS
Vendored

body {
padding-top: 20px;
padding-bottom: 20px;
}
.header,
.footer {
padding-right: 15px;
padding-left: 15px;
}
.header {
padding-bottom: 20px;
margin-bottom: 30px;
border-bottom: 1px solid #e5e5e5;
}
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
font-size: 24px;
}
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
.spot {
text-align: center;
color: inherit;
padding: 48px 30px;
border-radius: 6px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 30px;
background-color: #eee;
}