]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-download.component.scss
Better admin tables
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-download.component.scss
index c9d5af9c190838c9db6e6d37bf08f89af35e1a91..5fca82135b0a36e3b31eda2dd49160394ee998d9 100644 (file)
@@ -1,23 +1,17 @@
-.resolution-block:not(:first-child) {
-  margin-top: 30px;
-}
+@import '_variables';
+@import '_mixins';
 
-.orange-button-link {
-  margin-right: 10px;
+.peertube-select-container {
+  @include peertube-select-container(130px);
 }
 
-label {
-  display: block;
-}
-
-.icon {
-  @include icon(21px);
+.download-type {
+  margin-top: 30px;
 
-  margin-right: 5px;
-  position: relative;
-  top: -1px;
+  .peertube-radio-container {
+    @include peertube-radio-container;
 
-  &.icon-download {
-    background-image: url('../../../assets/images/video/download-white.svg');
+    display: inline-block;
+    margin-right: 30px;
   }
 }