Autolock wip

This commit is contained in:
Mo Bitar
2018-11-13 15:05:57 -06:00
parent 9835992e16
commit 091f4cff7f
11 changed files with 258 additions and 119 deletions

View File

@@ -1,4 +1,11 @@
$heading-height: 75px;
#editor-column {
.locked {
opacity: 0.8;
}
}
.editor {
flex: 1 50%;
display: flex;
@@ -7,10 +14,6 @@ $heading-height: 75px;
background-color: white;
}
.locked {
opacity: 0.8;
}
#editor-title-bar {
width: 100%;

View File

@@ -12,6 +12,10 @@
}
}
#privileges-modal {
width: 700px;
}
#password-wizard {
font-size: 16px;
}