Bläddra i källkod

fixed general

DevVad 3 år sedan
förälder
incheckning
624ea6120a

+ 6 - 5
src/assets/styles/blocks/general.styl

@@ -8,11 +8,12 @@
     height 100vh
     height 100vh
 
 
     &__button
     &__button
-        height 48px
-        width 48px
-        border-radius 50%
-        background-color white
-        border none
+        background: #ce5b52;
+        border-radius: 28px;
+        border: 0;
+        padding: 12px 28px;
+        color: white;
+        font-size: 18px;
 
 
     &__button-play
     &__button-play
         z-index 3
         z-index 3

+ 1 - 2
src/templates/blocks/general/general.pug

@@ -6,8 +6,7 @@ mixin general()
         | We Develop
         | We Develop
         br
         br
         | Great Designs
         | Great Designs
-      +e.BUTTON.button(type='submit')
-        IMG(src='../../../assets/images/button-contacts.svg' alt='Contacts')
+      +e.BUTTON.button(type='submit') Contacts us
     div 
     div 
       +e.IMG.main-illustration(src='../../../assets/images/Bitmap.png' alt='Chandelier')
       +e.IMG.main-illustration(src='../../../assets/images/Bitmap.png' alt='Chandelier')
       +e.IMG.button-play(src='../../../assets/images/button-play.svg' alt='Button Play')
       +e.IMG.button-play(src='../../../assets/images/button-play.svg' alt='Button Play')