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:
authorSarah German <sgerman@gitlab.com>2022-04-25 19:37:29 +0300
committerDavid O'Regan <doregan@gitlab.com>2022-04-25 19:37:29 +0300
commitb0d913b9494414d81a0756620ba2f6339dea3ab9 (patch)
treeef9c253fb6f2d6256b2dd49e6f1dcfd626bfdf26 /content
parent5f7978a234328817f22133b9543a2edf20f87380 (diff)
Replace FontAwesome icons in banner with gitlab/svg icons
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index fd939d48..20c88e94 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -258,10 +258,9 @@ ol {
.alert-banner {
background-color: $help-indigo-50;
border-color: rgba($help-indigo-50, 0.3);
- margin-top: 20px;
- i {
- margin-left: 10px;
- margin-right: 10px;
+ svg {
+ min-width: 12px;
+ fill: $color-tanuki-dark;
}
}