1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-14 21:10:28 +01:00

gdpr text tweaks

This commit is contained in:
Matthias Kretschmann 2018-06-13 12:58:52 +02:00
parent 6e7a19f801
commit 707dc13fe9
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -42,7 +42,7 @@
color: $brand-main-blue-light; color: $brand-main-blue-light;
} }
// stylelint-disable selector-max-compound-selectors // stylelint-disable selector-max-compound-selectors,max-nesting-depth
.form-label, .form-label,
.form-control, .form-control,
.form-control:focus ~ .form-label, .form-control:focus ~ .form-label,
@ -50,20 +50,24 @@
.newsletter__gdpr { .newsletter__gdpr {
color: $text-color; color: $text-color;
} }
// stylelint-enable selector-max-compound-selectors
.icon { .newsletter__gdpr {
stroke: $gray-light; opacity: .6;
color: $gray-light;
}
a { .icon {
box-shadow: inset 0 -1px 0 $gray-light; stroke: $gray-light;
color: $gray-light;
}
&:hover, a {
&:focus { box-shadow: inset 0 -1px 0 $gray-light;
background: $gray-light;
&:hover,
&:focus {
background: $gray-light;
}
} }
} }
// stylelint-enable selector-max-compound-selectors,max-nesting-depth
} }
} }