|
@@ -125,50 +125,16 @@
|
125
|
125
|
.mce-btn-group:not(:first-child)
|
126
|
126
|
border-left none!important //remove the left borders of the wysiwyg for a better aesthetic result
|
127
|
127
|
|
|
128
|
+@media (min-width: min-lg) and (max-width: max-lg)
|
|
129
|
+ .timeline
|
|
130
|
+ margin 0
|
128
|
131
|
|
129
|
|
-/**** MEDIA 576px & 1199px ****/
|
130
|
|
-
|
131
|
|
-@media (min-width: min-sm) and (max-width: max-lg)
|
132
|
|
-
|
133
|
|
- .timeline__body
|
134
|
|
- &__messagelist
|
135
|
|
- min-height 350px
|
136
|
|
- max-height 700px
|
137
|
|
- &__item
|
138
|
|
- margin-right 55px
|
139
|
|
-
|
140
|
|
-/**** MEDIA 576px & 767px ****/
|
141
|
|
-
|
142
|
|
-@media (min-width: min-sm) and (max-width: max-sm)
|
143
|
|
-
|
144
|
|
- .timeline__body
|
145
|
|
- &__messagelist__item
|
146
|
|
- margin-right 35px
|
147
|
|
- &__texteditor
|
148
|
|
- display flex
|
149
|
|
- align-items center
|
150
|
|
- &__wysiwyg
|
151
|
|
- width 70%
|
152
|
|
- & > textarea
|
153
|
|
- border-radius 5px
|
154
|
|
- height 40px
|
155
|
|
- &__submit
|
156
|
|
- width 30%
|
157
|
|
- margin-left 10px
|
158
|
|
-
|
159
|
|
-/**** MEDIA 575px ****/
|
|
132
|
+@media (min-width: min-sm) and (max-width: max-md)
|
|
133
|
+ .timeline
|
|
134
|
+ display block
|
|
135
|
+ margin 0
|
160
|
136
|
|
161
|
137
|
@media (max-width: max-xs)
|
162
|
|
-
|
163
|
|
- .timeline__body
|
164
|
|
- &__texteditor
|
165
|
|
- display flex
|
166
|
|
- align-items center
|
167
|
|
- &__wysiwyg
|
168
|
|
- width 70%
|
169
|
|
- & > textarea
|
170
|
|
- border-radius 5px
|
171
|
|
- height 40px
|
172
|
|
- &__submit
|
173
|
|
- width 30%
|
174
|
|
- margin-left 10px
|
|
138
|
+ .timeline
|
|
139
|
+ display block
|
|
140
|
+ margin 0
|