X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fbootstrap.scss;h=75dc91d7a01610397c5380b264b40be465f5abf6;hb=63a2058b38ed14dcbe376f26a342681d7494727f;hp=ac53ae7a54eb148c72ded219d7346f6cad711426;hpb=728a1236aece26bce6452c440cf85622548afab9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index ac53ae7a5..75dc91d7a 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -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 { @@ -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);