mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
gdpr text tweaks
This commit is contained in:
parent
6e7a19f801
commit
707dc13fe9
@ -42,7 +42,7 @@
|
||||
color: $brand-main-blue-light;
|
||||
}
|
||||
|
||||
// stylelint-disable selector-max-compound-selectors
|
||||
// stylelint-disable selector-max-compound-selectors,max-nesting-depth
|
||||
.form-label,
|
||||
.form-control,
|
||||
.form-control:focus ~ .form-label,
|
||||
@ -50,20 +50,24 @@
|
||||
.newsletter__gdpr {
|
||||
color: $text-color;
|
||||
}
|
||||
// stylelint-enable selector-max-compound-selectors
|
||||
|
||||
.icon {
|
||||
stroke: $gray-light;
|
||||
color: $gray-light;
|
||||
}
|
||||
.newsletter__gdpr {
|
||||
opacity: .6;
|
||||
|
||||
a {
|
||||
box-shadow: inset 0 -1px 0 $gray-light;
|
||||
.icon {
|
||||
stroke: $gray-light;
|
||||
color: $gray-light;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: $gray-light;
|
||||
a {
|
||||
box-shadow: inset 0 -1px 0 $gray-light;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: $gray-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
// stylelint-enable selector-max-compound-selectors,max-nesting-depth
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user