]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-miniature/video-download.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-miniature / video-download.component.scss
index 7f6e03c87f1f13be9398ecb03641315e9af6a9b5..407bdadf26cded2adfc31df70d029ca22642177b 100644 (file)
@@ -1,5 +1,5 @@
-@import 'variables';
-@import 'mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .nav-content {
   margin-top: 30px;
   justify-content: center;
   align-items: center;
   margin-top: 20px;
-  font-size: 16px;
   font-weight: 600;
   cursor: pointer;
 
   .nav-tabs {
     margin-top: 10x;
   }
-
-  .glyphicon {
-    margin-right: 5px;
-  }
 }
 
-.peertube-select-container {
-  @include peertube-select-container(85px);
-
-  border-top-right-radius: 0;
-  border-bottom-right-radius: 0;
-  border-right: none;
+.peertube-select-container.title-select {
+  @include peertube-select-container(auto);
 
-  select {
-    height: inherit;
-    border-top-left-radius: .2rem;
-    border-bottom-left-radius: .2rem;
-  }
+  display: inline-block;
+  margin-left: 10px;
+  vertical-align: top;
 }
 
 #dropdown-download-type {
   margin-top: 20px;
 
   .peertube-radio-container {
-    @include peertube-radio-container;
+    @include margin-right(30px);
 
     display: inline-block;
-    margin-right: 30px;
   }
 }
 
@@ -66,8 +54,9 @@
   margin-bottom: 12px;
 
   .metadata-attribute-label {
+    @include padding-right(5px);
+
     min-width: 142px;
-    padding-right: 5px;
     display: inline-block;
     color: pvar(--greyForegroundColor);
     font-weight: $font-bold;
@@ -75,6 +64,7 @@
 
   a.metadata-attribute-value {
     @include disable-default-a-behaviour;
+
     color: pvar(--mainForegroundColor);
 
     &:hover {
@@ -85,7 +75,7 @@
   &.metadata-attribute-tags {
     .metadata-attribute-value:not(:nth-child(2)) {
       &::before {
-        content: ', '
+        content: ', ';
       }
     }
   }