40 lines
588 B
SCSS
40 lines
588 B
SCSS
.shortcut-mappings {
|
|
font-size: 12px;
|
|
color: $gray-700;
|
|
|
|
tbody:first-child tr:first-child {
|
|
padding-top: 0;
|
|
}
|
|
|
|
th {
|
|
padding-top: 15px;
|
|
line-height: 1.5;
|
|
color: $help-shortcut-header-color;
|
|
text-align: left;
|
|
}
|
|
|
|
td {
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
vertical-align: top;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.shortcut {
|
|
padding-right: 10px;
|
|
color: $gray-300;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.documentation {
|
|
padding: 7px;
|
|
font-size: $gl-font-size-large;
|
|
}
|
|
|
|
.card.links-card {
|
|
a {
|
|
color: $blue-600;
|
|
}
|
|
}
|