]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_mixins.scss
Retrieve user by id instead of username
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _mixins.scss
index ae2b99a5b5f21bc98e6141004843e8db99ad8468..10ab44f57a402d8d2c95c17ab4ee662572b7903e 100644 (file)
   min-height: $button-height;
   padding-top: 0;
   padding-bottom: 0;
+  flex-wrap: nowrap;
 
   .input-group-text{
     font-size: 14px;
   z-index: 100;
 }
 
+@mixin responsive-width ($width) {
+  width: $width;
+
+  @media screen and (max-width: $width) {
+    width: 100%;
+  }
+}
+
 @mixin peertube-select-container ($width) {
   padding: 0;
   margin: 0;
     &.secondary {
       background-color: pvar(--secondaryColor);
     }
+
+    &.red {
+      background-color: lighten($color: #c54130, $amount: 10);
+    }
   }
 }