Skip to content

Commit 9227519

Browse files
committed
correct SASS nesting for avatars
1 parent 2d6391d commit 9227519

File tree

1 file changed

+22
-24
lines changed

1 file changed

+22
-24
lines changed

app/assets/stylesheets/_activity.sass

+22-24
Original file line numberDiff line numberDiff line change
@@ -35,33 +35,31 @@
3535
font-weight: bold
3636
margin-top: 5px
3737

38-
.posted_at
39-
float: right
40-
text-align: right
41-
font-size: 11px
42-
position: absolute
43-
right: 0px
44-
+border-radius(4px)
45-
padding: 4px
46-
background: #F3F8F9
47-
color: #BDC6CA
48-
49-
38+
.posted_at
39+
float: right
40+
text-align: right
41+
font-size: 11px
42+
position: absolute
43+
right: 0px
44+
+border-radius(4px)
45+
padding: 4px
46+
background: #F3F8F9
47+
color: #BDC6CA
5048

51-
.avatar
52-
margin-right: 10px
53-
display: block
54-
float: left
55-
width: 5%
56-
width: 30px
57-
height: 30px
5849

50+
.avatar
51+
margin-right: 10px
52+
display: block
53+
float: left
54+
width: 5%
55+
width: 30px
56+
height: 30px
5957

60-
&.current_user
61-
background-color: #F5F5F5
62-
.posted_at
63-
background: #E6EAEB
64-
color: #A9B1B6
58+
.current_user
59+
background-color: #F5F5F5
60+
.posted_at
61+
background: #E6EAEB
62+
color: #A9B1B6
6563

6664
img.image-embed
6765
max-width: 300px

0 commit comments

Comments
 (0)