]> _ Git - fluidbook-v3.git/commitdiff
done #589 @0:15
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 30 Aug 2016 12:15:20 +0000 (12:15 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 30 Aug 2016 12:15:20 +0000 (12:15 +0000)
less/315-quote.less

index 7d41a41c495446fc9af309ec0764eed30c12a77a..e6beb189e6d10e3cb2fdd7e08fbd63d07455b32f 100644 (file)
                font-family: @body-font;
                color: @color-text;
 
-        .ios & {
-          @media @m768 {
-            font-size: 16px; // iOS will zoom whole page if font size is smaller than 16px
-          }
-        }
+               .ios & {
+                       @media @m768 {
+                               font-size: 16px; // iOS will zoom whole page if font size is smaller than 16px
+                       }
+               }
 
                &:focus {
                        box-shadow: inset 0 -4px 0 #c2c4c7;
                        .font-thinning();
                        color: #fff;
                        font-size: 14px;
+
+                       @media @m900 {
+                               width: 100%;
+                       }
+               }
+
+               @media @m900 {
+                       width: 100%;
                }
        }