remove unused class and fix layout when use payment url
This commit is contained in:
parent
8b3a7fb074
commit
72c5f60a18
2 changed files with 5 additions and 18 deletions
|
|
@ -81,7 +81,7 @@ header .alt-currency {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.panel h3, .box-setup h3 {
|
||||
.panel h3 {
|
||||
font-weight: 700;
|
||||
font-size: 16px;
|
||||
color: #2C3E50;
|
||||
|
|
@ -362,13 +362,6 @@ a:hover {
|
|||
color: #8597A7;
|
||||
}
|
||||
|
||||
.box-setup {
|
||||
margin-bottom: 1rem;
|
||||
padding: 1.3rem;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.box-setup-footer {
|
||||
overflow: hidden;
|
||||
margin-top: 1rem;
|
||||
|
|
@ -1425,18 +1418,12 @@ a.text-warning:hover {color: #FD7262;}
|
|||
background-color: #1ABC9C;
|
||||
}
|
||||
|
||||
.box-setup .panel {
|
||||
.panel {
|
||||
background-color: #2C3E50;
|
||||
padding: 1rem;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.box-setup h1 {
|
||||
font-size: 16px;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.panel qrcode {
|
||||
background-color: white;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue