summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-08 10:12:14 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-08 10:12:14 +0200
commit4bea030c88d1462be70a67b72505cb093868ec29 (patch)
tree188b03f9d6170da3dd603b143593f97c7ce9552d /app/assets/stylesheets/generic
parentdef4d8b90617dae50f3fa23e67b2ee383f84f82e (diff)
downloadgitlab-ce-4bea030c88d1462be70a67b72505cb093868ec29.tar.gz
Style system notes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/generic')
-rw-r--r--app/assets/stylesheets/generic/timeline.scss36
1 files changed, 3 insertions, 33 deletions
diff --git a/app/assets/stylesheets/generic/timeline.scss b/app/assets/stylesheets/generic/timeline.scss
index 54dc4c52418..668a6f848cc 100644
--- a/app/assets/stylesheets/generic/timeline.scss
+++ b/app/assets/stylesheets/generic/timeline.scss
@@ -28,39 +28,9 @@
}
}
- .system-note .timeline-entry-inner {
- .timeline-icon {
- float: left;
- margin-left: 12px;
- margin-top: 8px;
- @include box-shadow(none);
-
- span {
- margin: 0 2px;
- font-size: 16px;
- color: #eeeeee;
- }
- }
-
- .timeline-content {
- background: none;
- margin-left: 45px;
- padding: 0px 15px;
-
- &:after { border: 0; }
-
- .note-header {
- span { font-size: 12px; }
-
- .avatar {
- margin-right: 5px;
- }
- }
-
- .note-text {
- font-size: 12px;
- margin-left: 20px;
- }
+ .system-note {
+ .note-text {
+ color: $gl-gray !important;
}
}
}