brotherton-erpnext/erpnext/setup/page/setup_wizard/data/sample_home_page.css

41 lines
476 B
CSS
Raw Normal View History

.page-header {
color: white;
2014-04-22 11:22:11 +00:00
background: #263248;
text-align: center;
padding: 80px 0px;
}
.page-header .page-header-left {
width: 100%;
}
.page-header h1 {
color: white;
}
2014-04-22 11:22:11 +00:00
.slide h2 {
margin-bottom: 30px;
}
.slides {
margin-top: -15px;
}
.slide {
2014-08-25 09:47:20 +00:00
padding: 30px 40px;
2014-04-22 11:22:11 +00:00
max-width: 800px;
margin: auto;
}
2014-04-21 06:12:22 +00:00
.container {
max-width: 900px;
}
.img-wrapper {
text-align: center;
2014-04-21 06:12:22 +00:00
padding: 30px;
background-color: #eee;
border-radius: 5px;
2014-04-21 06:12:22 +00:00
margin-bottom: 15px;
}