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
|
@ -17,7 +17,7 @@
|
|||
**************************************************************/
|
||||
|
||||
/**************************************************************
|
||||
* Gray, Grey shades
|
||||
* Gray shades
|
||||
**************************************************************/
|
||||
$gray-shades: (
|
||||
900: #1F2833,
|
||||
|
@ -155,7 +155,7 @@ $color-white-dark-1: #f5f5f5;
|
|||
|
||||
// Documents and spaces card background color
|
||||
$color-card: #F6F4EE;
|
||||
$color-sidebar: #F6F4EE;
|
||||
$color-sidebar: #f2f8fd;
|
||||
// $color-card: #F6F4EE;
|
||||
// $color-sidebar: #f2f8fd;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
padding: 0;
|
||||
|
||||
> .file {
|
||||
@include card();
|
||||
list-style-type: none;
|
||||
margin: 10px 0 0 0;
|
||||
padding: 5px;
|
||||
|
@ -25,11 +24,6 @@
|
|||
margin-right: 10px;
|
||||
width: 90%;
|
||||
@extend .text-truncate;
|
||||
color: map-get($gray-shades, 800);
|
||||
|
||||
&:hover {
|
||||
color: map-get($gray-shades, 900);
|
||||
}
|
||||
}
|
||||
|
||||
> .menu {
|
||||
|
|
|
@ -26,21 +26,24 @@
|
|||
padding: 0;
|
||||
list-style: none;
|
||||
font-size: 1rem;
|
||||
overflow-x: hidden;
|
||||
list-style-type: none;
|
||||
margin: 0 0 0 0;
|
||||
|
||||
.item {
|
||||
@extend .no-select;
|
||||
padding: 5px 0;
|
||||
text-overflow: ellipsis;
|
||||
word-wrap: break-word;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
// text-overflow: ellipsis;
|
||||
// word-wrap: break-word;
|
||||
// white-space: nowrap;
|
||||
// overflow: hidden;
|
||||
|
||||
> .link {
|
||||
color: map-get($gray-shades, 800);
|
||||
font-weight: 500;
|
||||
// font-weight: 300;
|
||||
// text-overflow: ellipsis;
|
||||
// word-wrap: break-word;
|
||||
// white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
&:hover {
|
||||
color: map-get($yellow-shades, 600);
|
||||
|
@ -48,7 +51,7 @@
|
|||
|
||||
> .numbering {
|
||||
color: map-get($gray-shades, 600);
|
||||
font-weight: 500;
|
||||
font-weight: 300;
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
font-size: 0.9rem;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
> .document {
|
||||
@include card();
|
||||
box-shadow: none;
|
||||
list-style-type: none;
|
||||
margin: 0 0 2rem 0;
|
||||
padding: 15px 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue