sandbox/tmp/cache/assets/DE5/390/sprockets%2F24a1cda6893cebd53997dc859def67cd in iugu-ux-1.0.2 vs sandbox/tmp/cache/assets/DE5/390/sprockets%2F24a1cda6893cebd53997dc859def67cd in iugu-ux-1.0.3

- old
+ new

@@ -1,8 +1,8 @@ -o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1373285455.232736: @value"yA{I" +o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1374760177.857936: @value"ýI{I" class:EFI"BundledAsset;FI"logical_path;FI"iugu-ux.css;TI" pathname;F"V/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux.cssI"content_type;FI" text/css;FI" -mtime;FI"2013-07-05T18:24:48-03:00;FI" length;Fi¸?I" digest;F"%18ec1b448ef7eeb8cf9af50167f70278I" source;FI"¸?@charset "UTF-8";/* +mtime;FI"2013-07-05T18:24:48-03:00;FI" length;Fi<HI" digest;F"%80a47ef20c44633ce864dc54f25c5574I" source;FI"<H@charset "UTF-8";/* * Adding a UTF-8 Character to Fix áé * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. @@ -1675,25 +1675,25 @@ } /* line 70, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box { max-width: 980px; - -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25); - -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25); - box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25); + -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15); + -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15); + box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15); } } /* line 68, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-ls body.ui-box-background { padding: 20px; } /* line 70, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-ls .ui-responsive-box { max-width: 980px; - -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25); - -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25); - box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25); + -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15); + -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15); + box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15); } @media only screen and (max-width: 680px) { /* line 76, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ body.ui-box-background { @@ -2080,27 +2080,38 @@ input[type="text"].full-width, input.string.full-width, input.password.full-width, input[type="email"].full-width, input[type="number"].full-width, input[type="url"].full-width, input[type="date"].full-width, input[type="datetime"].full-width, input[type="tel"].full-width, input[type="datetime"].full-width, input[type="month"].full-width, input[type="search"].full-width, textarea.full-width { display: block; width: 100%; } -/* line 26, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ +/* line 29, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ .mobile input[type="date"] { width: 120px; text-align: center; } -/* line 30, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ +/* line 33, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ textarea { height: auto; line-height: auto; padding: 12px; resize: none; overflow: auto; overflow-y: auto; height: 132px; } +/* line 43, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ +.field_with_errors input[type="text"], .field_with_errors input.string, .field_with_errors input.password, .field_with_errors input[type="email"], .field_with_errors input[type="number"], .field_with_errors input[type="url"], .field_with_errors input[type="date"], .field_with_errors input[type="datetime"], .field_with_errors input[type="tel"], .field_with_errors input[type="datetime"], .field_with_errors input[type="month"], .field_with_errors input[type="search"], .field_with_errors textarea, .field_with_errors .failure, .input-with-errors input[type="text"], .input-with-errors input.string, .input-with-errors input.password, .input-with-errors input[type="email"], .input-with-errors input[type="number"], .input-with-errors input[type="url"], .input-with-errors input[type="date"], .input-with-errors input[type="datetime"], .input-with-errors input[type="tel"], .input-with-errors input[type="datetime"], .input-with-errors input[type="month"], .input-with-errors input[type="search"], .input-with-errors textarea, .input-with-errors .failure { + border: 2px solid red; +} +/* line 45, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ +.field_with_errors span.error, .input-with-errors span.error { + margin-bottom: 6px; + font-size: 12px; + display: block; +} + /* line 3, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox_native, .combobox { display: inline-block; margin-bottom: 6px; } @@ -2194,12 +2205,24 @@ } /* line 71, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox.open ul a:not(:last-child) { border-bottom: none; } +/* line 74, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ +.combobox.full-width { + width: 100%; +} +/* line 76, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ +.combobox.full-width a { + width: 100%; +} +/* line 78, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ +.combobox.full-width ul { + width: 100%; +} -/* line 75, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ +/* line 82, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .mobile .combobox_native { display: inline-block; border: 2px solid #cccccc; padding-left: 12px; padding-right: 42px; @@ -2646,32 +2669,36 @@ } /* line 109, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ .group .button:last-child { margin-bottom: 0px; } -/* line 112, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ +/* line 111, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ +.group.horizontal_stacking { + width: 100%; +} +/* line 113, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ .group.horizontal_stacking .button { margin-bottom: 0px; min-width: 44px; border-right: 1px solid #dddddd; box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; float: left; } -/* line 119, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ +/* line 120, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ .group.horizontal_stacking .button:last-child { border-right: none; } -/* line 122, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ +/* line 123, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ .group.vertical_stacking .button { display: block; margin-bottom: 0px; border-bottom: 1px solid #dddddd; } -/* line 126, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ +/* line 127, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ .group.vertical_stacking .button:last-child { border-bottom: none; } /* line 1, ../../../../vendor/assets/stylesheets/iugu-ux/components/notice.sass */ @@ -2681,11 +2708,20 @@ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 4px solid #dddddd; background: white; margin-bottom: 20px; + padding: 20px; } +/* line 8, ../../../../vendor/assets/stylesheets/iugu-ux/components/notice.sass */ +.notice *:last-child { + margin-bottom: 0px; +} +/* line 10, ../../../../vendor/assets/stylesheets/iugu-ux/components/notice.sass */ +.notice *:last-child *:last-child { + margin-bottom: 0px; +} /* line 1, ../../../../vendor/assets/stylesheets/iugu-ux/components/badge.sass */ .badge { font-size: 11.2px; text-transform: uppercase; @@ -3034,6 +3070,6 @@ } .bbf-datetime select { width: 4em; } -;TI"required_assets_digest;F"%ca8d86f330595ae3cc72dbe6fc3bfd34I" _version;F"%6776f581a4329e299531e1d52aa59832 +;TI"required_assets_digest;F"%1cc6855fc13226b6c01d43d7e5bef2a0I" _version;F"%6776f581a4329e299531e1d52aa59832 \ No newline at end of file