1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

using all new permissions for securing spaces and documents

WIP
This commit is contained in:
Harvey Kandola 2017-09-18 13:02:15 +01:00
parent ef285c91de
commit 300b617583
51 changed files with 517 additions and 868 deletions

View file

@ -107,11 +107,10 @@ video.responsive-video {
html {
overflow-y: scroll;
font-family: $font-regular;
background-color: $color-off-white;
font-size: 14px;
height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

View file

@ -13,3 +13,16 @@
color: $color-gray;
}
}
.back-to-space {
margin: 10px 0;
> a {
> .regular-button {
> .name {
// max-width: 150px;
// @extend .truncate;
}
}
}
}

View file

@ -1,17 +1,4 @@
.zone-document-content {
> .back-to-space {
margin: 10px 0;
> a {
> .regular-button {
> .name {
// max-width: 150px;
// @extend .truncate;
}
}
}
}
.doc-title {
font-size: 2rem;
margin: 30px 0 10px;

View file

@ -14,16 +14,13 @@
padding: 8px 0;
> .permission-name-cell {
padding: 10px 5px;
font-size: 1.1rem;
background-color: $color-off-white;
padding: 10px 10px;
}
> .permission-roles-cell {
background-color: $color-off-white;
margin-top: 10px;
margin-left: 40px;
padding: 10px 10px;
display: inline-block;
margin: 15px 0 20px 40px;
> .role-category {
color: $color-gray;

View file

@ -10,6 +10,7 @@ $sidebar-width: 400px;
}
#sidebar-wrapper {
background-color: $color-off-white;
z-index: 888;
position: fixed;
overflow-x: hidden;
@ -105,11 +106,11 @@ $sidebar-width: 400px;
display: inline-block;
width: 340px;
padding: 40px 20px 0px 20px;
margin-left: 60px;
margin-left: 20px;
> .pinner {
cursor: pointer;
> .material-icons {
color: $color-primary;
}
@ -138,7 +139,7 @@ $sidebar-width: 400px;
.sidebar-wrapper {
padding: 40px 20px 40px 20px;
margin-left: 60px;
margin-left: 20px;
.sidebar-panel {
width: 300px;