Browse Source

added a temporary avatar

AlexiCauvin 6 years ago
parent
commit
f4b785188d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/component/Timeline/Timeline.styl

+ 5 - 1
src/component/Timeline/Timeline.styl View File

28
         position relative
28
         position relative
29
         top 40px
29
         top 40px
30
         left -20px
30
         left -20px
31
+        border-radius 50%
32
+        width 50px
33
+        height 50px
31
         & > img
34
         & > img
32
           width 45px
35
           width 45px
33
           height 45px
36
           height 45px
46
     &__version
49
     &__version
47
       display flex
50
       display flex
48
       justify-content space-between
51
       justify-content space-between
49
-      margin-top 40px
52
+      margin 40px 0 20px 0
50
       padding 10px 15px
53
       padding 10px 15px
51
       width 100%
54
       width 100%
52
       background-color lightGrey
55
       background-color lightGrey
56
         width 145px
59
         width 145px
57
         color white
60
         color white
58
         font-size 17px
61
         font-size 17px
62
+        cursor pointer
59
         & > i
63
         & > i
60
           margin-right 10px
64
           margin-right 10px
61
           color off-white
65
           color off-white