X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=4ad14ea5bc89c5c0945d5e3570fc8fc6c83a752e;hb=52cc0d54850e0acf069d2f95d063826f16ff5238;hp=fa245223113a01e7536d109cae0cb439d329a27f;hpb=14aa85562cb83559d20105b4ddb4bf8b2340578a;p=oweals%2Fpeertube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index fa2452231..4ad14ea5b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -47,6 +47,11 @@ body { font-size: 14px; } +::selection { + color: var(--mainBackgroundColor); + background-color: var(--mainHoverColor); +} + #incompatible-browser { display: none; text-align: center; @@ -220,6 +225,15 @@ table { font-weight: $font-semibold; } +.dropdown-item { + @include dropdown-with-icon-item; + + my-global-icon { + width: 22px; + height: 22px; + } +} + @media screen and (max-width: 1600px) { .main-col { &.expanded { @@ -243,7 +257,7 @@ table { padding-left: 50px; .title-page { - font-size: 15px; + font-size: 17px; } } }