mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
Merge pull request 'Fix coming soon label wrap' (#96) from nevfy/selfprivacy.org:footer-disabled-links into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org/pulls/96 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
160be568c6
|
@ -199,9 +199,10 @@ a.nav-link.sp-coming-soon {
|
||||||
|
|
||||||
a.nav-link.sp-coming-soon::after {
|
a.nav-link.sp-coming-soon::after {
|
||||||
content: "Coming soon!";
|
content: "Coming soon!";
|
||||||
|
display: inline-block;
|
||||||
background-color: #616161;
|
background-color: #616161;
|
||||||
color: $dark;
|
color: $dark;
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
padding: .1rem;
|
padding: .1rem .5rem;
|
||||||
border-radius: .1rem;
|
border-radius: .1rem;
|
||||||
}
|
}
|
Loading…
Reference in a new issue