gitlab-org--gitlab-foss/app/assets/stylesheets/pages/help.scss

48 lines
767 B
SCSS
Raw Normal View History

2014-08-21 08:14:31 +00:00
.shortcut-mappings {
font-size: 12px;
color: $gray-700;
2014-08-21 08:14:31 +00:00
tbody:first-child tr:first-child {
padding-top: 0;
2014-08-21 08:14:31 +00:00
}
th {
padding-top: 15px;
line-height: 1.5;
2016-11-30 13:25:25 +00:00
color: $help-shortcut-header-color;
text-align: left;
2014-08-21 08:14:31 +00:00
}
td {
padding-top: 3px;
padding-bottom: 3px;
vertical-align: top;
line-height: 20px;
2014-08-21 08:14:31 +00:00
}
.shortcut {
padding-right: 10px;
color: $gray-300;
2014-08-21 08:14:31 +00:00
text-align: right;
white-space: nowrap;
2014-08-21 08:14:31 +00:00
}
.key {
2018-04-09 15:26:28 +00:00
@extend .badge.badge-pill;
2018-04-09 16:28:30 +00:00
background-color: $label-inverse-bg;
font: 11px Consolas, 'Liberation Mono', Menlo, Courier, monospace;
2014-08-21 08:14:31 +00:00
padding: 3px 5px;
}
}
.documentation {
padding: 7px;
font-size: $gl-font-size-large;
}
.card.links-card {
a {
color: $blue-600;
}
}