Browse Source

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

AlexiCauvin 7 years ago
parent
commit
f004ab81e9
3 changed files with 2 additions and 11 deletions
  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 View File

147
             align-items center
147
             align-items center
148
             &__icon
148
             &__icon
149
               margin-right 10px
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
 .account__userpreference__setting__notification__table__line:nth-last-child(1)
151
 .account__userpreference__setting__notification__table__line:nth-last-child(1)
161
   border-bottom 0
152
   border-bottom 0

+ 0 - 2
src/css/PageHtml.styl View File

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

+ 2 - 0
src/css/Timeline.styl View File

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