style(example): provider mobile layout
This commit is contained in:
@@ -1,14 +1,12 @@
|
|||||||
.providerflow {
|
.providerflow {
|
||||||
|
flex-direction: column;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.providerflow aside {
|
.providerflow aside {
|
||||||
width: 20%;
|
|
||||||
max-width: 250px;
|
|
||||||
flex-grow: 1;
|
|
||||||
border-right: 1px solid #eee;
|
border-right: 1px solid #eee;
|
||||||
padding: 10px;
|
padding: 15px 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background: #fcfcfc;
|
background: #fcfcfc;
|
||||||
}
|
}
|
||||||
@@ -33,4 +31,15 @@
|
|||||||
|
|
||||||
.providerflow .selectall {
|
.providerflow .selectall {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
.providerflow {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.providerflow aside {
|
||||||
|
width: 20%;
|
||||||
|
max-width: 250px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user