summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/events.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-31 15:13:32 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-03 08:34:36 -0500
commitb90f83e93319d54d558b29838d7453444f3fcf11 (patch)
tree19d03ba7b9e9ae5c14454ffa5f01e0cb2e6bba60 /app/assets/stylesheets/pages/events.scss
parent2faf955c241ce7e99111f8fd0cae2e7ab6167e5a (diff)
downloadgitlab-ce-b90f83e93319d54d558b29838d7453444f3fcf11.tar.gz
Start adding profile icons
Diffstat (limited to 'app/assets/stylesheets/pages/events.scss')
-rw-r--r--app/assets/stylesheets/pages/events.scss16
1 files changed, 6 insertions, 10 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss
index 08398bb43a2..14ff6ac9a9a 100644
--- a/app/assets/stylesheets/pages/events.scss
+++ b/app/assets/stylesheets/pages/events.scss
@@ -4,16 +4,11 @@
*/
.event-item {
font-size: $gl-font-size;
- padding: $gl-padding-top 0 $gl-padding-top ($gl-avatar-size + $gl-padding-top);
+ padding: $gl-padding;
border-bottom: 1px solid $white-normal;
color: $list-text-color;
&.event-inline {
- .avatar {
- position: relative;
- top: -2px;
- }
-
.event-title,
.event-item-timestamp {
line-height: 40px;
@@ -24,16 +19,17 @@
color: $gl-text-color;
}
- .avatar {
- margin-left: -($gl-avatar-size + $gl-padding-top);
- }
-
.event-title {
@include str-truncated(calc(100% - 174px));
font-weight: 600;
color: $list-text-color;
}
+ svg {
+ height: 16px;
+ width: 16px;
+ }
+
.event-body {
margin-right: 174px;