remove unused class and fix layout when use payment url

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-09 09:03:26 -03:00
commit 72c5f60a18
2 changed files with 5 additions and 18 deletions

View file

@ -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;
}