PHRAS-963 - fix css color

This commit is contained in:
Florian Blouet
2016-02-11 19:03:55 +01:00
committed by Florian BLOUET
parent f93d1d6696
commit 00abc461f1

View File

@@ -211,13 +211,6 @@
}
.lazaret-file,
.lazaret-proposals {
a {
font-weight: normal;
color: $textPrimaryColor;
&:hover {
color: $textSecondaryColor;
}
}
.thumbnails {
margin-left: 0;
background-color: #FFFFFF;
@@ -234,6 +227,18 @@
}
}
}
.well {
.lazaret-file,
.lazaret-proposals {
a {
font-weight: normal;
color: $textPrimaryInverseColor;
&:hover {
color: $textInverseHoverColor;
}
}
}
}
.lazaret-proposals .records-subititution {
margin: 0 10px 10px 0;