debian-mirror-gitlab/app/assets/stylesheets/pages/help.scss

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

41 lines
534 B
SCSS
Raw 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
}
}
2015-10-24 18:46:33 +05:30
.documentation {
padding: 7px;
2019-12-21 20:55:43 +05:30
font-size: $gl-font-size-large;
2015-10-24 18:46:33 +05:30
}
2019-09-30 21:07:59 +05:30
.card.links-card {
a {
color: $blue-600;
}
}