X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fbootstrap.scss;h=75dc91d7a01610397c5380b264b40be465f5abf6;hb=7db65bc679bfa65f66cd87f6048b21511ab12f08;hp=0bb349a456afef6bf3c31e4f6fccff70f70cc67a;hpb=ea5cdc11ff76d6292351ffc5dbbd00e44bfd7cca;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 0bb349a45..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 { @@ -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);