small colour improvements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
}
|
||||
|
||||
.umb-tree small.search-subtitle{
|
||||
color: @gray-8;
|
||||
color: @gray-7;
|
||||
display: block;
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user