X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fshared%2Finformation%2Fprivacy-concerns.component.scss;h=f7f9dfd2f4e302cfafc2596f14e33769dbcf2f14;hb=d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d;hp=a6479c7ecd01f917ee2de2a3f9145fe4c4173f2f;hpb=5f26f13b3c16ac5ae0a3b0a7142d84a9528cf565;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.scss b/client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.scss index a6479c7ec..f7f9dfd2f 100644 --- a/client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.scss +++ b/client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.scss @@ -50,31 +50,10 @@ a { transition: color 0.3s; &:hover { - color: #fff; + color: pvar(--mainBackgroundColor); } } -.privacy-concerns-button { - @include margin-left(auto); - - padding: 5px 8px 5px 7px; - border-radius: 3px; - white-space: nowrap; - cursor: pointer; - transition: background-color 0.3s; - font-weight: $font-semibold; - - &:hover { - background-color: #000; - } -} - -.privacy-concerns-okay { - @include margin-left(10px); - - background-color: pvar(--mainColor); -} - @media screen and (max-width: 1300px) { .privacy-concerns { font-size: 12px;