Sfoglia il codice sorgente

fix webdav and calendar button in dashboard

AlexiCauvin 6 anni fa
parent
commit
23bd14a58e
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      frontend/src/css/Dashboard.styl

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

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