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

71 lines
919 B
SCSS
Raw Normal View History

.documentation-index {
h1 {
2014-04-18 15:21:21 +00:00
margin: 0;
}
h2 {
font-size: 20px;
}
2014-04-18 15:21:21 +00:00
li {
line-height: 24px;
color: #888;
a {
margin-right: 3px;
}
2014-04-18 15:21:21 +00:00
}
}
2014-08-21 08:14:31 +00:00
.shortcut-mappings {
font-size: 12px;
color: #555;
tbody:first-child tr:first-child {
padding-top: 0
}
th {
padding-top: 15px;
line-height: 1.5;
color: #333;
text-align: left
}
td {
padding-top: 3px;
padding-bottom: 3px;
vertical-align: top;
line-height: 20px
}
.shortcut {
padding-right: 10px;
color: #999;
text-align: right;
white-space: nowrap
}
.key {
@extend .label;
@extend .label-inverse;
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
padding: 3px 5px;
}
}
.modal-body {
position: relative;
overflow-y: auto;
padding: 15px;
}
body.modal-open {
overflow: hidden;
}
.modal .modal-dialog {
width: 860px;
}