]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/modal/video-share.component.scss
replace fs by fs-extra to prevent EMFILE error
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / modal / video-share.component.scss
index 184e09027b5ad4c09c5ecd5154e048043c6b1d6c..a9e9b84985b8030adcb9a74d395b23886d0f0606 100644 (file)
@@ -1,3 +1,14 @@
+@import '~bootstrap/scss/functions';
+@import '~bootstrap/scss/variables';
+
 .action-button-cancel {
   margin-right: 0 !important;
 }
+
+.btn-outline-secondary {
+  border-color: $input-border-color;
+}
+
+.qr-code-group {
+  text-align: center;
+}