Browse Source

fixe the css on the app general component

AlexiCauvin 7 years ago
parent
commit
db5cbee0ce

+ 1 - 1
src/component/Input/TextAreaApp/TextAreaApp.styl View File

11
   &__text
11
   &__text
12
     margin-bottom 25px
12
     margin-bottom 25px
13
     width 100%
13
     width 100%
14
-    height 400px
14
+    height 250px
15
   &__submit
15
   &__submit
16
     border 1px solid blue
16
     border 1px solid blue
17
     box-shadow none
17
     box-shadow none

+ 6 - 1
src/component/PopinFixed/PopinFixed.styl View File

28
       white-space nowrap
28
       white-space nowrap
29
     &__edittitle
29
     &__edittitle
30
       margin 0 15px
30
       margin 0 15px
31
+      padding 2px 8px
31
       color white
32
       color white
32
-      font-size 20px
33
+      font-size 17px
33
       cursor pointer
34
       cursor pointer
35
+      &:hover
36
+        border 1px solid off-white
37
+        border-radius 5px
34
       .fa-pencil
38
       .fa-pencil
35
         color off-white
39
         color off-white
36
     &__close
40
     &__close
57
       &__addversion
61
       &__addversion
58
         display flex
62
         display flex
59
         align-items center
63
         align-items center
64
+        cursor pointer
60
       &__action
65
       &__action
61
         margin 5px 10px 0 0
66
         margin 5px 10px 0 0
62
         font-size 18px
67
         font-size 18px

+ 8 - 10
src/component/Timeline/Timeline.styl View File

98
     &__content
98
     &__content
99
       color white
99
       color white
100
 
100
 
101
-/**** MEDIA 992px & 1199px ****/
102
 
101
 
103
-@media (min-width: min-lg) and (max-width: max-lg)
102
+/**** MEDIA 576px & 1199px ****/
104
 
103
 
105
-  .timeline__messagelist__item
106
-    margin-right 55px
107
-
108
-/**** MEDIA 768px & 991px ****/
104
+@media (min-width: min-sm) and (max-width: max-lg)
109
 
105
 
110
-@media (min-width: min-md) and (max-width: max-md)
111
-
112
-  .timeline__messagelist__item
113
-    margin-right 55px
106
+  .timeline
107
+    &__messagelist
108
+      min-height 350px
109
+      max-height 700px
110
+      &__item
111
+        margin-right 55px
114
 
112
 
115
 /**** MEDIA 576px & 767px ****/
113
 /**** MEDIA 576px & 767px ****/
116
 
114