Move all colours to sass variables

This commit is contained in:
Nick O'Leary
2019-05-15 13:54:29 +01:00
parent 4418f8bfce
commit 031362a633
51 changed files with 1303 additions and 1311 deletions

View File

@@ -64,6 +64,11 @@
height: calc(100% - 20px)
}
}
.red-ui-clipboard-dialog-box {
height: 400px;
position:relative;
border:1px solid $primary-border-color;
}
.red-ui-clipboard-dialog-tab-library {
.form-row {
@@ -101,7 +106,7 @@
position: relative;
height: 100%;
.red-ui-treeList-container {
background: white;
background: $secondary-background;
border: none;
border-radius: 0;
li {