mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Move all colours to sass variables
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user