@@ -5860,10 +5860,21 @@ meter {
58605860 right : auto;
58615861 bottom : auto;
58625862 left : auto; }
5863- .small-grid-block .panel : not (.is-active ) {
5864- display : none; }
5865- .small-grid-block .panel : not (.is-active ).ng-enter .ng-enter-active , .small-grid-block .panel : not (.is-active ).ng-leave .ng-leave-active {
5866- position : absolute; }
5863+ .small-grid-block .panel : not (.is-active ).ng-enter .ng-enter-active , .small-grid-block .panel : not (.is-active ).ng-leave .ng-leave-active {
5864+ position : absolute; }
5865+ .small-grid-block .panel : not (.is-active ): not (.ng-enter ): not (.ng-enter-active ): not (.ng-leave ): not (.ng-leave-active ) {
5866+ -webkit-transform : none;
5867+ transform : none;
5868+ position : relative;
5869+ width : auto;
5870+ height : auto;
5871+ z-index : auto;
5872+ box-shadow : none;
5873+ background : transparent;
5874+ top : auto;
5875+ right : auto;
5876+ bottom : auto;
5877+ left : auto; }
58675878
58685879.small-grid-content {
58695880 display : block;
@@ -5948,10 +5959,21 @@ meter {
59485959 right : auto;
59495960 bottom : auto;
59505961 left : auto; }
5951- .medium-grid-block .panel : not (.is-active ) {
5952- display : none; }
5953- .medium-grid-block .panel : not (.is-active ).ng-enter .ng-enter-active , .medium-grid-block .panel : not (.is-active ).ng-leave .ng-leave-active {
5954- position : absolute; } }
5962+ .medium-grid-block .panel : not (.is-active ).ng-enter .ng-enter-active , .medium-grid-block .panel : not (.is-active ).ng-leave .ng-leave-active {
5963+ position : absolute; }
5964+ .medium-grid-block .panel : not (.is-active ): not (.ng-enter ): not (.ng-enter-active ): not (.ng-leave ): not (.ng-leave-active ) {
5965+ -webkit-transform : none;
5966+ transform : none;
5967+ position : relative;
5968+ width : auto;
5969+ height : auto;
5970+ z-index : auto;
5971+ box-shadow : none;
5972+ background : transparent;
5973+ top : auto;
5974+ right : auto;
5975+ bottom : auto;
5976+ left : auto; } }
59555977
59565978@media only screen and (min-width : 40em ) {
59575979 .medium-grid-content {
@@ -6037,10 +6059,21 @@ meter {
60376059 right : auto;
60386060 bottom : auto;
60396061 left : auto; }
6040- .large-grid-block .panel : not (.is-active ) {
6041- display : none; }
6042- .large-grid-block .panel : not (.is-active ).ng-enter .ng-enter-active , .large-grid-block .panel : not (.is-active ).ng-leave .ng-leave-active {
6043- position : absolute; } }
6062+ .large-grid-block .panel : not (.is-active ).ng-enter .ng-enter-active , .large-grid-block .panel : not (.is-active ).ng-leave .ng-leave-active {
6063+ position : absolute; }
6064+ .large-grid-block .panel : not (.is-active ): not (.ng-enter ): not (.ng-enter-active ): not (.ng-leave ): not (.ng-leave-active ) {
6065+ -webkit-transform : none;
6066+ transform : none;
6067+ position : relative;
6068+ width : auto;
6069+ height : auto;
6070+ z-index : auto;
6071+ box-shadow : none;
6072+ background : transparent;
6073+ top : auto;
6074+ right : auto;
6075+ bottom : auto;
6076+ left : auto; } }
60446077
60456078@media only screen and (min-width : 75em ) {
60466079 .large-grid-content {
0 commit comments