fixed home commerce buttons

This commit is contained in:
2021-07-07 16:14:12 +02:00
parent 9e3cffa291
commit 8c8fa6c2b9
7 changed files with 12 additions and 10 deletions

View File

@@ -738,6 +738,12 @@ aside.messages{
// }
// }
#main-content.loading{
transition: all 0.3s ease-in-out;
opacity: 0.5;
pointer-events: none;
}
// ___ _ _ _ __ _
// / __|___ _ _| |_ ___ _ _| |_ ___| | ___ / _| |_
@@ -2232,11 +2238,6 @@ 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%;