Browse Source

change the call-to-action button's width and change the name of the webdav generic button

AlexiCauvin 6 years ago
parent
commit
d884d2d359
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/css/Generic.styl

+ 2 - 2
src/css/Generic.styl View File

121
   margin 20px 30px 20px 0
121
   margin 20px 30px 20px 0
122
   border-radius 10px
122
   border-radius 10px
123
   padding 15px
123
   padding 15px
124
-  width 250px
124
+  width 230px
125
   height 200px
125
   height 200px
126
   box-shadow shadow-all
126
   box-shadow shadow-all
127
   text-align center
127
   text-align center
128
   cursor pointer
128
   cursor pointer
129
 
129
 
130
-.genericWebdav
130
+.genericBtnInfoDashboard
131
   &__btn
131
   &__btn
132
     display flex
132
     display flex
133
     margin-bottom 30px
133
     margin-bottom 30px