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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-31 23:39:31 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-03 16:34:36 +0300
commit633457563a9e9ef9473a00019dd243430aa08e80 (patch)
treeb1a4f6c61075454824da9b613c30d3ea9418a03f /app/assets/stylesheets/pages/events.scss
parentb90f83e93319d54d558b29838d7453444f3fcf11 (diff)
Differentiate between event types
Diffstat (limited to 'app/assets/stylesheets/pages/events.scss')
-rw-r--r--app/assets/stylesheets/pages/events.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss
index 14ff6ac9a9a..35571748118 100644
--- a/app/assets/stylesheets/pages/events.scss
+++ b/app/assets/stylesheets/pages/events.scss
@@ -4,7 +4,7 @@
*/
.event-item {
font-size: $gl-font-size;
- padding: $gl-padding;
+ padding: $gl-padding 0;
border-bottom: 1px solid $white-normal;
color: $list-text-color;
@@ -25,6 +25,11 @@
color: $list-text-color;
}
+ .event-icon {
+ display: inline-block;
+ margin: 0 10px;
+ }
+
svg {
height: 16px;
width: 16px;