]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_mixins.scss
Merge branch 'release/v1.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _mixins.scss
index 9c3f28b28749eea3fb99f9a6b9b211d3d8b84d12..d4a2269a1b9767e3bbfc2c66b8b9631ae78cb76b 100644 (file)
   position: relative;
   font-size: 15px;
 
+  @media screen and (max-width: $width) {
+    width: 100%;
+  }
+
   &:after {
     top: 50%;
     right: calc(0% + 15px);
 }
 
 @mixin peertube-checkbox ($border-width) {
-  display: none;
+  opacity: 0;
+  position: absolute;
+
+  &:focus + span {
+    outline: 1px solid #1e5180;
+  }
 
   & + span {
     position: relative;