mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
22 lines
No EOL
373 B
SCSS
22 lines
No EOL
373 B
SCSS
.admin-wrapper{
|
|
padding: 0;
|
|
margin-bottom: 10px;
|
|
@include medium-large{
|
|
display: flex;
|
|
}
|
|
.admin-menu{
|
|
background: white(0.8);
|
|
@include medium-large{
|
|
width: 200px;
|
|
}
|
|
padding: 20px;
|
|
}
|
|
.admin-contents{
|
|
background: white;
|
|
@include medium-large{
|
|
border-left: 1px solid #ccc;
|
|
width: 100%;
|
|
}
|
|
padding: 20px;
|
|
}
|
|
} |