瀏覽代碼

fixe of bug in jsx and css of account page, pageHtml and Timeline

AlexiCauvin 6 年之前
父節點
當前提交
f004ab81e9
共有 3 個文件被更改,包括 2 次插入11 次删除
  1. 0 9
      src/css/AccountPage.styl
  2. 0 2
      src/css/PageHtml.styl
  3. 2 0
      src/css/Timeline.styl

+ 0 - 9
src/css/AccountPage.styl 查看文件

@@ -147,15 +147,6 @@ settingText()
147 147
             align-items center
148 148
             &__icon
149 149
               margin-right 10px
150
-              .fa-graduation-cap
151
-                color gestionnaire
152
-              .fa-pencil
153
-                color contributeur
154
-              .fa-gavel
155
-                color responsable
156
-              .fa-eye
157
-                color lecteur
158
-
159 150
 
160 151
 .account__userpreference__setting__notification__table__line:nth-last-child(1)
161 152
   border-bottom 0

+ 0 - 2
src/css/PageHtml.styl 查看文件

@@ -23,11 +23,9 @@
23 23
       &__text
24 24
         font-size 14px
25 25
     &__wrapper
26
-      margin 10px
27 26
       border-radius 10px
28 27
       width 45%
29 28
       height 100%
30
-      background-color off-white
31 29
     &__header
32 30
       border-top-left-radius 10px
33 31
       border-top-right-radius 10px

+ 2 - 0
src/css/Timeline.styl 查看文件

@@ -1,4 +1,6 @@
1 1
 .timeline
2
+  display flex
3
+  flex-direction column
2 4
   margin 10px
3 5
   &__header
4 6
     border-radius 10px 10px 0 0