2015-03-23 10:32:56 +09:00
|
|
|
.admin-wrapper{
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
@include medium-large{
|
|
|
|
display: flex;
|
|
|
|
}
|
2015-03-31 10:04:55 +09:00
|
|
|
}
|
|
|
|
.admin-menu{
|
|
|
|
background: white(0.8);
|
|
|
|
@include medium-large{
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
padding: 20px;
|
|
|
|
.menu-top-level{
|
|
|
|
display: none;
|
2015-03-23 10:32:56 +09:00
|
|
|
}
|
2015-03-31 10:04:55 +09:00
|
|
|
.menu-item{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.admin-contents{
|
|
|
|
background: white;
|
|
|
|
@include medium-large{
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
width: 100%;
|
2015-03-23 10:32:56 +09:00
|
|
|
}
|
2015-03-31 10:04:55 +09:00
|
|
|
padding: 20px;
|
2015-03-23 10:32:56 +09:00
|
|
|
}
|