fix modal tx details
This commit is contained in:
parent
373d7c4286
commit
47f5a346bc
1 changed files with 4 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ h4.title a {
|
|||
}
|
||||
|
||||
|
||||
.preferences h4 {
|
||||
.preferences h4, .modal-content h4 {
|
||||
background: #F6F7F9;
|
||||
padding: 25px 0px 5px 20px;
|
||||
text-transform: uppercase;
|
||||
|
|
@ -85,7 +85,7 @@ h4.title a {
|
|||
}
|
||||
|
||||
|
||||
.preferences ul {
|
||||
.preferences ul, .modal-content ul {
|
||||
font-size:14px;
|
||||
background: white;
|
||||
}
|
||||
|
|
@ -623,6 +623,8 @@ input[type=number]::-webkit-outer-spin-button {
|
|||
}
|
||||
|
||||
.header-modal {
|
||||
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
padding: 0.8rem;
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue