Cleanup SASS imports
authorChocobozzz <me@florianbigard.com>
Thu, 22 Aug 2019 08:02:32 +0000 (10:02 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 22 Aug 2019 08:33:57 +0000 (10:33 +0200)
client/src/app/app.component.ts
client/src/sass/application.scss
client/src/sass/player/_player-variables.scss
client/src/sass/player/peertube-skin.scss

index 83a751dd6003f7ef59b7c8ec080b94393456277d..50c5f5b9bb41ba3755be7abaf415bfc8f7bd5d4f 100644 (file)
@@ -226,7 +226,7 @@ export class AppComponent implements OnInit {
       new Hotkey('g o', (event: KeyboardEvent): boolean => {
         this.router.navigate([ '/videos/overview' ])
         return false
-      }, undefined, this.i18n('Go to the videos discover page')),
+      }, undefined, this.i18n('Go to the discover videos page')),
       new Hotkey('g t', (event: KeyboardEvent): boolean => {
         this.router.navigate([ '/videos/trending' ])
         return false
index c64a8ebf8b788ee30245c72ac004716e58c2491c..4fa72232712441172142a999fad5b0973866375e 100644 (file)
@@ -1,5 +1,4 @@
 $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
-@import '_bootstrap';
 
 @import '_variables';
 @import '_mixins';
index 4e9e8736c02c1a24c9e2a4d6f7a6c8d0f385a16b..0c2359ac707b2a1b6412baf4015654d4e25ae825 100644 (file)
@@ -11,9 +11,3 @@ $slider-bg-color: lighten($primary-background-color, 33%);
 $progress-margin: 10px;
 
 $assets-path: '../../assets/' !default;
-
-body {
-  --embedForegroundColor: #{$primary-foreground-color};
-
-  --embedBigPlayBackgroundColor: #{$primary-background-color};
-}
index 039cf7e00d3ef082b7efa245deb6bec7286284a9..4bf48a5704d546b077b6e47d23056a9f1958565d 100644 (file)
@@ -2,6 +2,12 @@
 @import '_mixins';
 @import './_player-variables';
 
+body {
+  --embedForegroundColor: #{$primary-foreground-color};
+
+  --embedBigPlayBackgroundColor: #{$primary-background-color};
+}
+
 @mixin big-play-button-triangle-size($triangle-size) {
   width: $triangle-size;
   height: $triangle-size;