mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-17 22:29:17 +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 {
|
||||
content: "Coming soon!";
|
||||
display: inline-block;
|
||||
background-color: #616161;
|
||||
color: $dark;
|
||||
margin-left: .5rem;
|
||||
padding: .1rem;
|
||||
padding: .1rem .5rem;
|
||||
border-radius: .1rem;
|
||||
}
|
Loading…
Reference in a new issue