mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-20 20:08:41 +00:00
134 lines
1.8 KiB
CSS
134 lines
1.8 KiB
CSS
#front-header {
|
|
box-sizing: border-box;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.front-header-columns {
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 450px;
|
|
}
|
|
|
|
.front-columns {
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 250px;
|
|
margin-top: .5rem;
|
|
}
|
|
|
|
.front-shop-portlet {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #ccc;
|
|
}
|
|
|
|
.left, .right {
|
|
height: 100%;
|
|
}
|
|
|
|
.left {
|
|
margin-right: .5rem;
|
|
flex-grow: 3;
|
|
}
|
|
|
|
.right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 2;
|
|
}
|
|
|
|
.right > a+a {
|
|
margin-top: .5rem;
|
|
}
|
|
|
|
#front-small {
|
|
display: flex;
|
|
height: 250px;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
#front-small .front-shop-portlet+.front-shop-portlet {
|
|
margin-left: .5rem;
|
|
}
|
|
|
|
#front-small-header {
|
|
margin-top: 2rem;
|
|
text-align: center;
|
|
}
|
|
|
|
#front-small-header h1, #front-small-header h2 {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#front-small-header h1 {
|
|
font-weight: 400;
|
|
font-size: 2rem;
|
|
}
|
|
|
|
#front-small-header h2 {
|
|
font-size: 1.5rem;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.front-shop-portlet {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.front-shop-portlet > div {
|
|
margin-top: auto;
|
|
text-align: center;
|
|
padding-bottom: 1rem;
|
|
}
|
|
|
|
.front-shop-portlet h1, .front-shop-portlet h2 {
|
|
font-size: 1rem;
|
|
font-weight: 300;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#list-content {
|
|
display: flex;
|
|
flex-direction: row
|
|
}
|
|
|
|
#side {
|
|
background: #ccc;
|
|
flex: 1;
|
|
min-width: 200px;
|
|
}
|
|
|
|
#list {
|
|
flex: 3;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.list-shop-portlet {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: #ccc;
|
|
min-width: 150px;
|
|
max-width: 250px;
|
|
height: 200px;
|
|
margin: .5rem 0 0 .5rem;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.list-shop-portlet > div {
|
|
margin-top: auto;
|
|
text-align: center;
|
|
padding-bottom: 1rem;
|
|
}
|
|
|
|
.list-shop-portlet h1, .list-shop-portlet h2 {
|
|
font-size: 1rem;
|
|
font-weight: 300;
|
|
padding: 0;
|
|
margin: 0;
|
|
} |