sandbox/tmp/cache/assets/C91/150/sprockets%2F084d158b90125d3acd60b07300f3324a in iugu-ux-0.7.1 vs sandbox/tmp/cache/assets/C91/150/sprockets%2F084d158b90125d3acd60b07300f3324a in iugu-ux-0.8.0
- old
+ new
@@ -1,8 +1,8 @@
-o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1351285212.5362711 RD:@value"ø@{I"
-class:EFI"ProcessedAsset; FI"logical_path; FI"experiment.css; FI"
pathname; FI"1$root/app/assets/stylesheets/experiment.sass; FI"content_type; FI"
text/css; FI"
-mtime; FI"2012-10-08T14:33:15-03:00; FI"length; Fi~:I"digest; F"%7c28c16211bf759621fe45255fe0d99cI"source; FI"~:/* line 36, ../../app/assets/stylesheets/experiment.sass */
+o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1354508988.2621131 Æv:@value".@{I"
+class:EFI"ProcessedAsset; FI"logical_path; FI"experiment.css; TI"
pathname; FI"1$root/app/assets/stylesheets/experiment.sass; FI"content_type; FI"
text/css; FI"
+mtime; FI"2012-11-24T01:23:47-02:00; FI"length; Fi–9I"digest; F"%16c0dedc2457c8f0ddc2e70ef304ea87I"source; FI"–9/* line 36, ../../app/assets/stylesheets/experiment.sass */
html, body, #app {
height: 100%;
width: 100%;
position: relative;
-webkit-box-sizing: border-box;
@@ -36,11 +36,11 @@
border-left: 1px solid white;
border-top: 1px solid white;
border-right: 1px solid #ececec;
border-bottom: 1px solid #ececec;
}
-/* line 38, ../../../../../.rvm/gems/ruby-1.9.2-head/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
+/* line 38, ../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.ui-box:after {
content: "";
display: table;
clear: both;
}
@@ -78,11 +78,11 @@
.ui-box .content.handle-sidebar {
border-left: 1px solid #fefefe;
margin-left: 256px;
}
-@media only screen and (min-width: 769px) {
+@media only screen and (min-width: 768px) {
/* line 87, ../../app/assets/stylesheets/experiment.sass */
body {
padding: 20px;
background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 300, color-stop(0%, #4d7498), color-stop(100%, rgba(77, 116, 152, 0))), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(30%, #4d7498), color-stop(70%, #3c5a76));
background-image: -webkit-radial-gradient(top center, circle, #4d7498 0px, rgba(77, 116, 152, 0) 300px), -webkit-linear-gradient(bottom, #4d7498 30%, #3c5a76 70%);
@@ -122,68 +122,64 @@
-webkit-border-radius: 4px 4px;
-moz-border-radius: 4px / 4px;
border-radius: 4px / 4px;
}
-@media only screen and (max-width: 768px) {
+@media only screen and (max-width: 767px) {
/* line 97, ../../app/assets/stylesheets/experiment.sass */
body {
background: #3d3d3d;
}
/* line 102, ../../app/assets/stylesheets/experiment.sass */
.mobile .ui-box .content.handle-sidebar {
- -webkit-transform: translate3d(0, 0, 0);
- -moz-transform: translate3d(0, 0, 0);
- -ms-transform: translate3d(0, 0, 0);
- -o-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
+ -webkit-transform: translateZ(0px);
+ -moz-transform: translateZ(0px);
+ -ms-transform: translateZ(0px);
+ -o-transform: translateZ(0px);
+ transform: translateZ(0px);
}
- /* line 105, ../../app/assets/stylesheets/experiment.sass */
+ /* line 106, ../../app/assets/stylesheets/experiment.sass */
.ui-box {
border: none;
background: #3d3d3d;
}
- /* line 109, ../../app/assets/stylesheets/experiment.sass */
+ /* line 110, ../../app/assets/stylesheets/experiment.sass */
.ui-box .sidebar {
float: none;
position: absolute;
z-index: 1000;
width: 256px;
border: none;
background: #3d3d3d;
visibility: hidden;
- -webkit-transition-property: visibility, border, margin;
- -moz-transition-property: visibility, border, margin;
- -o-transition-property: visibility, border, margin;
- transition-property: visibility, border, margin;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
- /* line 121, ../../app/assets/stylesheets/experiment.sass */
+ /* line 122, ../../app/assets/stylesheets/experiment.sass */
.ui-box .content.handle-sidebar {
margin-left: 0px;
border-left: none;
z-index: 2000;
min-width: 320px;
- -webkit-transition-property: all;
- -moz-transition-property: all;
- -o-transition-property: all;
- transition-property: all;
- -webkit-transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-timing-function: ease;
- -moz-transition-timing-function: ease;
- -o-transition-timing-function: ease;
- transition-timing-function: ease;
+ -webkit-transition-property: -webkit-transform;
+ -moz-transition-property: -moz-transform;
+ -o-transition-property: -o-transform;
+ transition-property: transform;
+ -webkit-transition-duration: 300ms;
+ -moz-transition-duration: 300ms;
+ -o-transition-duration: 300ms;
+ transition-duration: 300ms;
+ -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 131, ../../app/assets/stylesheets/experiment.sass */
+ /* line 133, ../../app/assets/stylesheets/experiment.sass */
.ui-box .content {
background: top, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(44px, #f4f4f4), color-stop(100%, #ececec));
background: top, -webkit-linear-gradient(#f4f4f4 44px, #ececec);
background: top, -moz-linear-gradient(#f4f4f4 44px, #ececec);
background: top, -o-linear-gradient(#f4f4f4 44px, #ececec);
@@ -197,11 +193,11 @@
border-bottom: 1px solid #ececec;
-webkit-border-radius: 4px 4px;
-moz-border-radius: 4px / 4px;
border-radius: 4px / 4px;
}
- /* line 141, ../../app/assets/stylesheets/experiment.sass */
+ /* line 143, ../../app/assets/stylesheets/experiment.sass */
.ui-box .content.handle-sidebar .small-navigation {
display: block;
height: 44px;
position: relative;
background: #5282bc;
@@ -220,11 +216,11 @@
border-left: 1px solid #779dca;
border-top: 1px solid #779dca;
border-right: 1px solid #5282bc;
border-bottom: 1px solid #04070b;
}
- /* line 157, ../../app/assets/stylesheets/experiment.sass */
+ /* line 159, ../../app/assets/stylesheets/experiment.sass */
.ui-box .content.handle-sidebar .small-navigation .toggle-sidebar {
display: block;
width: 44px;
height: 44px;
cursor: pointer;
@@ -232,23 +228,23 @@
top: 0px;
left: 0px;
z-index: 10;
}
- /* line 167, ../../app/assets/stylesheets/experiment.sass */
+ /* line 169, ../../app/assets/stylesheets/experiment.sass */
.desktop .open, .mobile .open {
border: none;
}
- /* line 169, ../../app/assets/stylesheets/experiment.sass */
+ /* line 171, ../../app/assets/stylesheets/experiment.sass */
.desktop .open .content.handle-sidebar, .mobile .open .content.handle-sidebar {
- -webkit-transform: translate3d(256px, 0, 0);
- -moz-transform: translate3d(256px, 0, 0);
- -ms-transform: translate3d(256px, 0, 0);
- -o-transform: translate3d(256px, 0, 0);
- transform: translate3d(256px, 0, 0);
+ -webkit-transform: translateX(256px);
+ -moz-transform: translateX(256px);
+ -ms-transform: translateX(256px);
+ -o-transform: translateX(256px);
+ transform: translateX(256px);
}
- /* line 172, ../../app/assets/stylesheets/experiment.sass */
+ /* line 175, ../../app/assets/stylesheets/experiment.sass */
.desktop .open .sidebar, .mobile .open .sidebar {
display: block;
visibility: visible;
margin: 1px;
-webkit-transition-property: border;
@@ -265,59 +261,55 @@
.mq-sm body {
background: #3d3d3d;
}
/* line 102, ../../app/assets/stylesheets/experiment.sass */
.mq-sm .mobile .ui-box .content.handle-sidebar {
- -webkit-transform: translate3d(0, 0, 0);
- -moz-transform: translate3d(0, 0, 0);
- -ms-transform: translate3d(0, 0, 0);
- -o-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
+ -webkit-transform: translateZ(0px);
+ -moz-transform: translateZ(0px);
+ -ms-transform: translateZ(0px);
+ -o-transform: translateZ(0px);
+ transform: translateZ(0px);
}
-/* line 105, ../../app/assets/stylesheets/experiment.sass */
+/* line 106, ../../app/assets/stylesheets/experiment.sass */
.mq-sm .ui-box {
border: none;
background: #3d3d3d;
}
-/* line 109, ../../app/assets/stylesheets/experiment.sass */
+/* line 110, ../../app/assets/stylesheets/experiment.sass */
.mq-sm .ui-box .sidebar {
float: none;
position: absolute;
z-index: 1000;
width: 256px;
border: none;
background: #3d3d3d;
visibility: hidden;
- -webkit-transition-property: visibility, border, margin;
- -moz-transition-property: visibility, border, margin;
- -o-transition-property: visibility, border, margin;
- transition-property: visibility, border, margin;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
-/* line 121, ../../app/assets/stylesheets/experiment.sass */
+/* line 122, ../../app/assets/stylesheets/experiment.sass */
.mq-sm .ui-box .content.handle-sidebar {
margin-left: 0px;
border-left: none;
z-index: 2000;
min-width: 320px;
- -webkit-transition-property: all;
- -moz-transition-property: all;
- -o-transition-property: all;
- transition-property: all;
- -webkit-transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-timing-function: ease;
- -moz-transition-timing-function: ease;
- -o-transition-timing-function: ease;
- transition-timing-function: ease;
+ -webkit-transition-property: -webkit-transform;
+ -moz-transition-property: -moz-transform;
+ -o-transition-property: -o-transform;
+ transition-property: transform;
+ -webkit-transition-duration: 300ms;
+ -moz-transition-duration: 300ms;
+ -o-transition-duration: 300ms;
+ transition-duration: 300ms;
+ -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 131, ../../app/assets/stylesheets/experiment.sass */
+/* line 133, ../../app/assets/stylesheets/experiment.sass */
.mq-sm .ui-box .content {
background: top, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(44px, #f4f4f4), color-stop(100%, #ececec));
background: top, -webkit-linear-gradient(#f4f4f4 44px, #ececec);
background: top, -moz-linear-gradient(#f4f4f4 44px, #ececec);
background: top, -o-linear-gradient(#f4f4f4 44px, #ececec);
@@ -331,11 +323,11 @@
border-bottom: 1px solid #ececec;
-webkit-border-radius: 4px 4px;
-moz-border-radius: 4px / 4px;
border-radius: 4px / 4px;
}
-/* line 141, ../../app/assets/stylesheets/experiment.sass */
+/* line 143, ../../app/assets/stylesheets/experiment.sass */
.mq-sm .ui-box .content.handle-sidebar .small-navigation {
display: block;
height: 44px;
position: relative;
background: #5282bc;
@@ -354,34 +346,34 @@
border-left: 1px solid #779dca;
border-top: 1px solid #779dca;
border-right: 1px solid #5282bc;
border-bottom: 1px solid #04070b;
}
-/* line 157, ../../app/assets/stylesheets/experiment.sass */
+/* line 159, ../../app/assets/stylesheets/experiment.sass */
.mq-sm .ui-box .content.handle-sidebar .small-navigation .toggle-sidebar {
display: block;
width: 44px;
height: 44px;
cursor: pointer;
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
}
-/* line 167, ../../app/assets/stylesheets/experiment.sass */
+/* line 169, ../../app/assets/stylesheets/experiment.sass */
.mq-sm .desktop .open, .mq-sm .mobile .open {
border: none;
}
-/* line 169, ../../app/assets/stylesheets/experiment.sass */
+/* line 171, ../../app/assets/stylesheets/experiment.sass */
.mq-sm .desktop .open .content.handle-sidebar, .mq-sm .mobile .open .content.handle-sidebar {
- -webkit-transform: translate3d(256px, 0, 0);
- -moz-transform: translate3d(256px, 0, 0);
- -ms-transform: translate3d(256px, 0, 0);
- -o-transform: translate3d(256px, 0, 0);
- transform: translate3d(256px, 0, 0);
+ -webkit-transform: translateX(256px);
+ -moz-transform: translateX(256px);
+ -ms-transform: translateX(256px);
+ -o-transform: translateX(256px);
+ transform: translateX(256px);
}
-/* line 172, ../../app/assets/stylesheets/experiment.sass */
+/* line 175, ../../app/assets/stylesheets/experiment.sass */
.mq-sm .desktop .open .sidebar, .mq-sm .mobile .open .sidebar {
display: block;
visibility: visible;
margin: 1px;
-webkit-transition-property: border;
@@ -391,12 +383,12 @@
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
-; FI"dependency_digest; F"%c218a0de00d27dfb417596da6a2a7230I"required_paths; F[I"1$root/app/assets/stylesheets/experiment.sass; FI"dependency_paths; F[{I" path; FI"V/home/patrick/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/core.sass; FI"
-mtime; FI"2012-10-03T15:25:27-03:00; FI"digest; F"%a942fe7f7e9c27d55aad7fbff3d2eb12{I" path; FI"[/home/patrick/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/variables.sass; FI"
-mtime; FI"2012-08-01T11:25:31-03:00; FI"digest; F"%1b2f9cfc84dec6819c0f692c68a03c74{I" path; FI"X/home/patrick/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass; FI"
-mtime; FI"2012-08-01T11:25:31-03:00; FI"digest; F"%67d4c23e317dfd6fc7e22622b9acd5e2{I" path; FI"c/home/patrick/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/adaptative-mixins.sass; FI"
-mtime; FI"2012-10-26T16:09:03-02:00; FI"digest; F"%c14d8539b1350e2e2b17315afadc7891{I" path; FI"_/home/patrick/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/sprite-mixins.sass; FI"
-mtime; FI"2012-10-26T13:42:32-02:00; FI"digest; F"%c39576746d8dec8217d7acdabc86db6f{I" path; FI"1$root/app/assets/stylesheets/experiment.sass; FI"
-mtime; FI"2012-10-08T14:33:15-03:00; FI"digest; F"%2fc299b3482b25bc4472d9840e770a9aI"
_version; F"%9f3b95dd7ea3030dc35985c0a8020862
+; FI"dependency_digest; F"%9f2193ca185c04d06ce06a62ae3f0f2dI"required_paths; F[I"1$root/app/assets/stylesheets/experiment.sass; FI"dependency_paths; F[{I" path; FI"\/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/core.sass; FI"
+mtime; FI"2012-10-02T21:45:03-03:00; FI"digest; F"%a942fe7f7e9c27d55aad7fbff3d2eb12{I" path; FI"a/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/variables.sass; FI"
+mtime; FI"2012-06-25T00:02:44-03:00; FI"digest; F"%1b2f9cfc84dec6819c0f692c68a03c74{I" path; FI"^/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/mixins.sass; FI"
+mtime; FI"2012-06-29T23:01:31-03:00; FI"digest; F"%67d4c23e317dfd6fc7e22622b9acd5e2{I" path; FI"i/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/adaptative-mixins.sass; FI"
+mtime; FI"2012-12-01T18:44:07-02:00; FI"digest; F"%f14b6d0f16a04f19ff9bb5580c275de7{I" path; FI"e/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/stylesheets/iugu-ux/sprite-mixins.sass; FI"
+mtime; FI"2012-11-06T19:51:41-02:00; FI"digest; F"%5bf22eb1c9969dc5c0b1acfb17256911{I" path; FI"1$root/app/assets/stylesheets/experiment.sass; FI"
+mtime; FI"2012-11-24T01:23:47-02:00; FI"digest; F"%cc77ccc684d3bf5e18e6c45a51cfef1eI"
_version; F"%9f3b95dd7ea3030dc35985c0a8020862
\ No newline at end of file