瀏覽代碼

added a temporary avatar

AlexiCauvin 5 年之前
父節點
當前提交
f4b785188d
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/component/Timeline/Timeline.styl

+ 5 - 1
src/component/Timeline/Timeline.styl 查看文件

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