better complete checkout message

This commit is contained in:
2021-06-21 16:47:53 +02:00
parent 580d6f9059
commit a250ede8c8
9 changed files with 59 additions and 15 deletions

View File

@ -2617,6 +2617,27 @@ article.card{
font-size: 1.323em;
}
}
#edit-completion-message{
p.welcom{
font-size: 1.512em;
}
p.base{
a{
@include btn;
background-color: $color-base;
color: #fff;
font-size: 1.134em;
}
}
p.order{
}
}
#edit-order-summary{
background-color: $color-showrooms;
padding:1em;
}
}
}