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

48 lines
767 B
SCSS
Raw Normal View History

2015-04-26 12:48:37 +05:30
.shortcut-mappings {
font-size: 12px;
2020-11-24 15:15:51 +05:30
color: $gray-700;
2015-04-26 12:48:37 +05:30
tbody:first-child tr:first-child {
2016-11-03 12:29:30 +05:30
padding-top: 0;
2015-04-26 12:48:37 +05:30
}
th {
padding-top: 15px;
line-height: 1.5;
2017-08-17 22:00:37 +05:30
color: $help-shortcut-header-color;
2016-11-03 12:29:30 +05:30
text-align: left;
2015-04-26 12:48:37 +05:30
}
td {
padding-top: 3px;
padding-bottom: 3px;
vertical-align: top;
2016-11-03 12:29:30 +05:30
line-height: 20px;
2015-04-26 12:48:37 +05:30
}
.shortcut {
padding-right: 10px;
2020-11-24 15:15:51 +05:30
color: $gray-300;
2015-04-26 12:48:37 +05:30
text-align: right;
2016-11-03 12:29:30 +05:30
white-space: nowrap;
2015-04-26 12:48:37 +05:30
}
.key {
2018-11-08 19:23:39 +05:30
@extend .badge.badge-pill;
background-color: $label-inverse-bg;
2019-07-07 11:18:12 +05:30
font: 11px Consolas, 'Liberation Mono', Menlo, Courier, monospace;
2015-04-26 12:48:37 +05:30
padding: 3px 5px;
}
}
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;
}
}