Allow a user to install missing modules from project settings

This commit is contained in:
Nick O'Leary
2018-01-22 13:46:11 +00:00
parent 7e27dd7678
commit ad6e55ca17
11 changed files with 549 additions and 425 deletions

View File

@@ -76,22 +76,6 @@
border-bottom: 1px solid $primary-border-color;
text-align: right;
}
.palette-module-button-group {
position: absolute;
right: 0;
bottom: 0;
a {
margin-left: 5px;
}
}
.palette-module-shade {
@include shade;
text-align: center;
padding-top: 20px;
}
#palette-module-install-shade {
padding-top: 80px;
}
.palette-module-shade-status {
color: #666;
}
@@ -230,3 +214,19 @@
color: #666;
}
.palette-module-button-group {
position: absolute;
right: 0;
bottom: 0;
a {
margin-left: 5px;
}
}
.palette-module-shade {
@include shade;
text-align: center;
padding-top: 20px;
}
#palette-module-install-shade {
padding-top: 80px;
}

View File

@@ -313,7 +313,12 @@
// border: 1px dashed #bbb;
}
.palette-module-unknown {
// border: 1px dashed #b72828;
border: 1px dashed #aaa;
background: #fafafa;
}
.palette-module-not-installed {
border: 1px dashed #b07575;
background: #fee;
i.fa-warning {
color: #b07575; //#b72828;
}