better pricing->loggin->checkoutflow transition

This commit is contained in:
2021-07-07 11:02:09 +02:00
parent 8cd3b9bfea
commit afa81b4a6f
7 changed files with 16 additions and 5 deletions

View File

@@ -2232,6 +2232,11 @@ article.card{
display: flex;
flex-flow: row nowrap;
&.loading{
transition: all 0.3s ease-in-out;
opacity: 0.5;
}
article.product,
.views-row{
flex:0 0 33%;