sandbox/tmp/cache/assets/DCA/FD0/sprockets%2F0b59a77adfc61bb863e708ba262ce6bd in iugu-ux-0.9.9 vs sandbox/tmp/cache/assets/DCA/FD0/sprockets%2F0b59a77adfc61bb863e708ba262ce6bd in iugu-ux-1.0.0

- old
+ new

@@ -1,8 +1,8 @@ -o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372772478.482135: @value"S{I" +o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1373285455.218086: @value"2K{I" class:EFI"ProcessedAsset;FI"logical_path;F"iugu-ux/iugu-ux-entry.cssI" pathname;F"e/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/iugu-ux-entry.sassI"content_type;FI" text/css;FI" -mtime;FI"2013-06-29T10:31:52-03:00;FI" length;Fiâ<I" digest;F"%dfd8d98eb82bf7262eda0d27ef7025c1I" source;FI"â<@charset "UTF-8"; +mtime;FI"2013-07-05T18:24:48-03:00;FI" length;FiI4I" digest;F"%b7a18c9049082282d0433c84f61180d7I" source;FI"I4@charset "UTF-8"; /* line 13, ../../../../vendor/assets/stylesheets/iugu-ux/reset.sass */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video { margin: 0; padding: 0; border: 0; @@ -1034,16 +1034,16 @@ body { font-family: Helvetica, Arial, "sans", sans-serif; font-size: 14px; line-height: 14px; color: #333333; - background-color: white; + background-color: #f2f2f2; } /* line 8, ../../../../vendor/assets/stylesheets/iugu-ux/typography.sass */ body.application-background, body.applicationBackground { - background-color: #f2f2f2; + background-color: #ececec; } /* line 11, ../../../../vendor/assets/stylesheets/iugu-ux/typography.sass */ h1, h2, h3, h4, h5, h6, p, iframe, pre, address, blockquote, cite, code, img, ul, fieldset, form, table, mark, audio, video, hr { margin-bottom: 20px; @@ -1326,11 +1326,11 @@ -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; - color: #b94a48; + color: #333333; font-weight: normal; } /* line 189, ../../../../vendor/assets/stylesheets/iugu-ux/typography.sass */ .padding { @@ -1390,11 +1390,11 @@ box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15); margin-bottom: 20px; } /* line 217, ../../../../vendor/assets/stylesheets/iugu-ux/typography.sass */ .box.box-highlighting:hover { - border: 1px solid #999999; + border: 1px solid #dddddd; cursor: pointer; } /* line 220, ../../../../vendor/assets/stylesheets/iugu-ux/typography.sass */ .box.box-rounded { -webkit-border-radius: 3px; @@ -1402,10 +1402,100 @@ -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +/* line 1, ../../../../vendor/assets/stylesheets/iugu-ux/components/view.sass */ +.viewLoader { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; +} +/* line 7, ../../../../vendor/assets/stylesheets/iugu-ux/components/view.sass */ +.viewLoader .blockLayer { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; + background: rgba(255, 255, 255, 0.5); + z-index: 2; +} +/* line 16, ../../../../vendor/assets/stylesheets/iugu-ux/components/view.sass */ +.viewLoader .loaderContainer { + position: absolute; + top: 50%; + left: 50%; + width: 64px; + height: 64px; + margin-left: -32px; + margin-top: -32px; + background: white; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -ms-border-radius: 5px; + -o-border-radius: 5px; + border-radius: 5px; + line-height: 64px; + text-align: center; + color: white; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + padding: 14px; + border: 2px solid #cccccc; +} + +/* line 34, ../../../../vendor/assets/stylesheets/iugu-ux/components/view.sass */ +.empty-view-wrapper { + position: absolute; + top: 50%; + width: 100%; + height: 220px; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + padding-left: 20px; + padding-right: 20px; + margin-top: -110px; +} +/* line 44, ../../../../vendor/assets/stylesheets/iugu-ux/components/view.sass */ +.empty-view-wrapper .empty-icon { + margin-left: auto; + margin-right: auto; + margin-bottom: 20px; +} +/* line 49, ../../../../vendor/assets/stylesheets/iugu-ux/components/view.sass */ +.empty-view-wrapper .empty-title { + font-weight: bold; + text-transform: uppercase; + margin-bottom: 20px; + text-align: center; +} +/* line 55, ../../../../vendor/assets/stylesheets/iugu-ux/components/view.sass */ +.empty-view-wrapper .empty-description { + text-align: center; + margin-bottom: 20px; +} +/* line 59, ../../../../vendor/assets/stylesheets/iugu-ux/components/view.sass */ +.empty-view-wrapper .button { + margin-bottom: 0px; + margin-left: auto; + margin-right: auto; + display: block; + max-width: 300px; +} +/* line 66, ../../../../vendor/assets/stylesheets/iugu-ux/components/view.sass */ +.empty-view-wrapper .button * { + margin-top: -3px; + margin-right: 14px; +} + /* line 1, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ .container { box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; @@ -1423,38 +1513,39 @@ } /* line 11, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ .container.small-padding { padding: 10px; } -/* line 13, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ -.container > .container { + +/* line 15, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ +.container .container, .content .container { border: 1px solid #dddddd; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } -/* line 17, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ -.container > .container.covered { +/* line 19, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ +.container .container.covered, .content .container.covered { background: #e0e0e0; border: none; } -/* line 20, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ -.container .padding { +/* line 22, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ +.container .padding, .content .padding { padding: 20px; } -/* line 22, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ -.container .header { +/* line 24, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ +.container .header, .content .header { border-bottom: 1px solid #dddddd; padding: 6px; } -/* line 25, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ -.container .footer { +/* line 27, ../../../../vendor/assets/stylesheets/iugu-ux/components/container.sass */ +.container .footer, .content .footer { border-top: 1px solid #dddddd; padding: 6px; } /* line 2, ../../../../vendor/assets/stylesheets/iugu-ux/components/group.sass */ @@ -1465,10 +1556,15 @@ /* line 5, ../../../../vendor/assets/stylesheets/iugu-ux/components/group.sass */ .group.horizontal_stacking:last-child { margin-right: 0px; } +/* line 9, ../../../../vendor/assets/stylesheets/iugu-ux/components/group.sass */ +.button-group .button { + margin-bottom: 0px; +} + /* line 3, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ body.ui-box-background, body.ui-box-background #app { height: 100%; width: 100%; position: relative; @@ -1489,11 +1585,10 @@ } /* line 16, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box { *zoom: 1; - background: white; width: 100%; margin-left: auto; margin-right: auto; position: relative; color: #333333; @@ -1506,11 +1601,11 @@ .ui-responsive-box:after { content: ""; display: table; clear: both; } -/* line 27, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 26, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .sidebar { float: left; width: 256px; height: 100%; background: white; @@ -1519,108 +1614,108 @@ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; } -/* line 37, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 36, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .content-area { height: 100%; position: relative; background: white; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } -/* line 43, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 42, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .content-area .small-navigation { display: none; } -/* line 46, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 45, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .content-area.handle-sidebar { margin-left: 256px; } -/* line 49, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 48, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .handle-scrolling { width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; } -/* line 55, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 54, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .handle-scrolling > * { -webkit-transform: translateZ(0px); } -/* line 58, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 57, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .handle-scrolling > div:first-child { height: 100%; } -/* line 61, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 60, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .content { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; } @media only screen and (min-width: 1025px) { - /* line 69, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 68, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ body.ui-box-background { padding: 20px; } - /* line 71, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* 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); } } -/* line 69, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 68, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-ls body.ui-box-background { padding: 20px; } -/* line 71, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* 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); } @media only screen and (max-width: 680px) { - /* line 77, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 76, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ body.ui-box-background { background: white; } - /* line 82, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 81, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mobile .ui-responsive-box .content-area.handle-sidebar { -webkit-transform: translateZ(0px); -moz-transform: translateZ(0px); -ms-transform: translateZ(0px); -o-transform: translateZ(0px); transform: translateZ(0px); } - /* line 86, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 85, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ios .handle-scrolling { overflow-y: scroll; } - /* line 89, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 88, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .android .handle-scrolling { overflow-y: auto; } - /* line 92, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 91, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box { border: none; background: white; } - /* line 96, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 95, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .sidebar { float: none; position: absolute; z-index: 1000; width: 256px; @@ -1630,11 +1725,11 @@ -webkit-transition-delay: 1.5s; -moz-transition-delay: 1.5s; -o-transition-delay: 1.5s; transition-delay: 1.5s; } - /* line 107, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 106, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .content-area.handle-sidebar { margin-left: -1px; z-index: 2000; min-width: 320px; border-left: 1px solid #dddddd; @@ -1649,32 +1744,32 @@ -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } - /* line 118, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 117, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .content-area.handle-sidebar.handle-sidebar .small-navigation { display: block; height: 44px; position: relative; background: white; border-bottom: 1px solid #dddddd; margin-top: -1px; margin-right: -2px; } - /* line 128, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 127, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .content-area.handle-sidebar.handle-sidebar .small-navigation .toggle-sidebar { display: block; width: 44px; height: 44px; cursor: pointer; position: absolute; top: 0px; left: 0px; z-index: 10; } - /* line 137, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 136, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .ui-responsive-box .content-area.handle-sidebar.handle-sidebar .small-navigation .responsive-title { display: block; text-align: center; height: 44px; font-size: 17px; @@ -1687,28 +1782,28 @@ left: 60px; right: 60px; font-weight: bold; } - /* line 150, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 149, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .content-area .content { top: 44px; } - /* line 153, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 152, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .desktop .open, .mobile .open { border: none; } - /* line 155, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 154, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .desktop .open .content-area.handle-sidebar, .mobile .open .content-area.handle-sidebar { -webkit-transform: translateX(256px); -moz-transform: translateX(256px); -ms-transform: translateX(256px); -o-transform: translateX(256px); transform: translateX(256px); } - /* line 158, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 157, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .desktop .open .sidebar, .mobile .open .sidebar { display: block; visibility: visible; margin: 0px; -webkit-transition-property: border; @@ -1719,41 +1814,41 @@ -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s; } - /* line 167, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ + /* line 166, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .deprecated_android .content-area { background: white; } } -/* line 77, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 76, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm body.ui-box-background { background: white; } -/* line 82, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 81, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .mobile .ui-responsive-box .content-area.handle-sidebar { -webkit-transform: translateZ(0px); -moz-transform: translateZ(0px); -ms-transform: translateZ(0px); -o-transform: translateZ(0px); transform: translateZ(0px); } -/* line 86, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 85, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .ios .handle-scrolling { overflow-y: scroll; } -/* line 89, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 88, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .android .handle-scrolling { overflow-y: auto; } -/* line 92, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 91, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .ui-responsive-box { border: none; background: white; } -/* line 96, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 95, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .ui-responsive-box .sidebar { float: none; position: absolute; z-index: 1000; width: 256px; @@ -1763,11 +1858,11 @@ -webkit-transition-delay: 1.5s; -moz-transition-delay: 1.5s; -o-transition-delay: 1.5s; transition-delay: 1.5s; } -/* line 107, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 106, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .ui-responsive-box .content-area.handle-sidebar { margin-left: -1px; z-index: 2000; min-width: 320px; border-left: 1px solid #dddddd; @@ -1782,32 +1877,32 @@ -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } -/* line 118, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 117, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .ui-responsive-box .content-area.handle-sidebar.handle-sidebar .small-navigation { display: block; height: 44px; position: relative; background: white; border-bottom: 1px solid #dddddd; margin-top: -1px; margin-right: -2px; } -/* line 128, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 127, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .ui-responsive-box .content-area.handle-sidebar.handle-sidebar .small-navigation .toggle-sidebar { display: block; width: 44px; height: 44px; cursor: pointer; position: absolute; top: 0px; left: 0px; z-index: 10; } -/* line 137, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 136, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .ui-responsive-box .content-area.handle-sidebar.handle-sidebar .small-navigation .responsive-title { display: block; text-align: center; height: 44px; font-size: 17px; @@ -1819,27 +1914,27 @@ -webkit-box-sizing: border-box; left: 60px; right: 60px; font-weight: bold; } -/* line 150, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 149, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .content-area .content { top: 44px; } -/* line 153, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 152, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .desktop .open, .mq-sm .mobile .open { border: none; } -/* line 155, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 154, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .desktop .open .content-area.handle-sidebar, .mq-sm .mobile .open .content-area.handle-sidebar { -webkit-transform: translateX(256px); -moz-transform: translateX(256px); -ms-transform: translateX(256px); -o-transform: translateX(256px); transform: translateX(256px); } -/* line 158, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 157, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .desktop .open .sidebar, .mq-sm .mobile .open .sidebar { display: block; visibility: visible; margin: 0px; -webkit-transition-property: border; @@ -1849,11 +1944,11 @@ -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s; } -/* line 167, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ +/* line 166, ../../../../vendor/assets/stylesheets/iugu-ux/components/responsive_box.sass */ .mq-sm .deprecated_android .content-area { background: white; } /* line 1, ../../../../vendor/assets/stylesheets/iugu-ux/components/popup.sass */ @@ -1938,214 +2033,16 @@ bottom: 0px; right: 0px; margin-bottom: 0px; } -/* line 1, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view { - width: 100%; - height: 100%; - position: relative; - overflow: hidden; -} -/* line 6, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-container { - position: absolute; - top: 0px; - bottom: 54px; - left: 0px; - right: 0px; - overflow: visible; -} -/* line 15, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-container .handle-scrolling { - -webkit-overflow-scrolling: none; -} -/* line 20, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-container .table-dataset table { - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; - margin-bottom: 0px; - overflow: visible; -} -/* line 22, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-container .table-dataset table caption + thead tr:first-child th, .default-table-view .dataset-container .table-dataset table caption + tbody tr:first-child th, .default-table-view .dataset-container .table-dataset table caption + tbody tr:first-child td, .default-table-view .dataset-container .table-dataset table colgroup + thead tr:first-child th, .default-table-view .dataset-container .table-dataset table colgroup + tbody tr:first-child th, .default-table-view .dataset-container .table-dataset table colgroup + tbody tr:first-child td, .default-table-view .dataset-container .table-dataset table thead:first-child tr:first-child th, .default-table-view .dataset-container .table-dataset table tbody:first-child tr:first-child th, .default-table-view .dataset-container .table-dataset table tbody:first-child tr:first-child td { - border-top: 0px; -} -/* line 24, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-container .table-dataset table thead:first-child tr:first-child th:first-child, .default-table-view .dataset-container .table-dataset table tbody:first-child tr:first-child td:first-child { - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; -} -/* line 26, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-container .table-dataset table thead:first-child tr:first-child th:last-child, .default-table-view .dataset-container .table-dataset table tbody:first-child tr:first-child td:last-child { - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; -} -/* line 28, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-container .table-dataset table thead:last-child tr:last-child th:first-child, .default-table-view .dataset-container .table-dataset table tbody:last-child tr:last-child td:first-child { - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; -} -/* line 30, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-container .table-dataset table thead:last-child tr:last-child th:last-child, .default-table-view .dataset-container .table-dataset table tbody:last-child tr:last-child td:last-child { - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - -ms-border-radius: 0px; - -o-border-radius: 0px; - border-radius: 0px; -} -/* line 32, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-container .table-dataset table tr td:first-child, .default-table-view .dataset-container .table-dataset table tr th:first-child { - border-left: none; -} -/* line 37, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-buttons { - position: absolute; - bottom: 0px; - left: 0px; - right: 0px; - height: 52px; - width: 100%; - border-top: 1px solid #ececec; -} -/* line 46, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-buttons .buttons { - position: absolute; - top: 4px; - bottom: 1px; - left: 3px; - width: 44px; - height: 44px; -} -/* line 54, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-buttons .paginator { - position: absolute; - left: 80px; - top: 2px; - bottom: 1px; - right: 140px; -} -/* line 61, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-buttons .paginator .paginator { - width: 100%; - position: relative; - left: 0px; - top: none; - right: none; - bottom: none; -} -/* line 69, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-buttons .navigator { - position: absolute; - right: 3px; - top: 4px; -} -/* line 73, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.default-table-view .dataset-buttons .button { - width: 44px; -} - -/* line 78, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.desktop .dataset-container .handle-scrolling { - overflow-y: auto; -} - -@media only screen and (max-width: 820px) { - /* line 83, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ - .default-table-view .dataset-container { - left: 0px; - top: 0px; - right: 0px; - bottom: 50px; - } - /* line 89, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ - .default-table-view .dataset-buttons .paginator { - display: none; - } - /* line 91, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ - .default-table-view .dataset-buttons .navigator { - left: 0px; - right: none; - } - /* line 94, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ - .default-table-view .dataset-buttons .navigator .page { - position: absolute; - left: 64px; - width: 100px !important; - } - /* line 98, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ - .default-table-view .dataset-buttons .navigator .previous { - position: absolute; - right: 48px; - } - /* line 101, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ - .default-table-view .dataset-buttons .navigator .next { - position: absolute; - right: 0px; - } - /* line 104, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ - .default-table-view .dataset-buttons .navigator .table-dataset table { - height: 1000px; - } -} -/* line 83, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.mq-sm .default-table-view .dataset-container { - left: 0px; - top: 0px; - right: 0px; - bottom: 50px; -} -/* line 89, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.mq-sm .default-table-view .dataset-buttons .paginator { - display: none; -} -/* line 91, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.mq-sm .default-table-view .dataset-buttons .navigator { - left: 0px; - right: none; -} -/* line 94, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.mq-sm .default-table-view .dataset-buttons .navigator .page { - position: absolute; - left: 64px; - width: 100px !important; -} -/* line 98, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.mq-sm .default-table-view .dataset-buttons .navigator .previous { - position: absolute; - right: 48px; -} -/* line 101, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.mq-sm .default-table-view .dataset-buttons .navigator .next { - position: absolute; - right: 0px; -} -/* line 104, ../../../../vendor/assets/stylesheets/iugu-ux/components/default_table_view.sass */ -.mq-sm .default-table-view .dataset-buttons .navigator .table-dataset table { - height: 1000px; -} - /* line 1, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ -input[type="text"], input.string, input.password, input[type="email"], input[type="number"], input[type="url"], input[type="date"], input[type="datetime"], input[type="tel"], input[type="datetime"], input[type="month"], input[type="search"] { +input[type="text"], input.string, input.password, input[type="email"], input[type="number"], input[type="url"], input[type="date"], input[type="datetime"], input[type="tel"], input[type="datetime"], input[type="month"], input[type="search"], textarea { border: 2px solid #cccccc; padding-left: 12px; padding-right: 12px; height: 44px; - padding-top: 3px; font-size: 15px; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; outline: none; @@ -2158,36 +2055,52 @@ -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; } -/* line 15, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ -input[type="text"].failure, input.string.failure, input.password.failure, input[type="email"].failure, input[type="number"].failure, input[type="url"].failure, input[type="date"].failure, input[type="datetime"].failure, input[type="tel"].failure, input[type="datetime"].failure, input[type="month"].failure, input[type="search"].failure { +/* line 16, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ +input[type="text"].failure, input.string.failure, input.password.failure, input[type="email"].failure, input[type="number"].failure, input[type="url"].failure, input[type="date"].failure, input[type="datetime"].failure, input[type="tel"].failure, input[type="datetime"].failure, input[type="month"].failure, input[type="search"].failure, textarea.failure { border: 2px solid red; } -/* line 17, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ -input[type="text"].success, input.string.success, input.password.success, input[type="email"].success, input[type="number"].success, input[type="url"].success, input[type="date"].success, input[type="datetime"].success, input[type="tel"].success, input[type="datetime"].success, input[type="month"].success, input[type="search"].success { +/* line 18, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ +input[type="text"].success, input.string.success, input.password.success, input[type="email"].success, input[type="number"].success, input[type="url"].success, input[type="date"].success, input[type="datetime"].success, input[type="tel"].success, input[type="datetime"].success, input[type="month"].success, input[type="search"].success, textarea.success { border: 2px solid lime; } +/* line 21, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ +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 20, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ -input[type="date"] { +/* line 26, ../../../../vendor/assets/stylesheets/iugu-ux/components/input.sass */ +.mobile input[type="date"] { width: 120px; text-align: center; } -/* line 3, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 30, ../../../../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 3, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox_native, .combobox { display: inline-block; margin-bottom: 6px; } -/* line 7, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 7, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox { position: relative; } -/* line 10, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 10, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox a, .combobox a:visited { border: 2px solid #cccccc; font-size: 15px; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); @@ -2225,57 +2138,57 @@ -o-transition-duration: 0.1s; transition-duration: 0.1s; white-space: nowrap; text-decoration: none; } -/* line 41, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 41, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox a.selected, .combobox a:visited.selected { background: #ececec; } -/* line 44, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 44, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox > a, .combobox :visited { padding-right: 42px; background: white url(/assets/mobile-dropdown-arrow.png) no-repeat right 14px; } -/* line 48, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 48, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox ul { display: none; position: absolute; background: red; z-index: 1000; left: 0px; top: 44px; margin: 0px; padding: 0px; } -/* line 58, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 58, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox ul a { margin-bottom: 0px; display: block; width: 100%; text-align: left; } -/* line 64, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 64, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox.open > a { border-bottom: none; -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); } -/* line 67, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 67, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox.open ul { display: block; -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); } -/* line 71, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 71, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .combobox.open ul a:not(:last-child) { border-bottom: none; } -/* line 75, ../../../../vendor/assets/stylesheets/iugu-ux/components/combo_box.sass */ +/* line 75, ../../../../vendor/assets/stylesheets/iugu-ux/components/combobox.sass */ .mobile .combobox_native { display: inline-block; border: 2px solid #cccccc; padding-left: 12px; padding-right: 42px; @@ -2305,11 +2218,11 @@ display: inline-block; outline: none; cursor: pointer; } -/* line 1, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 1, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .checkbox, .switch { position: relative; cursor: pointer; display: inline-block; text-decoration: none; @@ -2334,11 +2247,11 @@ margin-bottom: 6px; overflow: hidden; display: inline-block; } -/* line 23, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 23, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .checkbox { width: 44px; height: 44px; background: none; color: #333333; @@ -2346,17 +2259,16 @@ -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; position: relative; - margin-bottom: 0px; } -/* line 32, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 31, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .checkbox:hover, .checkbox.selected { background: none; } -/* line 35, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 34, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .checkbox .outer_decorator { height: 32px; width: 32px; position: absolute; top: 6px; @@ -2369,13 +2281,13 @@ box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: white; - border: 3px solid #333333; + border: 3px solid #cccccc; } -/* line 46, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 45, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .checkbox .outer_decorator .inner_decorator { width: 16px; height: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; @@ -2384,41 +2296,46 @@ border-radius: 16px; box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - background: #333333; position: absolute; left: 5px; - top: 5px; + top: 7px; display: none; + font-size: 16px; } -/* line 57, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 56, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ +.checkbox .outer_decorator .inner_decorator span { + display: block; + text-align: center; +} +/* line 60, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .checkbox .outer_decorator .label_decorator_on, .checkbox .outer_decorator .label_decorator_off { display: none; } -/* line 62, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 65, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .checkbox.selected .outer_decorator .inner_decorator { display: block; } -/* line 65, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 68, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .switch { width: 88px; height: 44px; } -/* line 69, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 72, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .switch .outer_decorator { width: 88px; height: 44px; box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 2px solid #cccccc; } -/* line 76, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 79, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .switch .outer_decorator .inner_decorator { width: 44px; height: 44px; position: absolute; top: 0px; @@ -2436,34 +2353,131 @@ -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } -/* line 88, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 91, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ +.switch .outer_decorator .inner_decorator span { + display: none; +} +/* line 94, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .switch .outer_decorator .label_decorator_on, .switch .outer_decorator .label_decorator_off { position: absolute; z-index: 1; display: block; width: 44px; font-size: 11px; + font-weight: bold; line-height: 42px; height: 44px; - color: #999999; } -/* line 98, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 104, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .switch .outer_decorator .label_decorator_on { left: 0px; + color: #333333; } -/* line 101, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 108, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .switch .outer_decorator .label_decorator_off { right: 0px; + color: #999999; } -/* line 106, ../../../../vendor/assets/stylesheets/iugu-ux/components/check_box.sass */ +/* line 114, ../../../../vendor/assets/stylesheets/iugu-ux/components/checkbox.sass */ .switch.selected .outer_decorator .inner_decorator { left: 44px; } +/* line 1, ../../../../vendor/assets/stylesheets/iugu-ux/components/radio.sass */ +.radio { + position: relative; + cursor: pointer; + display: inline-block; + text-decoration: none; + text-align: center; + border-width: 0px; + margin: 0px; + text-transform: uppercase; + white-space: nowrap; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-touch-callout: none; + -webkit-border: none; + -webkit-margin: none; + vertical-align: top; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + margin-bottom: 6px; + overflow: hidden; + display: inline-block; + width: 44px; + height: 44px; + background: none; + color: #333333; + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; + position: relative; +} +/* line 30, ../../../../vendor/assets/stylesheets/iugu-ux/components/radio.sass */ +.radio:hover, .radio.selected { + background: none; +} +/* line 33, ../../../../vendor/assets/stylesheets/iugu-ux/components/radio.sass */ +.radio .outer_decorator { + height: 32px; + width: 32px; + position: absolute; + top: 6px; + left: 6px; + -webkit-border-radius: 32px; + -moz-border-radius: 32px; + -ms-border-radius: 32px; + -o-border-radius: 32px; + border-radius: 32px; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + background: white; +} +/* line 43, ../../../../vendor/assets/stylesheets/iugu-ux/components/radio.sass */ +.radio .outer_decorator .inner_decorator { + width: 16px; + height: 16px; + -webkit-border-radius: 16px; + -moz-border-radius: 16px; + -ms-border-radius: 16px; + -o-border-radius: 16px; + border-radius: 16px; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + background: white; + position: absolute; + left: 8px; + top: 8px; + display: block; + border: 3px solid #cccccc; +} +/* line 55, ../../../../vendor/assets/stylesheets/iugu-ux/components/radio.sass */ +.radio .outer_decorator .label_decorator_on, .radio .outer_decorator .label_decorator_off { + display: none; +} +/* line 60, ../../../../vendor/assets/stylesheets/iugu-ux/components/radio.sass */ +.radio.selected .outer_decorator .inner_decorator { + display: block; + background: #333333; + border: none; +} + /* line 3, ../../../../vendor/assets/stylesheets/iugu-ux/components/button.sass */ .desktop .button:hover { background: #cccccc; color: white; -webkit-transition-property: background; @@ -2820,31 +2834,32 @@ background-position: 0 -26px; width: 44px; height: 44px; } } -;TI"dependency_digest;F"%139a5e397988cc2d878d6df0c76ab491I"required_paths;F["e/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/iugu-ux-entry.sassI"dependency_paths;F[{I" path;F"]/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/reset.sassI" +;TI"dependency_digest;F"%509d954e1b3d5d89732d58ebc7884a97I"required_paths;F["e/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/iugu-ux-entry.sassI"dependency_paths;F[{I" path;F"]/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/reset.sassI" mtime;FI"2013-01-08T10:11:52-02:00;FI" digest;F"%b4136d54c2204052dc60b6cc5bbda90c{I" path;F"\/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/core.sassI" -mtime;FI"2013-06-29T10:31:30-03:00;FI" digest;F"%226056584be50ffff49537518e61bcca{I" path;F"a/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/variables.sassI" -mtime;FI"2013-07-01T15:53:30-03:00;FI" digest;F"%eb7c5b3e5ecb598c3daf59d1f99ca4ee{I" path;F"]/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iux/variables.sassI" -mtime;FI"2013-06-29T10:32:18-03:00;FI" digest;F"%6776f581a4329e299531e1d52aa59832{I" path;F"^/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%226056584be50ffff49537518e61bcca{I" path;F"a/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/variables.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%33067fd75e1df37bbd94dbc234dc9074{I" path;F"]/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iux/variables.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%6776f581a4329e299531e1d52aa59832{I" path;F"^/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sassI" mtime;FI"2012-06-29T23:01:31-03:00;FI" digest;F"%7d5db6c26f808136857e603c5938a5fb{I" path;F"i/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/adaptative-mixins.sassI" mtime;FI"2012-12-01T18:44:07-02:00;FI" digest;F"%21554a332a579d2fea7ff8ae5a2d0dd1{I" path;F"e/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/sprite-mixins.sassI" mtime;FI"2012-11-06T19:51:41-02:00;FI" digest;F"%40d08d473730a533039e454a6d7f08ec{I" path;F"a/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/utilities.sassI" mtime;FI"2012-06-30T00:55:48-03:00;FI" digest;F"%426ee552ad2aefea861259c55b937c01{I" path;F"b/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/typography.sassI" -mtime;FI"2013-07-01T18:09:16-03:00;FI" digest;F"%e57e629d673b0ba4585a29e1e7f43237{I" path;F"b/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components.sassI" -mtime;FI"2013-07-01T14:26:56-03:00;FI" digest;F"%d63f5461522124300cc63a9ebd46988b{I" path;F"l/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/container.sassI" -mtime;FI"2013-06-28T16:54:45-03:00;FI" digest;F"%1b6ac1505b280ee57fd29c13ef300b27{I" path;F"h/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/group.sassI" -mtime;FI"2013-06-28T17:19:16-03:00;FI" digest;F"%09e24869a75039594e6ba2f93ea50383{I" path;F"q/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/responsive_box.sassI" -mtime;FI"2013-07-01T11:27:07-03:00;FI" digest;F"%b9923fa1595afd152a2acf185fda2cdf{I" path;F"h/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/popup.sassI" -mtime;FI"2013-07-01T14:26:21-03:00;FI" digest;F"%7dca3fabdc038c46f72f5f76717bb21a{I" path;F"u/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/default_table_view.sassI" -mtime;FI"2013-06-30T10:39:06-03:00;FI" digest;F"%9203b0164c99e173b700bde42eca186c{I" path;F"h/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/input.sassI" -mtime;FI"2013-07-01T16:37:33-03:00;FI" digest;F"%893bdf09da39dfb145984d82ff6febbb{I" path;F"l/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/combo_box.sassI" -mtime;FI"2013-07-02T10:22:21-03:00;FI" digest;F"%59177b9d3086e8eb8c0cbe41cf108ab5{I" path;F"l/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/check_box.sassI" -mtime;FI"2013-07-01T10:43:22-03:00;FI" digest;F"%792a72fd51ebaa2bf0fdbbb1dc9ba8e0{I" path;F"i/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/button.sassI" -mtime;FI"2013-07-02T10:33:13-03:00;FI" digest;F"%45198b863908a3ecf88110c5b55372a2{I" path;F"i/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/notice.sassI" -mtime;FI"2013-06-29T12:20:02-03:00;FI" digest;F"%bebc3a551b98799b30ed09b00e40bf11{I" path;F"h/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/badge.sassI" -mtime;FI"2013-06-29T12:43:22-03:00;FI" digest;F"%1b131cb14296ef4d7daf7812cd78a364{I" path;F"^/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iux/components.sassI" -mtime;FI"2013-06-29T10:32:23-03:00;FI" digest;F"%6776f581a4329e299531e1d52aa59832{I" path;F"]/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/no-js.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%3e8ca9e0ddc7198355874c232da0048a{I" path;F"b/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%419243b6d6e68dbcdc6884736fc4ead9{I" path;F"g/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/view.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%7df0292f7f0953f5e26b72506229555e{I" path;F"l/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/container.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%4668e2b066456c3b2d5b28f3d5924163{I" path;F"h/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/group.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%9addf22b71763f34bca2a128e9259e0f{I" path;F"q/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/responsive_box.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%495903619e4b151b942213779cd743cc{I" path;F"h/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/popup.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%7dca3fabdc038c46f72f5f76717bb21a{I" path;F"h/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/input.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%ce59ed4aa4ae72782efa75f1170c9f10{I" path;F"k/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/combobox.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%59177b9d3086e8eb8c0cbe41cf108ab5{I" path;F"k/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/checkbox.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%53aa707f5db362d2f1ad9370b61fb777{I" path;F"h/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/radio.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%e0925dbd87c0cd165d5a707cd026162e{I" path;F"i/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/button.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%45198b863908a3ecf88110c5b55372a2{I" path;F"i/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/notice.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%bebc3a551b98799b30ed09b00e40bf11{I" path;F"h/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/components/badge.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%1b131cb14296ef4d7daf7812cd78a364{I" path;F"^/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iux/components.sassI" +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%6776f581a4329e299531e1d52aa59832{I" path;F"]/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/no-js.sassI" mtime;FI"2012-07-13T00:18:22-03:00;FI" digest;F"%98e8de8fa92e2c6b2199abb87433f2cd{I" path;F"c/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/iux-sprites.sassI" mtime;FI"2013-01-09T14:28:39-02:00;FI" digest;F"%5cf8799f6bee2b6fd4fdd584b99f6bc1{I" path;F"e/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/iugu-ux-entry.sassI" -mtime;FI"2013-06-29T10:31:52-03:00;FI" digest;F"%f553d3f3cb9419f40c74ee48fe39e7aaI" _version;F"%6776f581a4329e299531e1d52aa59832 +mtime;FI"2013-07-05T18:24:48-03:00;FI" digest;F"%f553d3f3cb9419f40c74ee48fe39e7aaI" _version;F"%6776f581a4329e299531e1d52aa59832 \ No newline at end of file