summaryrefslogtreecommitdiff
path: root/vendor/assets/stylesheets/peek.scss
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/assets/stylesheets/peek.scss')
-rw-r--r--vendor/assets/stylesheets/peek.scss13
1 files changed, 4 insertions, 9 deletions
diff --git a/vendor/assets/stylesheets/peek.scss b/vendor/assets/stylesheets/peek.scss
index 224ecc4245e..4977487d3ae 100644
--- a/vendor/assets/stylesheets/peek.scss
+++ b/vendor/assets/stylesheets/peek.scss
@@ -6,16 +6,11 @@ header.navbar-gitlab.with-peek {
}
#peek {
- background: #000;
+ background: $black;
height: 35px;
line-height: 35px;
color: #999;
- .hidden {
- display: none;
- visibility: visible;
- }
-
&.disabled {
display: none;
}
@@ -58,12 +53,12 @@ header.navbar-gitlab.with-peek {
}
strong {
- color: #fff;
+ color: $white-light;
}
table {
strong {
- color: #000;
+ color: $black;
}
}
@@ -95,5 +90,5 @@ header.navbar-gitlab.with-peek {
}
#modal-peek-pg-queries-content {
- color: #000;
+ color: $black;
}