]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Last tablet changes
authoranthonytadina <anthony@zurb.com>
Tue, 8 Oct 2013 20:30:23 +0000 (13:30 -0700)
committeranthonytadina <anthony@zurb.com>
Tue, 8 Oct 2013 20:30:23 +0000 (13:30 -0700)
sass/app.scss
stylesheets/app.css

index 2f83a82e1fb48e8b4d9a64975dfa2436b4c30dcb..92ca40b24105c8fd4e9ed578ad37b9ce5a4d6d6c 100644 (file)
@@ -139,7 +139,7 @@ p { font-size: emCalc(14px); }
 
 /* callout */
 .callout { background: #e5e9ea; margin-bottom: 60px;
-  .row {  position: relative;
+  .row {  position: relative; 
     .stamp { background: url(../images/stamp.png) no-repeat center center; position: absolute; width:250px;left:-175px; height: 190px; top:-94px; 
       -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
@@ -389,7 +389,7 @@ ul.mobile-nav { display: block; margin-bottom: 0;
  }
 }
 
-@media only screen and (max-width: 768px) and (max-width: 1024px) {
+@media only screen and (min-width: 767px) and (max-width: 1024px) {
   .inky { right: -460px; }
   .touch .how-to-use { position: relative; 
     &.one { 
@@ -434,5 +434,7 @@ ul.mobile-nav { display: block; margin-bottom: 0;
     .number { display: block; font-family: $sans-serif; color: #a3abad; font-size: emCalc(138px); font-weight: bold; position: absolute; top: 23px; }
     .campaign-monitor { background: url(../images/campaign-monitor.png) no-repeat left center; background-size: 18px 12px; padding-left: 30px; }
   }
-  
+  .inky-small.load { right: -250px; }
+  .top-bar-section .has-form { padding: 0 15px; }
+  .button.tiny { padding: 5px 10px 25px; }
 }
\ No newline at end of file
index 9ac54b9c0ff8b167e9753f0d2568ebeb4e9e22b6..86c3c2a5c2e8be6d3f8abca6a9d6cad53f0c058a 100644 (file)
@@ -10372,7 +10372,7 @@ ul.mobile-nav a.current {
   background: #002f3b;
 }
 
-@media only screen and (max-width: 768px) and (max-width: 1024px) {
+@media only screen and (min-width: 767px) and (max-width: 1024px) {
   /* line 393, ../sass/app.scss */
   .inky {
     right: -460px;
@@ -10558,4 +10558,19 @@ ul.mobile-nav a.current {
     background-size: 18px 12px;
     padding-left: 30px;
   }
+
+  /* line 437, ../sass/app.scss */
+  .inky-small.load {
+    right: -250px;
+  }
+
+  /* line 438, ../sass/app.scss */
+  .top-bar-section .has-form {
+    padding: 0 15px;
+  }
+
+  /* line 439, ../sass/app.scss */
+  .button.tiny {
+    padding: 5px 10px 25px;
+  }
 }