Thu Aug 1 16:38:01 CST 2019 Source Update...

This commit is contained in:
2019-08-01 16:38:01 +08:00
parent 99967cb1d6
commit ea0bd38cae
8 changed files with 84 additions and 65 deletions

View File

@@ -1,4 +1,21 @@
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic');*/
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
:root {
--blue-grey: #445368;
@@ -1104,7 +1121,7 @@ textarea {
z-index: 10;
}
.dapp-modal {
top: calc(50% - 210px);
top: calc(50% - 160px);
left: 20px;
right: 20px;
transform: none;
@@ -1272,7 +1289,7 @@ textarea {
transform: rotate(-45deg);
}
.modal__btns-wrap .btn {
margin: 0 15px;
margin: 0 5px;
padding: 14px 10px;
min-width: 125px;
}
@@ -2774,10 +2791,22 @@ iframe
.btn--float
.btn--setdapp
{
float: left;
width: 220px;
margin: 10px;
}
.dapp_desc
{
word-break: break-all;
}
@media (max-width: 600px)
{
.btn--setdapp
{
float: none;
}
}