mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Migrate views to new master layout
This commit is contained in:
parent
14f313a836
commit
08794f8d5f
17 changed files with 419 additions and 414 deletions
|
@ -162,7 +162,7 @@ $sidebar-height: auto;
|
|||
height: $sidebar-height;
|
||||
// overflow-x: hidden;
|
||||
// overflow-y: auto;
|
||||
padding: 20px 15px;
|
||||
padding: 20px 10px 20px 20px;
|
||||
}
|
||||
|
||||
.master-content {
|
||||
|
@ -199,7 +199,7 @@ $sidebar-height: auto;
|
|||
|
||||
.master-sidebar {
|
||||
width: 300px;
|
||||
padding: 40px 20px;
|
||||
padding: 40px 10px 40px 20px;
|
||||
}
|
||||
|
||||
.master-content {
|
||||
|
@ -214,11 +214,11 @@ $sidebar-height: auto;
|
|||
@media (min-width: $display-break-4) and (min-height: 650px) {
|
||||
.master-grid-container {
|
||||
display: grid;
|
||||
grid-template-columns: 350px minmax(auto, 1200px);
|
||||
grid-template-columns: 400px minmax(auto, 1200px);
|
||||
|
||||
.master-sidebar {
|
||||
width: 350px;
|
||||
padding: 40px 20px;
|
||||
width: 400px;
|
||||
padding: 40px 10px 40px 20px;
|
||||
}
|
||||
|
||||
.master-content {
|
||||
|
@ -264,6 +264,6 @@ $sidebar-height: auto;
|
|||
@media (min-width: $display-break-4) and (min-height: 650px) {
|
||||
.master-container {
|
||||
padding: 40px;
|
||||
max-width: 1200px;
|
||||
// max-width: 1200px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
.sidebar-content {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding: 20px 10px 10px 10px;
|
||||
padding: 20px 5px 20px 10px;
|
||||
// background-color: $theme-100;
|
||||
background-color: $color-sidebar;
|
||||
@include border-radius(4px);
|
||||
border: 1px solid map-get($gray-shades, 100);
|
||||
// background-color: map-get($gray-shades, 100);
|
||||
@include border-radius(6px);
|
||||
|
||||
> .section {
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue