small colour improvements

This commit is contained in:
Mads Rasmussen
2017-02-27 15:10:11 +01:00
parent 796d665913
commit 3b7a83ab14
6 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,6 @@
justify-content: center;
align-items: center;
font-size: 14px;
//font-weight: bold;
height: 38px;
line-height: 1;
max-width: 100%;
@@ -19,6 +18,7 @@
box-sizing: border-box;
cursor: pointer;
transition: background-color 80ms ease, color 80ms ease;
font-weight: bold;
}

View File

@@ -53,7 +53,7 @@
}
.umb-lightbox__control {
background-color: white;
background-color: @white;
width: 50px;
height: 50px;
border-radius: 50%;
@@ -77,6 +77,6 @@
}
.umb-lightbox__control-icon {
color: @blue;
color: @turquoise;
font-size: 20px;
}

View File

@@ -34,7 +34,7 @@ input.umb-locked-field__input {
border-color: transparent !important;
font-size: 13px;
margin-bottom: 0;
color: @gray-7;
color: @gray-6;
transition: color 0.25s;
padding: 0;
height: auto;

View File

@@ -183,7 +183,7 @@
}
.umb-tree small.search-subtitle{
color: @gray-8;
color: @gray-7;
display: block;
padding-left: 35px;
}

View File

@@ -14,7 +14,7 @@
</div>
<div class="umb-control-group">
<small><localize key="contentTypeEditor_compositionsDescription"></localize></small>
<localize key="contentTypeEditor_compositionsDescription"></localize>
</div>
<umb-empty-state

View File

@@ -32,7 +32,7 @@
type="button"
action="logout()"
shortcut="ctrl+shift+l"
button-style="warning"
button-style="danger"
label="Log out"
label-key="general_logout">
</umb-button>