changing colors!
This commit is contained in:
parent
6f3b5aeb5b
commit
446e16d629
|
@ -118,6 +118,7 @@
|
||||||
|
|
||||||
.sense-label + .sense-label:before {
|
.sense-label + .sense-label:before {
|
||||||
content: ", ";
|
content: ", ";
|
||||||
|
color: @label-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:empty:before {
|
&:empty:before {
|
||||||
|
@ -148,7 +149,7 @@
|
||||||
|
|
||||||
.translation-text {
|
.translation-text {
|
||||||
display: inline;
|
display: inline;
|
||||||
color: @blue;
|
color: @translation-color;
|
||||||
.translation-element-margin();
|
.translation-element-margin();
|
||||||
}
|
}
|
||||||
.translation-source {
|
.translation-source {
|
||||||
|
@ -203,10 +204,10 @@
|
||||||
color: @black;
|
color: @black;
|
||||||
}
|
}
|
||||||
.example-text-2 {
|
.example-text-2 {
|
||||||
color: @red;
|
color: @darkpink;
|
||||||
}
|
}
|
||||||
.example-text-3 {
|
.example-text-3 {
|
||||||
color: @red;
|
color: @darkpink;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -244,14 +245,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.comp-role {
|
.comp-role {
|
||||||
color: @red;
|
color: @darkpink;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comp-role-headword {
|
.comp-role-headword {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.add-button {
|
.add-button {
|
||||||
padding: 0 .5em;
|
padding: 0 .5em;
|
||||||
|
@ -259,6 +259,7 @@
|
||||||
background-color: @aqua;
|
background-color: @aqua;
|
||||||
color: @black;
|
color: @black;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// if span left of input it is just too high, this is a fix
|
// if span left of input it is just too high, this is a fix
|
||||||
.span-left-of-input {
|
.span-left-of-input {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user