Used less function 'fade' instead of random color
This commit is contained in:
@@ -555,8 +555,10 @@ height:1px;
|
||||
// Used for input checkmark fields
|
||||
.input-label--small {
|
||||
display: inline;
|
||||
|
||||
font-size: 12px;
|
||||
color: #b3b3b3;
|
||||
color: fade(@black, 70);
|
||||
font-weight: bold;
|
||||
|
||||
&:hover {
|
||||
color: @black;
|
||||
|
||||
Reference in New Issue
Block a user