summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-06-07 10:50:03 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-06-07 11:37:12 -0500
commit6f1c96230d7d87aea94f88ca2a857c93310054b1 (patch)
tree2d28e91356248115b15ad048e8f7f74b28c91940 /app/assets/stylesheets/pages/notes.scss
parentea7703ad82c75a92ec4bf3ee8697b864dafe5524 (diff)
downloadgitlab-ce-6f1c96230d7d87aea94f88ca2a857c93310054b1.tar.gz
Align system note within discussion with other notes
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index da341121087..b07b303bcbd 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -265,8 +265,8 @@ $note-form-margin-left: 72px;
}
.system-note {
- padding: 6px 21px;
- margin: $gl-padding-24 0;
+ padding: $gl-padding-4 20px;
+ margin: $gl-padding 0;
background-color: transparent;
.note-header-info {
@@ -365,7 +365,7 @@ $note-form-margin-left: 72px;
height: $system-note-icon-size;
border: 1px solid $border-color;
border-radius: $system-note-icon-size;
- margin: -6px $gl-padding 0 0;
+ margin: -6px 20px 0 0;
svg {
width: $system-note-svg-size;