X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=1c0d30854c1b558782009377d2c3fbf14b9a6c36;hb=7706b3703aeb2bea686b12089959b963a7dd89f4;hp=d2811d24a0f68b3bff35e7c6237b0f3720f360e7;hpb=02c01341f4dae30ec6b81fcb644952393d73c4a8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index d2811d24a..1c0d30854 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -103,6 +103,16 @@ label { font-size: 15px; } +code { + background-color: pvar(--greyBackgroundColor); + border-radius: 3px; + padding: .2em .4em; + margin: auto .4em; + font-size: 75%; + display: inline-block; + vertical-align: middle; +} + .form-error { display: block; color: $red; @@ -151,7 +161,7 @@ label { &.sub-menu-fixed { position: fixed; - z-index: #{z('header') - 1}; + z-index: #{z('sub-menu') - 1}; } } @@ -313,6 +323,17 @@ table { } } +.form-group-description { + @extend .text-muted; + + font-size: 90%; + margin-top: 10px; +} + +ngx-loading-bar { + z-index: z(header) + 1 !important; +} + @media screen and (max-width: #{breakpoint(xxl)}) { .main-col { &.expanded {