Sat Jul 20 14:20:10 CST 2019 Source Update...
This commit is contained in:
@@ -20,6 +20,7 @@ body {
|
||||
main {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
||||
*,
|
||||
@@ -207,9 +208,14 @@ textarea {
|
||||
}
|
||||
|
||||
.header {
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
width: 100%;
|
||||
background: linear-gradient(270deg, #3D4C61 0%, #445368 100%);
|
||||
color: #fff;
|
||||
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
|
||||
|
||||
/*position: fixed; top: 0;*/
|
||||
}
|
||||
.header__wrapper {
|
||||
display: flex;
|
||||
@@ -1738,6 +1744,9 @@ td.hash {
|
||||
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.main {
|
||||
padding-top: 60px;
|
||||
}
|
||||
.main-logo {
|
||||
width: 125px;
|
||||
height: 30px;
|
||||
@@ -1845,12 +1854,11 @@ td.hash {
|
||||
position: absolute;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
bottom: -38px;
|
||||
right: 7px;
|
||||
right: 165px;
|
||||
width: 60px;
|
||||
border-radius: 3px;
|
||||
background: transparent;
|
||||
color: var(--blue-grey);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.white-select {
|
||||
display: block;
|
||||
@@ -2107,6 +2115,13 @@ td.hash {
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 768px) and (max-width: 800px) {
|
||||
.header__nav {
|
||||
margin-right: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (max-width: 960px) {
|
||||
/* .prod-card--line:hover {
|
||||
@@ -2211,7 +2226,7 @@ td.hash {
|
||||
margin-left: 0;
|
||||
}
|
||||
.header__right select {
|
||||
right: 37px;
|
||||
right: 207px;
|
||||
}
|
||||
.send-page__send-btn-wrp {
|
||||
max-width: 100%;
|
||||
@@ -2438,7 +2453,7 @@ td.hash {
|
||||
margin-right: 18px;
|
||||
}
|
||||
.header__right select {
|
||||
right: 10px;
|
||||
right: 190px;
|
||||
}
|
||||
.accounts-info__add .key-field {
|
||||
min-width: 920px;
|
||||
|
||||
Reference in New Issue
Block a user