X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fhotkeys%2Fhotkeys.component.scss;h=f7658a37de4863919172fa2a916de67fbb935c61;hb=fa12eacc014aae8094d108634371640f2695bf9f;hp=b39ffa98d4987344439eb59d33c7ae240cddf454;hpb=931d3430184143ebd88e5243def6eb1d7acfdbf4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/hotkeys/hotkeys.component.scss b/client/src/app/core/hotkeys/hotkeys.component.scss index b39ffa98d..f7658a37d 100644 --- a/client/src/app/core/hotkeys/hotkeys.component.scss +++ b/client/src/app/core/hotkeys/hotkeys.component.scss @@ -1,5 +1,5 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables'; +@use '_mixins'; .cfp-hotkeys-container { display: flex !important; @@ -51,24 +51,25 @@ .cfp-hotkeys-keys { padding: 5px; - text-align: right; + text-align: end; } .cfp-hotkeys-key { + @include margin-right(5px); + display: inline-block; color: #fff; background-color: #333; border: 1px solid #333; border-radius: 5px; text-align: center; - margin-right: 5px; box-shadow: inset 0 1px 0 #666, 0 1px 0 #bbb; padding: 5px 9px; font-size: 1em; } .cfp-hotkeys-text { - padding-left: 10px; + @include padding-left(10px); font-size: 1em; }