summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/help.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/help.scss')
-rw-r--r--app/assets/stylesheets/pages/help.scss40
1 files changed, 0 insertions, 40 deletions
diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss
deleted file mode 100644
index 9182292ffd3..00000000000
--- a/app/assets/stylesheets/pages/help.scss
+++ /dev/null
@@ -1,40 +0,0 @@
-.shortcut-help {
- &-body {
- height: 80vh;
- overflow-y: scroll;
- }
-
- &-container {
- column-count: 1;
- @include media-breakpoint-up(md) {
- column-count: 2;
- }
- column-gap: 1rem;
- }
-
- &-mapping {
- overflow: hidden;
- break-inside: avoid;
-
- &-title {
- margin-left: 40%;
- }
-
- kbd {
- margin: 0.1rem 0;
- line-height: unset;
- font-size: unset;
- }
- }
-}
-
-.documentation {
- padding: 7px;
- font-size: $gl-font-size-large;
-}
-
-.card.links-card {
- a {
- color: $blue-600;
- }
-}