0
0
Fork 0

Add information about how to opt-in to the directory on the directory (#9834)

Fix #9833
This commit is contained in:
Eugen Rochko 2019-01-18 10:25:44 +01:00 committed by GitHub
parent 4699cf853c
commit a492a9bcd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 2 deletions

View file

@ -480,3 +480,30 @@ $fluid-breakpoint: $maximum-width + 20px;
}
}
}
.notice-widget {
margin-bottom: 10px;
color: $darker-text-color;
p {
margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
}
}
a {
font-size: 14px;
line-height: 20px;
text-decoration: none;
font-weight: 500;
color: $ui-highlight-color;
&:hover,
&:focus,
&:active {
text-decoration: underline;
}
}
}