fix subheader & camera on send
This commit is contained in:
parent
9409b183fd
commit
c7573b6e2f
4 changed files with 27 additions and 28 deletions
|
|
@ -49,17 +49,17 @@ h4 {
|
|||
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
|
||||
background: #fff;
|
||||
padding: 0.8rem;
|
||||
text-transform: uppercase;
|
||||
color: #2C3E50;
|
||||
font-weight: 700;
|
||||
font-size: 0.7rem;
|
||||
color: #4B6178;
|
||||
font-weight: 500;
|
||||
font-size: 0.75rem;
|
||||
text-align: center;
|
||||
line-height: 1.5;
|
||||
min-height: 62px;
|
||||
}
|
||||
|
||||
h4.title a {
|
||||
text-transform: none;
|
||||
font-weight: 400;
|
||||
padding: 7px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -219,16 +219,19 @@ _:-ms-fullscreen, :root .main {
|
|||
}
|
||||
|
||||
.camera-icon a {
|
||||
background: #4B6178;
|
||||
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
|
||||
color: #fff;
|
||||
display: block;
|
||||
position: absolute;
|
||||
background: #333;
|
||||
border: 1px solid #666;
|
||||
padding: 15px 17px;
|
||||
border-radius: 100%;
|
||||
top: -43px;
|
||||
top: -40px;
|
||||
right: 15px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.send .camera-icon a {
|
||||
top: 32px;
|
||||
}
|
||||
|
||||
.copayers {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue