Widget: Clear CTA in active-cart message

This commit is contained in:
Raphael Michel
2018-08-09 15:40:09 +02:00
parent 5047e48de5
commit 79e6216669
2 changed files with 16 additions and 8 deletions

View File

@@ -93,6 +93,10 @@
min-height: 208px;
border-radius: $input-border-radius;
.pretix-widget-resume-button {
float: right;
margin-left: 10px;
}
.pretix-widget-clickable {
cursor: pointer;
@@ -100,11 +104,11 @@
.pretix-widget-info-message {
padding: 10px;
text-align: center;
text-align: left;
margin: 10px 0;
background-color: $alert-info-bg;
border-color: $alert-info-border;
color: $alert-info-text;
background-color: white;
border: 2px solid $brand-info;
color: $brand-info;
border-radius: $alert-border-radius;
}