debian-mirror-gitlab/app/assets/stylesheets/components/shortcuts_help.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
410 B
SCSS
Raw Permalink Normal View History

2021-06-08 01:23:25 +05:30
.shortcut-help {
&-body {
height: 80vh;
overflow-y: scroll;
2015-04-26 12:48:37 +05:30
}
2021-06-08 01:23:25 +05:30
&-container {
column-count: 1;
@include media-breakpoint-up(md) {
column-count: 2;
}
column-gap: 1rem;
2015-04-26 12:48:37 +05:30
}
2021-06-08 01:23:25 +05:30
&-mapping {
overflow: hidden;
break-inside: avoid;
&-title {
margin-left: 40%;
}
2015-04-26 12:48:37 +05:30
2021-06-08 01:23:25 +05:30
kbd {
margin: 0.1rem 0;
line-height: unset;
font-size: unset;
}
2015-04-26 12:48:37 +05:30
}
}