X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=add01fb71e81d064a806a50305300fd6db5c8720;hb=0c9a83546687d2ae80b3f5299a8ee59d741f894f;hp=58e77adace1d7641e253db2d697146ccb09ff5ea;hpb=f72c78b2f6f7c7fdf1c9582b55498f1a522fe1e1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 58e77adac..add01fb71 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -15,10 +15,6 @@ @import './z-index'; -[hidden] { - display: none !important; -} - body { /*** theme ***/ // now beware sass requires interpolation @@ -26,6 +22,7 @@ body { --mainColor: #{$main-color}; --mainColorLighter: #{$main-color-lighter}; --mainColorLightest: #{$main-color-lightest}; + --mainColorVeryLight: #{$main-color-very-light}; --mainHoverColor: #{$main-hover-color}; --mainBackgroundHoverColor: #{$main-background-hover-color}; @@ -67,7 +64,7 @@ body { font-weight: $font-regular; color: pvar(--mainForegroundColor); background-color: pvar(--mainBackgroundColor); - font-size: 14px; + font-size: 1rem; // On desktop browsers, make sure vertical scroll bar is always visible // Allow to disable the scrollbar instead of hide it when the content fit the body // And not move the content and header horizontally sticked to right when the content is updating @@ -117,7 +114,6 @@ button { label { font-weight: $font-bold; - font-size: 15px; margin-bottom: 0.5rem; } @@ -202,20 +198,14 @@ table { } } -.dropdown-item { - @include dropdown-with-icon-item; - - my-global-icon { - width: 22px; - height: 22px; - } -} - my-global-icon[iconName=external-link] { - margin: 0 3px; - width: 13px; - vertical-align: text-bottom; + margin: 0 0.3em; + width: 0.9em; + height: 0.9em; + display: inline-block; color: pvar(--inputPlaceholderColor); + position: relative; + top: -0.1em; } @media screen and (max-width: #{breakpoint(xxl)}) {