Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuzanne Selhorn <sselhorn@gitlab.com>2021-08-04 16:46:16 +0300
committerCraig Norris <cnorris@gitlab.com>2021-08-04 16:46:16 +0300
commit81aa474b8ccca6cee84177423591c25a17cbf7d1 (patch)
tree530366ce09a704075dfc02208f29dcb25382e1e2 /content/assets/stylesheets/_variables.scss
parent3e20646657e6be706ff54c9702f5755b4bc45c13 (diff)
Add alert for FLAG
Diffstat (limited to 'content/assets/stylesheets/_variables.scss')
-rw-r--r--content/assets/stylesheets/_variables.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/assets/stylesheets/_variables.scss b/content/assets/stylesheets/_variables.scss
index d8ff0d06a..cadc38d7a 100644
--- a/content/assets/stylesheets/_variables.scss
+++ b/content/assets/stylesheets/_variables.scss
@@ -88,6 +88,10 @@ $alert-success-bg: #fafafa;
$alert-success-txt: $gds-black;
$alert-success-border: #dbdbdb;
+$alert-flag-bg: #f4f0ff;
+$alert-flag-txt: $gds-black;
+$alert-flag-border: #e1d8f9;
+
$alert-warning-bg: #faf2f1;
$alert-warning-txt: $gds-black;
$alert-warning-border: #f6d9d5;