Browse Source

ajax feedback form

alexlcdee 8 years ago
parent
commit
1fc9a7acc5
3 changed files with 9 additions and 0 deletions
  1. 2 0
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 7 0
      src/files/scss/_feedback-form.scss

+ 2 - 0
src/files/css/main.css

@@ -9662,6 +9662,8 @@ footer .copyright .logo {
 .feedback-form {
 .feedback-form {
   width: 100%;
   width: 100%;
   display: block; }
   display: block; }
+  .feedback-form--ajax {
+    width: calc(100vw - 10px); }
   .feedback-form__title {
   .feedback-form__title {
     margin-bottom: 20px;
     margin-bottom: 20px;
     font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
     font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 7 - 0
src/files/scss/_feedback-form.scss

@@ -2,6 +2,13 @@
     width: 100%;
     width: 100%;
     display: block;
     display: block;
 
 
+    &--ajax {
+        width: calc(100vw - 10px);
+        @media (max-width: 768px) {
+
+        }
+    }
+
     &__title {
     &__title {
         margin-bottom: 20px;
         margin-bottom: 20px;
         font-family: $fontcuprum;
         font-family: $fontcuprum;

Some files were not shown because too many files changed in this diff