Browse Source

fix webdav and calendar button in dashboard

AlexiCauvin 6 years ago
parent
commit
23bd14a58e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      frontend/src/css/Dashboard.styl

+ 4 - 4
frontend/src/css/Dashboard.styl View File

270
     justify-content space-between
270
     justify-content space-between
271
     flexwrap wrap
271
     flexwrap wrap
272
     &__webdav
272
     &__webdav
273
-      margin-bottom 40px
273
+      margin 0 15px 40px 0
274
       &__btn
274
       &__btn
275
         width 300px
275
         width 300px
276
       &__information
276
       &__information
277
-        width 550px
277
+        width 300px
278
     &__calendar
278
     &__calendar
279
       margin-bottom 100px
279
       margin-bottom 100px
280
       &__wrapperBtn
280
       &__wrapperBtn
281
-        margin-right 300px
281
+        margin-right 290px
282
       &__btn
282
       &__btn
283
         width 300px
283
         width 300px
284
       &__information
284
       &__information
285
-        width 550px
285
+        width 300px
286
 
286
 
287
 /**** MEDIAQUERIES *****/
287
 /**** MEDIAQUERIES *****/
288
 
288