Colour updates

This commit is contained in:
John O'Nolan 2017-02-21 16:16:32 +07:00 committed by Kevin Ansfield
parent 73ddd59367
commit 54486af893
7 changed files with 21 additions and 16 deletions

View File

@ -138,6 +138,7 @@
.modal-body .gh-image-uploader {
margin: 0;
background: color(var(--lightgrey) l(+4%));
}

View File

@ -122,21 +122,21 @@
display: inline-block;
overflow: hidden;
box-sizing: border-box;
padding: 8px 10px;
padding: 10px 12px;
width: 100%;
height: 37px;
border: 1px solid #dfe1e3;
height: 39px;
border: color(var(--lightgrey) l(-5%) s(-10%)) 1px solid;
border-radius: var(--border-radius);
color: #666;
color: color(var(--midgrey) l(-18%));
transition: border-color 0.15s linear;
}
.selectize-input.focus {
border-color: #b1b1b1;
border-color: color(var(--lightgrey) l(-15%) s(-10%));
}
.selectize-control.multi .selectize-input.has-items {
padding: 5px 8px 2px;
padding: 6px 10px 3px;
height: auto;
}

View File

@ -14,8 +14,7 @@
overflow: hidden;
max-width: 100%;
width: 350px;
border-left: #dfe1e3 1px solid;
background: #fff;
background: color(var(--lightgrey) l(+4%));
transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
transform: translate3d(350px, 0px, 0px);
}

View File

@ -10,10 +10,11 @@
margin: 1.6em 0;
min-height: 130px;
width: 100%;
background: #f6f7f8;
background: #fff;
border-radius: 4px;
color: #808284;
color: color(var(--midgrey) l(-18%));
text-align: center;
border-radius: 4px;
}
.gh-image-uploader.-drag-over {

View File

@ -78,6 +78,8 @@
.apps-configured {
display: flex;
align-items: center;
color: var(--midgrey);
font-weight: 300;
}
.apps-configured i {

View File

@ -205,7 +205,7 @@ textarea {
width: 18px;
height: 18px;
border: 1px solid color(var(--lightgrey) l(-5%) s(-10%));
background: color(var(--lightgrey) l(+5%));
background: #fff;
}
.for-checkbox label:hover input:not(:checked) + .input-toggle-component,
@ -309,7 +309,7 @@ textarea {
}
.gh-select select {
padding: 8px 10px;
padding: 10px 12px;
outline: none;
background: #fff;
text-indent: 0.01px;

View File

@ -4,7 +4,7 @@
.nav-list {
padding: 0;
max-width: 500px;
border: 1px solid #e0dfd7;
border: 1px solid color(var(--lightgrey) l(-5%) s(-10%));
background: #fff;
border-radius: var(--border-radius);
}
@ -16,12 +16,13 @@
.nav-list-item {
position: relative;
display: block;
padding: 8px 40px 8px 12px;
margin: 0;
padding: 9px 40px 10px 12px;
color: var(--darkgrey);
}
.nav-list-item:hover {
background: color(#dfe1e3 lightness(+10%));
background: color(var(--lightgrey) l(+6%));
cursor: pointer;
}
@ -36,7 +37,7 @@
}
.nav-list-item:not(:last-of-type) {
border-bottom: 1px solid #e0dfd7;
border-bottom: 1px solid color(var(--lightgrey) l(-5%) s(-10%));
}
.nav-list-item button {
@ -59,6 +60,7 @@
color: var(--midgrey);
font-size: 1.1rem;
line-height: 1.375;
letter-spacing: 0.2px;
}
.nav-list-item i {