commit
80a26411a7
6 changed files with 307 additions and 354 deletions
|
|
@ -218,7 +218,7 @@ header .alt-currency {
|
|||
width: 30px;
|
||||
float: right;
|
||||
background-color: #23C9A9;
|
||||
padding: 22px 6px;
|
||||
padding: 16px 6px;
|
||||
color: #B6E9DF;
|
||||
}
|
||||
|
||||
|
|
@ -401,7 +401,7 @@ table.last-transactions-content {
|
|||
padding: 0;
|
||||
border: 0;
|
||||
background-color: #F8F8FB;
|
||||
margin: 15px 0;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-status {
|
||||
|
|
@ -438,9 +438,8 @@ table.last-transactions-content {
|
|||
|
||||
.private-message {
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 5px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #fff;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.header-message {
|
||||
|
|
@ -466,19 +465,18 @@ table.last-transactions-content {
|
|||
}
|
||||
|
||||
.send-note {
|
||||
font-style: italic;
|
||||
color: gray;
|
||||
background-color: #EDEDF5;
|
||||
padding: 1.5rem;
|
||||
width: 400px;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.box-note {
|
||||
text-align: center;
|
||||
clear: both;
|
||||
font-style: italic;
|
||||
color: gray;
|
||||
margin-bottom: 10px;
|
||||
.send-note p {
|
||||
margin-bottom: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.send-note b {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
a.button-setup.add-wallet {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
vertical-align: middle;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue