X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fclass-helpers.scss;h=72381d1a8952a759c9a9c5f17e73bffa5ca7f69c;hb=a0da6f90d16027b385a67da6a5691b163626a363;hp=2d7e0cce9b544281a755575d684655a719eac423;hpb=64324ac646b0938e35cd88771492623b640bd0d8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/class-helpers.scss b/client/src/sass/class-helpers.scss index 2d7e0cce9..72381d1a8 100644 --- a/client/src/sass/class-helpers.scss +++ b/client/src/sass/class-helpers.scss @@ -5,10 +5,10 @@ .link-orange { color: pvar(--mainForegroundColor); - font-weight: $font-bold; - border-bottom: 0.19em solid pvar(--mainColor); + font-weight: $font-semibold; + border-bottom: 0.18em solid pvar(--mainColor); display: inline-block; - line-height: 1.2; + line-height: 1.1; &:hover { color: pvar(--mainForegroundColor); @@ -27,10 +27,18 @@ @include peertube-button; } +.peertube-button-big { + @include peertube-button-big; +} + .peertube-button-link { @include peertube-button-link; } +.peertube-button-big-link { + @include peertube-button-big-link; +} + .orange-button { @include orange-button; }