]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/bootstrap.scss
Translated using Weblate (Kabyle)
[github/Chocobozzz/PeerTube.git] / client / src / sass / bootstrap.scss
index 0bb349a456afef6bf3c31e4f6fccff70f70cc67a..75dc91d7a01610397c5380b264b40be465f5abf6 100644 (file)
@@ -9,6 +9,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
   animation: spin .7s infinite linear;
 }
 
+.glyphicon-duplicate {
+  font-size: 70%;
+}
+
 .flex-auto {
   flex: auto;
 }
@@ -88,6 +92,9 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
   }
 }
 
+.badge {
+  line-height: 1.1;
+}
 
 @media screen and (min-width: #{breakpoint(md)}) {
   .modal:before {
@@ -112,6 +119,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
 
   .modal-content {
     background-color: pvar(--mainBackgroundColor);
+    word-break: break-all;
   }
 
   .modal-header {
@@ -363,8 +371,8 @@ ngb-tooltip-window {
 }
 
 .callout {
-       padding: 1.25rem;
-       border: 1px solid #eee;
+  padding: 1.25rem;
+  border: 1px solid #eee;
   border-radius: .25rem;
 
   & > label {
@@ -377,7 +385,7 @@ ngb-tooltip-window {
   &:not(.callout-light) {
     border-left-width: .25rem;
   }
-  
+
   &.callout-info {
     border-color: pvar(--mainColorLightest);
     border-left-color: pvar(--mainColor);