Explorar el Código

fixe the css on the app general component

AlexiCauvin hace 6 años
padre
commit
db5cbee0ce

+ 1 - 1
src/component/Input/TextAreaApp/TextAreaApp.styl Ver fichero

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

+ 6 - 1
src/component/PopinFixed/PopinFixed.styl Ver fichero

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

+ 8 - 10
src/component/Timeline/Timeline.styl Ver fichero

@@ -98,19 +98,17 @@
98 98
     &__content
99 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 113
 /**** MEDIA 576px & 767px ****/
116 114