|
|
|
@charset "UTF-8";
|
|
|
|
/*
|
|
|
|
ITCSS
|
|
|
|
|
|
|
|
http://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528
|
|
|
|
https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
Variables
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
Colors
|
|
|
|
http://chir.ag/projects/name-that-color
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
Z-Indicies
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
Z Indicies - Current
|
|
|
|
app - 11
|
|
|
|
hex/bn as decimal input - 1 - remove?
|
|
|
|
dropdown - 11
|
|
|
|
loading - 10 - higher?
|
|
|
|
mascot - 0 - remove?
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
Responsive Breakpoints
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import url('/fonts/Font_Awesome/font-awesome.min.css');
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 100;
|
|
|
|
src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.ttf') format('ttf');
|
|
|
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
|
|
}
|
|
|
|
/* cyrillic */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 100;
|
|
|
|
src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.ttf') format('ttf');
|
|
|
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
|
|
}
|
|
|
|
/* greek-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 100;
|
|
|
|
src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.ttf') format('ttf');
|
|
|
|
unicode-range: U+1F00-1FFF;
|
|
|
|
}
|
|
|
|
/* greek */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 100;
|
|
|
|
src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.ttf') format('ttf');
|
|
|
|
unicode-range: U+0370-03FF;
|
|
|
|
}
|
|
|
|
/* vietnamese */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 100;
|
|
|
|
src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.ttf') format('ttf');
|
|
|
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
|
|
}
|
|
|
|
/* latin-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 100;
|
|
|
|
src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.ttf') format('ttf');
|
|
|
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
|
|
}
|
|
|
|
/* latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 100;
|
|
|
|
src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.ttf') format('ttf');
|
|
|
|
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-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.ttf') format('ttf');
|
|
|
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
|
|
}
|
|
|
|
/* cyrillic */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.ttf') format('ttf');
|
|
|
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
|
|
}
|
|
|
|
/* greek-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.ttf') format('ttf');
|
|
|
|
unicode-range: U+1F00-1FFF;
|
|
|
|
}
|
|
|
|
/* greek */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.ttf') format('ttf');
|
|
|
|
unicode-range: U+0370-03FF;
|
|
|
|
}
|
|
|
|
/* vietnamese */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.ttf') format('ttf');
|
|
|
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
|
|
}
|
|
|
|
/* latin-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.ttf') format('ttf');
|
|
|
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
|
|
}
|
|
|
|
/* latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.ttf') format('ttf');
|
|
|
|
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-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.ttf') format('ttf');
|
|
|
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
|
|
}
|
|
|
|
/* cyrillic */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.ttf') format('ttf');
|
|
|
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
|
|
}
|
|
|
|
/* greek-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.ttf') format('ttf');
|
|
|
|
unicode-range: U+1F00-1FFF;
|
|
|
|
}
|
|
|
|
/* greek */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.ttf') format('ttf');
|
|
|
|
unicode-range: U+0370-03FF;
|
|
|
|
}
|
|
|
|
/* vietnamese */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.ttf') format('ttf');
|
|
|
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
|
|
}
|
|
|
|
/* latin-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.ttf') format('ttf');
|
|
|
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
|
|
}
|
|
|
|
/* latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.ttf') format('ttf');
|
|
|
|
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-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.ttf') format('ttf');
|
|
|
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
|
|
}
|
|
|
|
/* cyrillic */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.ttf') format('ttf');
|
|
|
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
|
|
}
|
|
|
|
/* greek-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.ttf') format('ttf');
|
|
|
|
unicode-range: U+1F00-1FFF;
|
|
|
|
}
|
|
|
|
/* greek */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.ttf') format('ttf');
|
|
|
|
unicode-range: U+0370-03FF;
|
|
|
|
}
|
|
|
|
/* vietnamese */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.ttf') format('ttf');
|
|
|
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
|
|
}
|
|
|
|
/* latin-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.ttf') format('ttf');
|
|
|
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
|
|
}
|
|
|
|
/* latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.ttf') format('ttf');
|
|
|
|
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-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.ttf') format('ttf');
|
|
|
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
|
|
}
|
|
|
|
/* cyrillic */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.ttf') format('ttf');
|
|
|
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
|
|
}
|
|
|
|
/* greek-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.ttf') format('ttf');
|
|
|
|
unicode-range: U+1F00-1FFF;
|
|
|
|
}
|
|
|
|
/* greek */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.ttf') format('ttf');
|
|
|
|
unicode-range: U+0370-03FF;
|
|
|
|
}
|
|
|
|
/* vietnamese */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.ttf') format('ttf');
|
|
|
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
|
|
}
|
|
|
|
/* latin-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.ttf') format('ttf');
|
|
|
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
|
|
}
|
|
|
|
/* latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.ttf') format('ttf');
|
|
|
|
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-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 900;
|
|
|
|
src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto/Roboto-Black.ttf') format('ttf');
|
|
|
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
|
|
}
|
|
|
|
/* cyrillic */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 900;
|
|
|
|
src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto/Roboto-Black.ttf') format('ttf');
|
|
|
|
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
|
|
}
|
|
|
|
/* greek-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 900;
|
|
|
|
src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto/Roboto-Black.ttf') format('ttf');
|
|
|
|
unicode-range: U+1F00-1FFF;
|
|
|
|
}
|
|
|
|
/* greek */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 900;
|
|
|
|
src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto/Roboto-Black.ttf') format('ttf');
|
|
|
|
unicode-range: U+0370-03FF;
|
|
|
|
}
|
|
|
|
/* vietnamese */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 900;
|
|
|
|
src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto/Roboto-Black.ttf') format('ttf');
|
|
|
|
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
|
|
}
|
|
|
|
/* latin-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 900;
|
|
|
|
src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto/Roboto-Black.ttf') format('ttf');
|
|
|
|
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
|
|
}
|
|
|
|
/* latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 900;
|
|
|
|
src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto/Roboto-Black.ttf') format('ttf');
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Montserrat Regular';
|
|
|
|
src: url("/fonts/Montserrat/Montserrat-Regular.woff") format("woff");
|
|
|
|
src: url("/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 'small'; }
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Montserrat Bold';
|
|
|
|
src: url("/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
|
|
|
|
src: url("/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal; }
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Montserrat Light';
|
|
|
|
src: url("/fonts/Montserrat/Montserrat-Light.woff") format("woff");
|
|
|
|
src: url("/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal; }
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Montserrat UltraLight';
|
|
|
|
src: url("/fonts/Montserrat/Montserrat-UltraLight.woff") format("woff");
|
|
|
|
src: url("/fonts/Montserrat/Montserrat-UltraLight.ttf") format("truetype");
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal; }
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'DIN OT';
|
|
|
|
src: url("/fonts/DIN_OT/DINOT-2.otf") format("opentype");
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal; }
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'DIN OT Light';
|
|
|
|
src: url("/fonts/DIN_OT/DINOT-2.otf") format("opentype");
|
|
|
|
font-weight: 200;
|
|
|
|
font-style: normal; }
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'DIN NEXT';
|
|
|
|
src: url("/fonts/DIN NEXT/DIN NEXT W01 Regular.otf") format("opentype");
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal; }
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'DIN NEXT Light';
|
|
|
|
src: url("/fonts/DIN NEXT/DIN NEXT W10 Light.otf") format("opentype");
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal; }
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Lato';
|
|
|
|
src: url("/fonts/Lato/Lato-Regular.ttf") format("truetype");
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
Utility Classes
|
|
|
|
*/
|
|
|
|
/* color */
|
|
|
|
.color-orange {
|
|
|
|
color: #f7861c; }
|
|
|
|
|
|
|
|
.color-forest {
|
|
|
|
color: #0a5448; }
|
|
|
|
|
|
|
|
/* lib */
|
|
|
|
.full-size {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
.full-width {
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
.full-flex-height {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column; }
|
|
|
|
|
|
|
|
.full-height {
|
|
|
|
height: 100%; }
|
|
|
|
|
|
|
|
.flex-column {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column; }
|
|
|
|
|
|
|
|
.space-between {
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between; }
|
|
|
|
|
|
|
|
.space-around {
|
|
|
|
-ms-flex-pack: distribute;
|
|
|
|
justify-content: space-around; }
|
|
|
|
|
|
|
|
.flex-column-bottom {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: reverse;
|
|
|
|
-ms-flex-direction: column-reverse;
|
|
|
|
flex-direction: column-reverse; }
|
|
|
|
|
|
|
|
.flex-row {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row; }
|
|
|
|
|
|
|
|
.flex-space-between {
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between; }
|
|
|
|
|
|
|
|
.flex-space-around {
|
|
|
|
-ms-flex-pack: distribute;
|
|
|
|
justify-content: space-around; }
|
|
|
|
|
|
|
|
.flex-right {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
-ms-flex-pack: end;
|
|
|
|
justify-content: flex-end; }
|
|
|
|
|
|
|
|
.flex-left {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start; }
|
|
|
|
|
|
|
|
.flex-fixed {
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: none;
|
|
|
|
flex: none; }
|
|
|
|
|
|
|
|
.flex-basis-auto {
|
|
|
|
-ms-flex-preferred-size: auto;
|
|
|
|
flex-basis: auto; }
|
|
|
|
|
|
|
|
.flex-grow {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto; }
|
|
|
|
|
|
|
|
.flex-wrap {
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap; }
|
|
|
|
|
|
|
|
.flex-center {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.flex-justify-center {
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center; }
|
|
|
|
|
|
|
|
.flex-align-center {
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.flex-self-end {
|
|
|
|
-ms-flex-item-align: end;
|
|
|
|
align-self: flex-end; }
|
|
|
|
|
|
|
|
.flex-self-stretch {
|
|
|
|
-ms-flex-item-align: stretch;
|
|
|
|
align-self: stretch; }
|
|
|
|
|
|
|
|
.flex-vertical {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column; }
|
|
|
|
|
|
|
|
.z-bump {
|
|
|
|
z-index: 1; }
|
|
|
|
|
|
|
|
.select-none {
|
|
|
|
cursor: inherit;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none; }
|
|
|
|
|
|
|
|
.pointer {
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.cursor-pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-transform-origin: center center;
|
|
|
|
transform-origin: center center;
|
|
|
|
-webkit-transition: -webkit-transform 50ms ease-in-out;
|
|
|
|
transition: -webkit-transform 50ms ease-in-out;
|
|
|
|
transition: transform 50ms ease-in-out;
|
|
|
|
transition: transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out; }
|
|
|
|
|
|
|
|
.cursor-pointer:hover {
|
|
|
|
-webkit-transform: scale(1.1);
|
|
|
|
transform: scale(1.1); }
|
|
|
|
|
|
|
|
.cursor-pointer:active {
|
|
|
|
-webkit-transform: scale(0.95);
|
|
|
|
transform: scale(0.95); }
|
|
|
|
|
|
|
|
.cursor-disabled {
|
|
|
|
cursor: not-allowed; }
|
|
|
|
|
|
|
|
.margin-bottom-sml {
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
|
|
|
|
.margin-bottom-med {
|
|
|
|
margin-bottom: 40px; }
|
|
|
|
|
|
|
|
.margin-right-left {
|
|
|
|
margin: 0 20px; }
|
|
|
|
|
|
|
|
.bold {
|
|
|
|
font-weight: 700; }
|
|
|
|
|
|
|
|
.text-transform-uppercase {
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
|
|
|
.font-small {
|
|
|
|
font-size: 12px; }
|
|
|
|
|
|
|
|
.font-medium {
|
|
|
|
font-size: 1.2em; }
|
|
|
|
|
|
|
|
hr.horizontal-line {
|
|
|
|
display: block;
|
|
|
|
height: 1px;
|
|
|
|
border: 0;
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
margin: 1em 0;
|
|
|
|
padding: 0; }
|
|
|
|
|
|
|
|
.hover-white:hover {
|
|
|
|
background: #fff; }
|
|
|
|
|
|
|
|
.red-dot {
|
|
|
|
background: #e91550;
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 10px; }
|
|
|
|
|
|
|
|
.diamond {
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
transform: rotate(45deg);
|
|
|
|
background: #038789; }
|
|
|
|
|
|
|
|
.hollow-diamond {
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
transform: rotate(45deg);
|
|
|
|
border: 3px solid #690496; }
|
|
|
|
|
|
|
|
.golden-square {
|
|
|
|
background: #ebb33f; }
|
|
|
|
|
|
|
|
.pending-dot {
|
|
|
|
background: #f00;
|
|
|
|
left: 14px;
|
|
|
|
top: 14px;
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 10px;
|
|
|
|
height: 20px;
|
|
|
|
min-width: 20px;
|
|
|
|
position: relative;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 4px;
|
|
|
|
z-index: 1; }
|
|
|
|
|
|
|
|
.keyring-label {
|
|
|
|
z-index: 1;
|
|
|
|
font-size: 8px;
|
|
|
|
line-height: 8px;
|
|
|
|
background: rgba(255, 255, 255, 0.4);
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 4px;
|
|
|
|
text-align: center;
|
|
|
|
height: 15px; }
|
|
|
|
|
|
|
|
.ether-balance {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.tabSection {
|
|
|
|
min-width: 350px; }
|
|
|
|
|
|
|
|
.menu-icon {
|
|
|
|
display: inline-block;
|
|
|
|
height: 12px;
|
|
|
|
min-width: 12px;
|
|
|
|
margin: 13px; }
|
|
|
|
|
|
|
|
.ether-icon {
|
|
|
|
background: #00a344;
|
|
|
|
border-radius: 20px; }
|
|
|
|
|
|
|
|
.testnet-icon {
|
|
|
|
background: #2465e1; }
|
|
|
|
|
|
|
|
.drop-menu-item {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.invisible {
|
|
|
|
visibility: hidden; }
|
|
|
|
|
|
|
|
.one-line-concat {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap; }
|
|
|
|
|
|
|
|
.critical-error {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 20px;
|
|
|
|
color: #f00; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
Misc
|
|
|
|
*/
|
|
|
|
.letter-spacey {
|
|
|
|
letter-spacing: .1em; }
|
|
|
|
|
|
|
|
.active {
|
|
|
|
color: #909090; }
|
|
|
|
|
|
|
|
.check {
|
|
|
|
margin-left: 7px;
|
|
|
|
color: #f7861c;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
-ms-flex-pack: end;
|
|
|
|
justify-content: flex-end; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
Generic
|
|
|
|
*/
|
|
|
|
/* http://meyerweb.com/eric/tools/css/reset/
|
|
|
|
v2.0 | 20110126
|
|
|
|
License: none (public domain)
|
|
|
|
*/
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
div,
|
|
|
|
span,
|
|
|
|
applet,
|
|
|
|
object,
|
|
|
|
iframe,
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6,
|
|
|
|
p,
|
|
|
|
blockquote,
|
|
|
|
pre,
|
|
|
|
a,
|
|
|
|
abbr,
|
|
|
|
acronym,
|
|
|
|
address,
|
|
|
|
big,
|
|
|
|
cite,
|
|
|
|
code,
|
|
|
|
del,
|
|
|
|
dfn,
|
|
|
|
em,
|
|
|
|
img,
|
|
|
|
ins,
|
|
|
|
kbd,
|
|
|
|
q,
|
|
|
|
s,
|
|
|
|
samp,
|
|
|
|
small,
|
|
|
|
strike,
|
|
|
|
strong,
|
|
|
|
sub,
|
|
|
|
sup,
|
|
|
|
tt,
|
|
|
|
var,
|
|
|
|
b,
|
|
|
|
u,
|
|
|
|
i,
|
|
|
|
center,
|
|
|
|
dl,
|
|
|
|
dt,
|
|
|
|
dd,
|
|
|
|
ol,
|
|
|
|
ul,
|
|
|
|
li,
|
|
|
|
fieldset,
|
|
|
|
form,
|
|
|
|
label,
|
|
|
|
legend,
|
|
|
|
table,
|
|
|
|
caption,
|
|
|
|
tbody,
|
|
|
|
tfoot,
|
|
|
|
thead,
|
|
|
|
tr,
|
|
|
|
th,
|
|
|
|
td,
|
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
canvas,
|
|
|
|
details,
|
|
|
|
embed,
|
|
|
|
figure,
|
|
|
|
figcaption,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
hgroup,
|
|
|
|
menu,
|
|
|
|
nav,
|
|
|
|
output,
|
|
|
|
ruby,
|
|
|
|
section,
|
|
|
|
summary,
|
|
|
|
time,
|
|
|
|
mark,
|
|
|
|
audio,
|
|
|
|
video {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
/* stylelint-disable */
|
|
|
|
font: inherit;
|
|
|
|
/* stylelint-enable */
|
|
|
|
vertical-align: baseline; }
|
|
|
|
|
|
|
|
/* HTML5 display-role reset for older browsers */
|
|
|
|
/* stylelint-disable */
|
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
details,
|
|
|
|
figcaption,
|
|
|
|
figure,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
hgroup,
|
|
|
|
menu,
|
|
|
|
nav,
|
|
|
|
section {
|
|
|
|
display: block; }
|
|
|
|
|
|
|
|
body {
|
|
|
|
line-height: 1; }
|
|
|
|
|
|
|
|
ol,
|
|
|
|
ul {
|
|
|
|
list-style: none; }
|
|
|
|
|
|
|
|
blockquote,
|
|
|
|
q {
|
|
|
|
quotes: none; }
|
|
|
|
|
|
|
|
blockquote:before,
|
|
|
|
blockquote:after,
|
|
|
|
q:before,
|
|
|
|
q:after {
|
|
|
|
content: '';
|
|
|
|
content: none; }
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0; }
|
|
|
|
|
|
|
|
button {
|
|
|
|
border-style: none;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
/* stylelint-enable */
|
|
|
|
* {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box; }
|
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
font-family: Roboto, Arial;
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1.4em;
|
|
|
|
background: #f7f7f7;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0; }
|
|
|
|
|
|
|
|
html {
|
|
|
|
min-height: 500px; }
|
|
|
|
|
|
|
|
.app-root {
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative; }
|
|
|
|
|
|
|
|
.app-primary {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex; }
|
|
|
|
|
|
|
|
input:focus,
|
|
|
|
textarea:focus {
|
|
|
|
outline: none; }
|
|
|
|
|
|
|
|
/* stylelint-disable */
|
|
|
|
#app-content {
|
|
|
|
overflow-x: hidden;
|
|
|
|
height: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
#app-content {
|
|
|
|
background-color: #fff; } }
|
|
|
|
|
|
|
|
/* stylelint-enable */
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit; }
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #df6b0e; }
|
|
|
|
|
|
|
|
input.large-input,
|
|
|
|
textarea.large-input {
|
|
|
|
padding: 8px; }
|
|
|
|
|
|
|
|
input.large-input {
|
|
|
|
height: 36px; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
Buttons
|
|
|
|
*/
|
|
|
|
.btn-green {
|
|
|
|
background-color: #02c9b1; }
|
|
|
|
|
|
|
|
button.btn-clear {
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid; }
|
|
|
|
|
|
|
|
button[disabled],
|
|
|
|
input[type="submit"][disabled] {
|
|
|
|
cursor: not-allowed;
|
|
|
|
opacity: .5; }
|
|
|
|
|
|
|
|
button.primary {
|
|
|
|
padding: 8px 12px;
|
|
|
|
background: #f7861c;
|
|
|
|
-webkit-box-shadow: 0 3px 6px rgba(247, 134, 28, 0.36);
|
|
|
|
box-shadow: 0 3px 6px rgba(247, 134, 28, 0.36);
|
|
|
|
color: #fff;
|
|
|
|
font-size: 1.1em;
|
|
|
|
font-family: Roboto;
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
|
|
|
.btn-light {
|
|
|
|
padding: 8px 12px;
|
|
|
|
-webkit-box-shadow: 0 3px 6px rgba(247, 134, 28, 0.36);
|
|
|
|
box-shadow: 0 3px 6px rgba(247, 134, 28, 0.36);
|
|
|
|
color: #585d67;
|
|
|
|
font-size: 1.1em;
|
|
|
|
font-family: Roboto;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 20px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border: 1px solid #979797;
|
|
|
|
opacity: .5; }
|
|
|
|
|
|
|
|
button.btn-thin {
|
|
|
|
border: 1px solid;
|
|
|
|
border-color: #4d4d4d;
|
|
|
|
color: #4d4d4d;
|
|
|
|
background: #ffae29;
|
|
|
|
border-radius: 4px;
|
|
|
|
min-width: 200px;
|
|
|
|
margin: 12px 0;
|
|
|
|
padding: 6px;
|
|
|
|
font-size: 13px; }
|
|
|
|
|
|
|
|
.btn-secondary {
|
|
|
|
border: 1px solid #979797;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: #fff;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
padding: 16px 42px; }
|
|
|
|
.btn-secondary[disabled] {
|
|
|
|
background-color: #fff !important;
|
|
|
|
opacity: .5; }
|
|
|
|
|
|
|
|
.btn-tertiary {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: transparent;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
padding: 16px 42px; }
|
|
|
|
|
|
|
|
.app-header {
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
visibility: visible;
|
|
|
|
background: #efefef;
|
|
|
|
position: relative;
|
|
|
|
z-index: 12;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.app-header {
|
|
|
|
padding: 12px;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
|
|
|
|
z-index: 26; } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.app-header {
|
|
|
|
height: 75px;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center; }
|
|
|
|
.app-header::after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 32px;
|
|
|
|
background: #efefef;
|
|
|
|
bottom: -32px; } }
|
|
|
|
.app-header .metafox-icon {
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.app-header-contents {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
width: 100%;
|
|
|
|
height: 6.9vh; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.app-header-contents {
|
|
|
|
height: 100%; } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.app-header-contents {
|
|
|
|
width: 85vw; } }
|
|
|
|
@media screen and (min-width: 769px) {
|
|
|
|
.app-header-contents {
|
|
|
|
width: 80vw; } }
|
|
|
|
@media screen and (min-width: 1281px) {
|
|
|
|
.app-header-contents {
|
|
|
|
width: 65vw; } }
|
|
|
|
|
|
|
|
.app-header h1 {
|
|
|
|
font-family: Roboto;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #22232c;
|
|
|
|
line-height: 29px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.app-header h1 {
|
|
|
|
display: none; } }
|
|
|
|
|
|
|
|
h2.page-subtitle {
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #aeaeae;
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 12px; }
|
|
|
|
|
|
|
|
.network-component-wrapper {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.left-menu-wrapper {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.header__right-actions {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
.header__right-actions .identicon {
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.app-footer {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.network-component--disabled {
|
|
|
|
cursor: default; }
|
|
|
|
.network-component--disabled .fa-caret-down {
|
|
|
|
opacity: 0; }
|
|
|
|
|
|
|
|
.network-component.pointer {
|
|
|
|
border: 1px solid #22232c;
|
|
|
|
border-radius: 82px;
|
|
|
|
padding: 6px;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.network-component.pointer.ethereum-network {
|
|
|
|
border-color: #038789; }
|
|
|
|
.network-component.pointer.ethereum-network .menu-icon-circle div {
|
|
|
|
background-color: rgba(3, 135, 137, 0.7) !important; }
|
|
|
|
.network-component.pointer.ropsten-test-network {
|
|
|
|
border-color: #e91550; }
|
|
|
|
.network-component.pointer.ropsten-test-network .menu-icon-circle div {
|
|
|
|
background-color: rgba(233, 21, 80, 0.7) !important; }
|
|
|
|
.network-component.pointer.kovan-test-network {
|
|
|
|
border-color: #690496; }
|
|
|
|
.network-component.pointer.kovan-test-network .menu-icon-circle div {
|
|
|
|
background-color: rgba(105, 4, 150, 0.7) !important; }
|
|
|
|
.network-component.pointer.rinkeby-test-network {
|
|
|
|
border-color: #ebb33f; }
|
|
|
|
.network-component.pointer.rinkeby-test-network .menu-icon-circle div {
|
|
|
|
background-color: rgba(235, 179, 63, 0.7) !important; }
|
|
|
|
|
|
|
|
.dropdown-menu-item .menu-icon-circle,
|
|
|
|
.dropdown-menu-item .menu-icon-circle--active {
|
|
|
|
margin: 0 14px; }
|
|
|
|
|
|
|
|
.network-indicator {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
font-size: .6em; }
|
|
|
|
.network-indicator .fa-caret-down {
|
|
|
|
line-height: 15px;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 0 4px; }
|
|
|
|
|
|
|
|
.network-name {
|
|
|
|
line-height: 15px;
|
|
|
|
padding: 0 4px;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 12px;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto; }
|
|
|
|
|
|
|
|
.network-droppo {
|
|
|
|
right: 2px; }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.network-droppo {
|
|
|
|
right: calc(((100% - 85vw) / 2) + 2px); } }
|
|
|
|
@media screen and (min-width: 769px) {
|
|
|
|
.network-droppo {
|
|
|
|
right: calc(((100% - 80vw) / 2) + 2px); } }
|
|
|
|
@media screen and (min-width: 1281px) {
|
|
|
|
.network-droppo {
|
|
|
|
right: calc(((100% - 65vw) / 2) + 2px); } }
|
|
|
|
|
|
|
|
.network-name-item {
|
|
|
|
font-weight: 100;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.network-check,
|
|
|
|
.network-check__transparent {
|
|
|
|
color: #fff;
|
|
|
|
margin-left: 7px; }
|
|
|
|
|
|
|
|
.network-check__transparent {
|
|
|
|
opacity: 0;
|
|
|
|
width: 16px;
|
|
|
|
margin: 0; }
|
|
|
|
|
|
|
|
.menu-icon-circle,
|
|
|
|
.menu-icon-circle--active {
|
|
|
|
background: none;
|
|
|
|
border-radius: 22px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
margin: 0 4px; }
|
|
|
|
|
|
|
|
.menu-icon-circle--active {
|
|
|
|
border: 1px solid #fff;
|
|
|
|
background: rgba(100, 100, 100, 0.4); }
|
|
|
|
|
|
|
|
.menu-icon-circle div,
|
|
|
|
.menu-icon-circle--active div {
|
|
|
|
height: 12px;
|
|
|
|
width: 12px;
|
|
|
|
border-radius: 17px; }
|
|
|
|
|
|
|
|
.menu-icon-circle--active div {
|
|
|
|
opacity: 1; }
|
|
|
|
|
|
|
|
.network-dropdown-header {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
.network-dropdown-divider {
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
margin: 10px 0;
|
|
|
|
background-color: #5d5d5d; }
|
|
|
|
|
|
|
|
.network-dropdown-title {
|
|
|
|
height: 25px;
|
|
|
|
width: 75px;
|
|
|
|
color: #fff;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
.network-dropdown-content {
|
|
|
|
height: 36px;
|
|
|
|
width: 265px;
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px; }
|
|
|
|
|
|
|
|
.modal > div:focus {
|
|
|
|
outline: none !important; }
|
|
|
|
|
|
|
|
.buy-modal-content {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
font-family: Roboto;
|
|
|
|
padding: 0 16px; }
|
|
|
|
|
|
|
|
.buy-modal-content-option {
|
|
|
|
cursor: pointer;
|
|
|
|
color: #5B5D67; }
|
|
|
|
|
|
|
|
.qr-ellip-address, .ellip-address {
|
|
|
|
width: 247px;
|
|
|
|
border: none;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 14px; }
|
|
|
|
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.buy-modal-content-title-wrapper {
|
|
|
|
-ms-flex-pack: distribute;
|
|
|
|
justify-content: space-around;
|
|
|
|
width: 100%;
|
|
|
|
height: 100px; }
|
|
|
|
.buy-modal-content-title {
|
|
|
|
font-size: 26px;
|
|
|
|
margin-top: 15px; }
|
|
|
|
.buy-modal-content-options {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 5% 33%; }
|
|
|
|
.buy-modal-content-footer {
|
|
|
|
text-transform: uppercase;
|
|
|
|
width: 100%;
|
|
|
|
height: 50px; }
|
|
|
|
div.buy-modal-content-option {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 80vw;
|
|
|
|
height: 15vh;
|
|
|
|
margin: 10px;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 6px;
|
|
|
|
border: 1px solid #000;
|
|
|
|
padding: 0% 7%;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center; }
|
|
|
|
div.buy-modal-content-option div.buy-modal-content-option-title {
|
|
|
|
font-size: 20px; }
|
|
|
|
div.buy-modal-content-option div.buy-modal-content-option-subtitle {
|
|
|
|
font-size: 16px; } }
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.buy-modal-content-title-wrapper {
|
|
|
|
-ms-flex-pack: distribute;
|
|
|
|
justify-content: space-around;
|
|
|
|
width: 100%;
|
|
|
|
height: 110px; }
|
|
|
|
.buy-modal-content-title {
|
|
|
|
font-size: 26px;
|
|
|
|
margin-top: 15px; }
|
|
|
|
.buy-modal-content-footer {
|
|
|
|
text-transform: uppercase;
|
|
|
|
width: 100%;
|
|
|
|
height: 50px; }
|
|
|
|
.buy-modal-content-options {
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
margin: 20px 0 60px; }
|
|
|
|
div.buy-modal-content-option {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 20vw;
|
|
|
|
height: 120px;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 6px;
|
|
|
|
border: 1px solid #000;
|
|
|
|
margin: 0 8px;
|
|
|
|
padding: 18px 0; }
|
|
|
|
div.buy-modal-content-option div.buy-modal-content-option-title {
|
|
|
|
font-size: 20px;
|
|
|
|
margin-bottom: 12px; } }
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 679px) {
|
|
|
|
div.buy-modal-content-option div.buy-modal-content-option-title {
|
|
|
|
font-size: 14px; } }
|
|
|
|
@media screen and (min-width: 576px) and (min-width: 1281px) {
|
|
|
|
div.buy-modal-content-option div.buy-modal-content-option-title {
|
|
|
|
font-size: 20px; } }
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
div.buy-modal-content-option div.buy-modal-content-option-subtitle {
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 0 10px;
|
|
|
|
height: 25%; } }
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 679px) {
|
|
|
|
div.buy-modal-content-option div.buy-modal-content-option-subtitle {
|
|
|
|
font-size: 10px;
|
|
|
|
padding: 0 10px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
line-height: 15px; } }
|
|
|
|
@media screen and (min-width: 576px) and (min-width: 680px) {
|
|
|
|
div.buy-modal-content-option div.buy-modal-content-option-subtitle {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 0 4px;
|
|
|
|
margin-bottom: 2px; } }
|
|
|
|
@media screen and (min-width: 576px) and (min-width: 1281px) {
|
|
|
|
div.buy-modal-content-option div.buy-modal-content-option-subtitle {
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 0; } }
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
div.buy-modal-content-option div.buy-modal-content-footer {
|
|
|
|
margin-top: 8vh; } }
|
|
|
|
|
|
|
|
.edit-account-name-modal-content {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
position: relative; }
|
|
|
|
|
|
|
|
.edit-account-name-modal-cancel {
|
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
|
|
|
right: 20px;
|
|
|
|
font-size: 25px; }
|
|
|
|
|
|
|
|
.edit-account-name-modal-title {
|
|
|
|
margin: 15px; }
|
|
|
|
|
|
|
|
.edit-account-name-modal-save-button {
|
|
|
|
width: 33%;
|
|
|
|
height: 45px;
|
|
|
|
margin: 15px;
|
|
|
|
font-weight: 700;
|
|
|
|
margin-top: 25px; }
|
|
|
|
|
|
|
|
.edit-account-name-modal-input {
|
|
|
|
width: 90%;
|
|
|
|
height: 50px;
|
|
|
|
text-align: left;
|
|
|
|
margin: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 18px; }
|
|
|
|
|
|
|
|
.account-modal-container {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
padding: 5px 0 31px 0;
|
|
|
|
border: 1px solid #cdcdcd;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-family: Roboto; }
|
|
|
|
.account-modal-container button {
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.account-modal-back {
|
|
|
|
color: #9b9b9b;
|
|
|
|
position: absolute;
|
|
|
|
top: 13px;
|
|
|
|
left: 17px;
|
|
|
|
cursor: pointer; }
|
|
|
|
.account-modal-back__text {
|
|
|
|
margin-top: 2px;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px; }
|
|
|
|
|
|
|
|
.account-modal-close::after {
|
|
|
|
content: '\00D7';
|
|
|
|
font-size: 40px;
|
|
|
|
color: #9b9b9b;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 12px;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.account-modal-container .identicon {
|
|
|
|
position: relative;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0 auto;
|
|
|
|
top: -32px;
|
|
|
|
margin-bottom: -32px; }
|
|
|
|
|
|
|
|
.account-modal-container .qr-header {
|
|
|
|
margin-top: 9px;
|
|
|
|
font-size: 20px; }
|
|
|
|
|
|
|
|
.account-modal-container .qr-wrapper {
|
|
|
|
margin-top: 5px; }
|
|
|
|
|
|
|
|
.account-modal-container .ellip-address-wrapper {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-family: Roboto;
|
|
|
|
margin-top: 7px;
|
|
|
|
width: 286px; }
|
|
|
|
|
|
|
|
.account-modal-container .btn-clear {
|
|
|
|
min-height: 28px;
|
|
|
|
font-size: 14px;
|
|
|
|
border-color: #2f9ae0;
|
|
|
|
color: #2f9ae0;
|
|
|
|
border-radius: 2px;
|
|
|
|
-ms-flex-preferred-size: 100%;
|
|
|
|
flex-basis: 100%;
|
|
|
|
width: 75%;
|
|
|
|
margin-top: 17px;
|
|
|
|
padding: 10px 22px;
|
|
|
|
height: 44px;
|
|
|
|
width: 235px;
|
|
|
|
font-family: Roboto; }
|
|
|
|
|
|
|
|
.account-modal-divider {
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
margin: 19px 0 8px 0;
|
|
|
|
background-color: #dedede; }
|
|
|
|
|
|
|
|
.account-modal-container .account-name {
|
|
|
|
margin-top: 9px;
|
|
|
|
font-size: 20px; }
|
|
|
|
|
|
|
|
.account-modal-container .modal-body-title {
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
font-size: 18px; }
|
|
|
|
|
|
|
|
.account-modal__name {
|
|
|
|
margin-top: 9px;
|
|
|
|
font-size: 20px; }
|
|
|
|
|
|
|
|
.private-key-password {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column; }
|
|
|
|
|
|
|
|
.private-key-password-label, .private-key-password-error {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin-bottom: 10px; }
|
|
|
|
|
|
|
|
.private-key-password-error {
|
|
|
|
color: #e91550;
|
|
|
|
margin-bottom: 0; }
|
|
|
|
|
|
|
|
.private-key-password-input {
|
|
|
|
padding: 10px 0 13px 17px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 21px;
|
|
|
|
width: 291px;
|
|
|
|
height: 44px; }
|
|
|
|
|
|
|
|
.private-key-password::-webkit-input-placeholder {
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-family: Roboto; }
|
|
|
|
|
|
|
|
.private-key-password-warning {
|
|
|
|
border-radius: 8px;
|
|
|
|
background-color: #FFF6F6;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 15px;
|
|
|
|
color: #e91550;
|
|
|
|
width: 292px;
|
|
|
|
padding: 9px 15px;
|
|
|
|
margin-top: 18px;
|
|
|
|
font-family: Roboto; }
|
|
|
|
|
|
|
|
.export-private-key-buttons {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center; }
|
|
|
|
.export-private-key-buttons .btn-clear {
|
|
|
|
width: 141px;
|
|
|
|
height: 54px; }
|
|
|
|
.export-private-key-buttons .btn-cancel {
|
|
|
|
margin-right: 15px;
|
|
|
|
border-color: #9b9b9b;
|
|
|
|
color: #5d5d5d; }
|
|
|
|
|
|
|
|
.private-key-password-display-wrapper {
|
|
|
|
height: 80px;
|
|
|
|
width: 291px;
|
|
|
|
border: 1px solid #cdcdcd;
|
|
|
|
border-radius: 2px; }
|
|
|
|
|
|
|
|
.private-key-password-display-textarea {
|
|
|
|
color: #e91550;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 21px;
|
|
|
|
border: none;
|
|
|
|
height: 75px;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
resize: none;
|
|
|
|
padding: 9px 13px 8px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 300; }
|
|
|
|
|
|
|
|
.new-account-modal-wrapper {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
-webkit-box-shadow: 0 0 2px 2px #dedede;
|
|
|
|
box-shadow: 0 0 2px 2px #dedede;
|
|
|
|
font-family: Roboto; }
|
|
|
|
|
|
|
|
.new-account-modal-header {
|
|
|
|
background: #f6f6f6;
|
|
|
|
width: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 30px;
|
|
|
|
font-size: 22px;
|
|
|
|
color: #1b344d;
|
|
|
|
height: 79px; }
|
|
|
|
|
|
|
|
.modal-close-x::after {
|
|
|
|
content: '\00D7';
|
|
|
|
font-size: 2em;
|
|
|
|
color: #9b9b9b;
|
|
|
|
position: absolute;
|
|
|
|
top: 25px;
|
|
|
|
right: 17.5px;
|
|
|
|
font-family: sans-serif;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.new-account-modal-content {
|
|
|
|
width: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 15px;
|
|
|
|
font-size: 17px;
|
|
|
|
color: #1b344d; }
|
|
|
|
|
|
|
|
.new-account-modal-content.after-input {
|
|
|
|
margin-top: 15px;
|
|
|
|
line-height: 25px; }
|
|
|
|
|
|
|
|
.new-account-input-wrapper {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
margin-top: 13px; }
|
|
|
|
|
|
|
|
.new-account-input {
|
|
|
|
padding: 15px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
border-radius: 8px;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 1em;
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 17px;
|
|
|
|
margin: 0 60px; }
|
|
|
|
|
|
|
|
.new-account-input::-webkit-input-placeholder {
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.new-account-input:-moz-placeholder {
|
|
|
|
color: #9b9b9b;
|
|
|
|
opacity: 1; }
|
|
|
|
|
|
|
|
.new-account-input::-moz-placeholder {
|
|
|
|
color: #9b9b9b;
|
|
|
|
opacity: 1; }
|
|
|
|
|
|
|
|
.new-account-input:-ms-input-placeholder {
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.new-account-input::-ms-input-placeholder {
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.new-account-modal-content.button {
|
|
|
|
margin-top: 22px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
width: 113px;
|
|
|
|
height: 44px; }
|
|
|
|
|
|
|
|
.new-account-modal-wrapper .btn-clear {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 700;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid;
|
|
|
|
border-radius: 2px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1;
|
|
|
|
flex: 1; }
|
|
|
|
|
|
|
|
.hide-token-confirmation {
|
|
|
|
min-height: 250.72px;
|
|
|
|
width: 374.49px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
-webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5);
|
|
|
|
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5); }
|
|
|
|
.hide-token-confirmation__container {
|
|
|
|
padding: 24px 27px 21px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
.hide-token-confirmation__identicon {
|
|
|
|
margin-bottom: 10px; }
|
|
|
|
.hide-token-confirmation__symbol {
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 7.5px; }
|
|
|
|
.hide-token-confirmation__title {
|
|
|
|
height: 30px;
|
|
|
|
width: 271.28px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 22px;
|
|
|
|
line-height: 30px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 10.5px; }
|
|
|
|
.hide-token-confirmation__copy {
|
|
|
|
height: 41px;
|
|
|
|
width: 318px;
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
text-align: center; }
|
|
|
|
.hide-token-confirmation__buttons {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 15px;
|
|
|
|
width: 100%; }
|
|
|
|
.hide-token-confirmation__buttons button {
|
|
|
|
height: 44px;
|
|
|
|
width: 113px;
|
|
|
|
border: 1px solid #5d5d5d;
|
|
|
|
border-radius: 2px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 4px; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
NewUI Container Elements
|
|
|
|
*/
|
|
|
|
.main-container {
|
|
|
|
z-index: 18;
|
|
|
|
font-family: Roboto;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
-webkit-box-align: stretch;
|
|
|
|
-ms-flex-align: stretch;
|
|
|
|
align-items: stretch; }
|
|
|
|
|
|
|
|
.main-container::-webkit-scrollbar {
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
.tx-view {
|
|
|
|
-webkit-box-flex: 63.5;
|
|
|
|
-ms-flex: 63.5 0 66.5%;
|
|
|
|
flex: 63.5 0 66.5%;
|
|
|
|
background: #fff; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.tx-view .identicon-wrapper {
|
|
|
|
display: none; }
|
|
|
|
.tx-view .account-name {
|
|
|
|
display: none; } }
|
|
|
|
|
|
|
|
.wallet-view {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-flex: 33.5;
|
|
|
|
-ms-flex: 33.5 1 33.5%;
|
|
|
|
flex: 33.5 1 33.5%;
|
|
|
|
width: 0;
|
|
|
|
background: #f6f6f6;
|
|
|
|
z-index: 200;
|
|
|
|
position: relative; }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.wallet-view {
|
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: hidden; } }
|
|
|
|
.wallet-view .wallet-view-account-details {
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.wallet-view__name-container {
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
cursor: pointer;
|
|
|
|
width: 100%; }
|
|
|
|
.wallet-view__keyring-label {
|
|
|
|
height: 40px;
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 40px;
|
|
|
|
text-align: right;
|
|
|
|
padding: 0 20px; }
|
|
|
|
.wallet-view__details-button {
|
|
|
|
color: #2f9ae0;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 13px;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #2f9ae0;
|
|
|
|
border-radius: 10.5px;
|
|
|
|
background-color: transparent;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 4px 12px;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.wallet-view__address {
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #dedede;
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 12px;
|
|
|
|
padding: 4px 12px;
|
|
|
|
margin: 24px auto;
|
|
|
|
font-weight: 300;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.wallet-view__sidebar-close::after {
|
|
|
|
content: '\00D7';
|
|
|
|
font-size: 40px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
|
|
|
left: 12px;
|
|
|
|
cursor: pointer; } }
|
|
|
|
.wallet-view__add-token-button {
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: center;
|
|
|
|
margin: 36px auto;
|
|
|
|
border: 1px solid #9b9b9b;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-weight: 300;
|
|
|
|
background: none;
|
|
|
|
padding: 9px 30px; }
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.wallet-view::-webkit-scrollbar {
|
|
|
|
display: none; } }
|
|
|
|
|
|
|
|
.wallet-view-title-wrapper {
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 25px;
|
|
|
|
flex: 0 0 25px; }
|
|
|
|
|
|
|
|
.wallet-view-title {
|
|
|
|
margin-left: 15px;
|
|
|
|
font-size: 16px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.wallet-view-title {
|
|
|
|
display: none; } }
|
|
|
|
|
|
|
|
.wallet-view.sidebar {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 230px;
|
|
|
|
flex: 1 0 230px;
|
|
|
|
background: #fafafa;
|
|
|
|
z-index: 26;
|
|
|
|
position: fixed;
|
|
|
|
top: 56px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
opacity: 1;
|
|
|
|
visibility: visible;
|
|
|
|
will-change: transform;
|
|
|
|
overflow-y: auto;
|
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
|
|
|
|
width: 85%;
|
|
|
|
height: calc(100% - 56px); }
|
|
|
|
|
|
|
|
.sidebar-overlay {
|
|
|
|
z-index: 25;
|
|
|
|
position: fixed;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
opacity: 1;
|
|
|
|
visibility: visible;
|
|
|
|
background-color: rgba(0, 0, 0, 0.3); }
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.lap-visible {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex; }
|
|
|
|
.phone-visible {
|
|
|
|
display: none; }
|
|
|
|
.main-container {
|
|
|
|
width: 85%;
|
|
|
|
height: 90vh;
|
|
|
|
-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08); } }
|
|
|
|
|
|
|
|
@media screen and (min-width: 769px) {
|
|
|
|
.main-container {
|
|
|
|
width: 80%;
|
|
|
|
height: 82vh;
|
|
|
|
-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08); } }
|
|
|
|
|
|
|
|
@media screen and (min-width: 1281px) {
|
|
|
|
.main-container {
|
|
|
|
width: 65%;
|
|
|
|
height: 82vh;
|
|
|
|
-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08); } }
|
|
|
|
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.lap-visible {
|
|
|
|
display: none; }
|
|
|
|
.phone-visible {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex; }
|
|
|
|
.main-container {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
background-color: #fff; }
|
|
|
|
button.btn-clear {
|
|
|
|
width: 93px;
|
|
|
|
height: 50px;
|
|
|
|
font-size: .7em;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid; } }
|
|
|
|
|
|
|
|
.account-name {
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #5d5d5d;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0 8px;
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
.account-options-menu {
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
margin: 5% 7% 0%; }
|
|
|
|
|
|
|
|
.fiat-amount {
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
|
|
|
.token-balance__amount {
|
|
|
|
padding-right: 6px; }
|
|
|
|
|
|
|
|
.account-dropdown-name {
|
|
|
|
font-family: Roboto; }
|
|
|
|
|
|
|
|
.account-dropdown-balance {
|
|
|
|
color: #9b9b9b;
|
|
|
|
line-height: 19px; }
|
|
|
|
|
|
|
|
.account-dropdown-edit-button {
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-family: Roboto; }
|
|
|
|
.account-dropdown-edit-button:hover {
|
|
|
|
color: #fff; }
|
|
|
|
|
|
|
|
.account-list-item__top-row {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-left: 8px;
|
|
|
|
position: relative; }
|
|
|
|
|
|
|
|
.account-list-item__account-balances {
|
|
|
|
height: auto;
|
|
|
|
border: none;
|
|
|
|
background-color: transparent;
|
|
|
|
color: #9b9b9b;
|
|
|
|
margin-left: 34px;
|
|
|
|
margin-top: 4px;
|
|
|
|
position: relative; }
|
|
|
|
|
|
|
|
.account-list-item__account-name {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-left: 8px; }
|
|
|
|
|
|
|
|
.account-list-item__icon {
|
|
|
|
position: absolute;
|
|
|
|
right: 12px;
|
|
|
|
top: 1px; }
|
|
|
|
|
|
|
|
.account-list-item__account-primary-balance, .account-list-item__account-secondary-balance {
|
|
|
|
font-family: Roboto;
|
|
|
|
line-height: 16px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 300; }
|
|
|
|
|
|
|
|
.account-list-item__account-primary-balance {
|
|
|
|
color: #5d5d5d;
|
|
|
|
border: none;
|
|
|
|
outline: 0 !important; }
|
|
|
|
|
|
|
|
.account-list-item__account-secondary-balance {
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.account-list-item__account-address {
|
|
|
|
margin-left: 35px;
|
|
|
|
width: 80%;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis; }
|
|
|
|
|
|
|
|
.account-list-item__dropdown:hover {
|
|
|
|
background: rgba(222, 222, 222, 0.2);
|
|
|
|
cursor: pointer; }
|
|
|
|
.account-list-item__dropdown:hover input {
|
|
|
|
background: rgba(222, 222, 222, 0.1); }
|
|
|
|
|
|
|
|
.send-screen-wrapper {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
z-index: 25;
|
|
|
|
font-family: Roboto; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-screen-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
overflow-y: auto; } }
|
|
|
|
.send-screen-wrapper section {
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
|
|
|
|
.send-screen-card {
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
padding: 46px 40.5px 26px;
|
|
|
|
position: relative;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
width: 498px;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-screen-card {
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
padding: 12px; } }
|
|
|
|
|
|
|
|
/* Send Screen */
|
|
|
|
.send-screen section {
|
|
|
|
margin: 4px 16px; }
|
|
|
|
|
|
|
|
.send-screen input {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 12px; }
|
|
|
|
|
|
|
|
.send-eth-icon {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 70px;
|
|
|
|
height: 70px;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
position: absolute;
|
|
|
|
top: -35px;
|
|
|
|
z-index: 25;
|
|
|
|
padding: 4px;
|
|
|
|
background-color: #fff; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-eth-icon {
|
|
|
|
position: relative;
|
|
|
|
top: 0; } }
|
|
|
|
|
|
|
|
.send-screen-input-wrapper {
|
|
|
|
width: 95%;
|
|
|
|
position: relative; }
|
|
|
|
.send-screen-input-wrapper .fa-bolt {
|
|
|
|
padding-right: 4px; }
|
|
|
|
.send-screen-input-wrapper .large-input {
|
|
|
|
border: 1px solid #9b9b9b;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin: 4px 0 20px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22.4px;
|
|
|
|
font-family: Roboto; }
|
|
|
|
.send-screen-input-wrapper .send-screen-gas-input {
|
|
|
|
border: 1px solid transparent; }
|
|
|
|
.send-screen-input-wrapper__error-message {
|
|
|
|
display: none; }
|
|
|
|
.send-screen-input-wrapper--error input,
|
|
|
|
.send-screen-input-wrapper--error .send-screen-gas-input {
|
|
|
|
border-color: #f00 !important; }
|
|
|
|
.send-screen-input-wrapper--error .send-screen-input-wrapper__error-message {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
left: 8px;
|
|
|
|
color: #f00; }
|
|
|
|
.send-screen-input-wrapper .send-screen-input-wrapper__error-message {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
left: 8px;
|
|
|
|
color: #f00; }
|
|
|
|
|
|
|
|
.send-screen-input {
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
.send-screen-gas-input {
|
|
|
|
width: 100%;
|
|
|
|
height: 41px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
border-width: 0;
|
|
|
|
border-style: none;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 12px;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #5d5d5d; }
|
|
|
|
|
|
|
|
.send-screen-amount-labels {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between; }
|
|
|
|
|
|
|
|
.send-screen-gas-labels {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between; }
|
|
|
|
|
|
|
|
.currency-toggle__item {
|
|
|
|
color: #2f9ae0;
|
|
|
|
cursor: pointer; }
|
|
|
|
.currency-toggle__item--selected {
|
|
|
|
color: #000;
|
|
|
|
cursor: default; }
|
|
|
|
|
|
|
|
.send-screen-gas-input-customize {
|
|
|
|
color: #2f9ae0;
|
|
|
|
font-size: 12px;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.gas-tooltip-close-area {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%; }
|
|
|
|
|
|
|
|
.customize-gas-tooltip-container {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 50px;
|
|
|
|
width: 237px;
|
|
|
|
height: 307px;
|
|
|
|
background-color: #fff;
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-box-shadow: #dedede 0 0 5px;
|
|
|
|
box-shadow: #dedede 0 0 5px;
|
|
|
|
z-index: 1050;
|
|
|
|
padding: 13px 19px;
|
|
|
|
font-size: 16px;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-family: "Lato";
|
|
|
|
font-weight: 500; }
|
|
|
|
|
|
|
|
.gas-tooltip-arrow {
|
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
z-index: 1200;
|
|
|
|
background: #fff;
|
|
|
|
position: absolute;
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
transform: rotate(45deg);
|
|
|
|
left: 107px;
|
|
|
|
top: 294px;
|
|
|
|
-webkit-box-shadow: 2px 2px 2px #dedede;
|
|
|
|
box-shadow: 2px 2px 2px #dedede; }
|
|
|
|
|
|
|
|
.customize-gas-tooltip-container input[type="number"]::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
.customize-gas-tooltip-container input[type="number"]:hover::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
.customize-gas-tooltip {
|
|
|
|
position: relative; }
|
|
|
|
|
|
|
|
.gas-tooltip {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center; }
|
|
|
|
|
|
|
|
.gas-tooltip-label {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #4d4d4d; }
|
|
|
|
|
|
|
|
.gas-tooltip-header {
|
|
|
|
padding-bottom: 12px; }
|
|
|
|
|
|
|
|
.gas-tooltip-input-label {
|
|
|
|
margin-bottom: 5px; }
|
|
|
|
|
|
|
|
.gas-tooltip-input-label i {
|
|
|
|
color: #aeaeae;
|
|
|
|
margin-left: 6px; }
|
|
|
|
|
|
|
|
.customize-gas-input {
|
|
|
|
width: 178px;
|
|
|
|
height: 28px;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #1b344d;
|
|
|
|
padding-left: 8px; }
|
|
|
|
|
|
|
|
.customize-gas-input-wrapper {
|
|
|
|
position: relative; }
|
|
|
|
|
|
|
|
.gas-tooltip-input-detail {
|
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
right: 26px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #aeaeae; }
|
|
|
|
|
|
|
|
.gas-tooltip-input-arrows {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 4px;
|
|
|
|
width: 17px;
|
|
|
|
height: 28px;
|
|
|
|
border: 1px solid #dadada;
|
|
|
|
border-left: 0;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-size: .8em;
|
|
|
|
padding: 1px 4px;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.token-gas__amount {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 4px; }
|
|
|
|
|
|
|
|
.token-gas__symbol {
|
|
|
|
display: inline-block; }
|
|
|
|
|
|
|
|
.send-screen__title {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 29px; }
|
|
|
|
|
|
|
|
.send-screen__subtitle {
|
|
|
|
margin: 10px 0 20px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px; }
|
|
|
|
|
|
|
|
.send-screen__send-button, .send-screen__cancel-button {
|
|
|
|
width: 163px;
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
.send-screen__send-button__disabled {
|
|
|
|
opacity: .5;
|
|
|
|
cursor: auto; }
|
|
|
|
|
|
|
|
.send-token {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
z-index: 25;
|
|
|
|
font-family: Roboto; }
|
|
|
|
.send-token__content {
|
|
|
|
width: 498px;
|
|
|
|
height: 605px;
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
padding: 46px 40.5px 26px;
|
|
|
|
position: relative;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-token__content {
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
padding: 12px; } }
|
|
|
|
.send-token .identicon {
|
|
|
|
position: absolute;
|
|
|
|
top: -35px;
|
|
|
|
z-index: 25; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-token .identicon {
|
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; } }
|
|
|
|
.send-token__title {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 29px; }
|
|
|
|
.send-token__description, .send-token__balance-text, .send-token__token-symbol {
|
|
|
|
margin-top: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center; }
|
|
|
|
.send-token__token-balance {
|
|
|
|
font-size: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
margin-top: 13px; }
|
|
|
|
.send-token__token-balance .token-balance__amount {
|
|
|
|
padding-right: 12px; }
|
|
|
|
.send-token__button-group {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-token__button-group {
|
|
|
|
margin-top: 24px; } }
|
|
|
|
.send-token__button-group button {
|
|
|
|
width: 163px; }
|
|
|
|
|
|
|
|
.confirm-send-token__hero-amount-wrapper {
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
.send-v2__container {
|
|
|
|
width: 380px;
|
|
|
|
border-radius: 8px;
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
z-index: 25;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
font-family: Roboto;
|
|
|
|
position: relative; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-v2__container {
|
|
|
|
width: 100%;
|
|
|
|
top: 0;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto; } }
|
|
|
|
|
|
|
|
.send-v2__send-header-icon-container {
|
|
|
|
z-index: 25; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-v2__send-header-icon-container {
|
|
|
|
position: relative;
|
|
|
|
top: 0; } }
|
|
|
|
|
|
|
|
.send-v2__send-header-icon {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
z-index: 25;
|
|
|
|
padding: 4px;
|
|
|
|
background-color: #fff; }
|
|
|
|
|
|
|
|
.send-v2__send-arrow-icon {
|
|
|
|
color: #f28930;
|
|
|
|
-webkit-transform: rotate(-45deg);
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
position: absolute;
|
|
|
|
top: -2px;
|
|
|
|
left: 0;
|
|
|
|
font-size: 1.12em; }
|
|
|
|
|
|
|
|
.send-v2__arrow-background {
|
|
|
|
background-color: #fff;
|
|
|
|
height: 14px;
|
|
|
|
width: 14px;
|
|
|
|
position: absolute;
|
|
|
|
top: 52px;
|
|
|
|
left: 199px;
|
|
|
|
border-radius: 50%;
|
|
|
|
z-index: 100; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-v2__arrow-background {
|
|
|
|
top: 36px; } }
|
|
|
|
|
|
|
|
.send-v2__header {
|
|
|
|
height: 88px;
|
|
|
|
width: 380px;
|
|
|
|
background-color: #e9edf0;
|
|
|
|
position: relative;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-v2__header {
|
|
|
|
height: 59px;
|
|
|
|
width: 100vw; } }
|
|
|
|
|
|
|
|
.send-v2__header-tip {
|
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
background: #e9edf0;
|
|
|
|
position: absolute;
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
transform: rotate(45deg);
|
|
|
|
left: 178px;
|
|
|
|
top: 75px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-v2__header-tip {
|
|
|
|
top: 46px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0 auto; } }
|
|
|
|
|
|
|
|
.send-v2__title {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-size: 22px;
|
|
|
|
line-height: 29px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 25px; }
|
|
|
|
|
|
|
|
.send-v2__copy {
|
|
|
|
color: #808080;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 10px;
|
|
|
|
width: 287px; }
|
|
|
|
|
|
|
|
.send-v2__error {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
left: 8px;
|
|
|
|
color: #f00; }
|
|
|
|
|
|
|
|
.send-v2__error-border {
|
|
|
|
color: #f00; }
|
|
|
|
|
|
|
|
.send-v2__form {
|
|
|
|
margin: 13px 0;
|
|
|
|
width: 100%; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-v2__form {
|
|
|
|
padding: 13px 0;
|
|
|
|
margin: 0;
|
|
|
|
height: 0;
|
|
|
|
overflow-y: auto;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto; } }
|
|
|
|
|
|
|
|
.send-v2__form-header, .send-v2__form-header-copy {
|
|
|
|
width: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column;
|
|
|
|
flex-flow: column;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.send-v2__form-row {
|
|
|
|
margin: 14.5px 18px 0px;
|
|
|
|
position: relative;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row;
|
|
|
|
flex-flow: row;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between; }
|
|
|
|
|
|
|
|
.send-v2__form-field {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto; }
|
|
|
|
|
|
|
|
.send-v2__form-label {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
width: 88px; }
|
|
|
|
|
|
|
|
.send-v2__from-dropdown {
|
|
|
|
height: 73px;
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
font-family: Roboto;
|
|
|
|
line-height: 16px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
position: relative; }
|
|
|
|
.send-v2__from-dropdown__close-area {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%; }
|
|
|
|
.send-v2__from-dropdown__list {
|
|
|
|
z-index: 1050;
|
|
|
|
position: absolute;
|
|
|
|
height: 220px;
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #d2d8dd;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
|
|
|
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
|
|
|
|
margin-top: 11px;
|
|
|
|
margin-left: -1px;
|
|
|
|
overflow-y: scroll; }
|
|
|
|
|
|
|
|
.send-v2__to-autocomplete {
|
|
|
|
position: relative; }
|
|
|
|
.send-v2__to-autocomplete__down-caret {
|
|
|
|
position: absolute;
|
|
|
|
top: 18px;
|
|
|
|
right: 12px; }
|
|
|
|
|
|
|
|
.send-v2__to-autocomplete__input, .send-v2__memo-text-area__input {
|
|
|
|
height: 54px;
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
color: #9b9b9b;
|
|
|
|
padding: 10px;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 21px;
|
|
|
|
font-weight: 300; }
|
|
|
|
|
|
|
|
.send-v2__amount-max {
|
|
|
|
color: #2f9ae0;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 12px;
|
|
|
|
left: 8px;
|
|
|
|
border: none;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.send-v2__gas-fee-display {
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
.send-v2__sliders-icon-container {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
border: 1px solid #2f9ae0;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 5px;
|
|
|
|
position: absolute;
|
|
|
|
right: 15px;
|
|
|
|
top: 14px;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.send-v2__sliders-icon {
|
|
|
|
color: #2f9ae0; }
|
|
|
|
|
|
|
|
.send-v2__memo-text-area__input {
|
|
|
|
padding: 6px 10px; }
|
|
|
|
|
|
|
|
.send-v2__footer {
|
|
|
|
height: 92px;
|
|
|
|
width: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: space-evenly;
|
|
|
|
-ms-flex-pack: space-evenly;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
border-top: 1px solid #dedede;
|
|
|
|
background: #fff;
|
|
|
|
padding: 0 12px; }
|
|
|
|
|
|
|
|
.send-v2__next-btn, .send-v2__cancel-btn, .send-v2__next-btn__disabled {
|
|
|
|
width: 163px;
|
|
|
|
text-align: center;
|
|
|
|
height: 55px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: #fff;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 21px;
|
|
|
|
border: 1px solid;
|
|
|
|
margin: 0 4px; }
|
|
|
|
|
|
|
|
.send-v2__next-btn, .send-v2__next-btn__disabled {
|
|
|
|
color: #2f9ae0;
|
|
|
|
border-color: #2f9ae0; }
|
|
|
|
|
|
|
|
.send-v2__next-btn__disabled {
|
|
|
|
opacity: .5;
|
|
|
|
cursor: auto; }
|
|
|
|
|
|
|
|
.send-v2__cancel-btn {
|
|
|
|
color: #9b9b9b;
|
|
|
|
border-color: #9b9b9b; }
|
|
|
|
|
|
|
|
.send-v2__customize-gas {
|
|
|
|
border: 1px solid #D8D8D8;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
|
|
|
|
font-family: Roboto;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column;
|
|
|
|
flex-flow: column; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-v2__customize-gas {
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh; } }
|
|
|
|
.send-v2__customize-gas__header {
|
|
|
|
height: 52px;
|
|
|
|
border-bottom: 1px solid #dedede;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
|
|
|
font-size: 22px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-v2__customize-gas__header {
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; } }
|
|
|
|
.send-v2__customize-gas__title {
|
|
|
|
margin-left: 19.25px; }
|
|
|
|
.send-v2__customize-gas__close::after {
|
|
|
|
content: '\00D7';
|
|
|
|
font-size: 1.8em;
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-family: sans-serif;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-right: 19.25px; }
|
|
|
|
.send-v2__customize-gas__content {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
height: 100%; }
|
|
|
|
.send-v2__customize-gas__body {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 24px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-v2__customize-gas__body {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column;
|
|
|
|
flex-flow: column;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto; } }
|
|
|
|
.send-v2__customize-gas__footer {
|
|
|
|
height: 75px;
|
|
|
|
border-top: 1px solid #dedede;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
|
|
|
font-size: 22px;
|
|
|
|
position: relative; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.send-v2__customize-gas__footer {
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; } }
|
|
|
|
.send-v2__customize-gas__buttons {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 181.75px;
|
|
|
|
margin-right: 21.25px; }
|
|
|
|
.send-v2__customize-gas__revert, .send-v2__customize-gas__cancel, .send-v2__customize-gas__save, .send-v2__customize-gas__save__error {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
cursor: pointer; }
|
|
|
|
.send-v2__customize-gas__revert {
|
|
|
|
color: #aeaeae;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-left: 21.25px; }
|
|
|
|
.send-v2__customize-gas__cancel, .send-v2__customize-gas__save, .send-v2__customize-gas__save__error {
|
|
|
|
height: 34.64px;
|
|
|
|
width: 85.74px;
|
|
|
|
border: 1px solid #9b9b9b;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-family: 'DIN OT';
|
|
|
|
font-size: 12px;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
.send-v2__customize-gas__save__error {
|
|
|
|
opacity: 0.5;
|
|
|
|
cursor: auto; }
|
|
|
|
.send-v2__customize-gas__error-message {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
right: 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
color: #f00; }
|
|
|
|
|
|
|
|
.send-v2__gas-modal-card {
|
|
|
|
width: 360px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column;
|
|
|
|
flex-flow: column;
|
|
|
|
-webkit-box-align: start;
|
|
|
|
-ms-flex-align: start;
|
|
|
|
align-items: flex-start;
|
|
|
|
padding-left: 20px; }
|
|
|
|
.send-v2__gas-modal-card__title {
|
|
|
|
height: 26px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 26px;
|
|
|
|
margin-top: 17px; }
|
|
|
|
.send-v2__gas-modal-card__copy {
|
|
|
|
height: 38px;
|
|
|
|
width: 314px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
margin-top: 17px; }
|
|
|
|
.send-v2__gas-modal-card .customize-gas-input-wrapper {
|
|
|
|
margin-top: 17px; }
|
|
|
|
.send-v2__gas-modal-card .customize-gas-input {
|
|
|
|
height: 54px;
|
|
|
|
width: 315px;
|
|
|
|
border: 1px solid #d2d8dd;
|
|
|
|
background-color: #fff;
|
|
|
|
padding-left: 15px; }
|
|
|
|
.send-v2__gas-modal-card .gas-tooltip-input-arrows {
|
|
|
|
width: 32px;
|
|
|
|
height: 54px;
|
|
|
|
border-left: 1px solid #dadada;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
right: 0px;
|
|
|
|
padding: 1px 4px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-ms-flex-pack: distribute;
|
|
|
|
justify-content: space-around;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
.send-v2__gas-modal-card input[type="number"]::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: none; }
|
|
|
|
.send-v2__gas-modal-card input[type="number"]:hover::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
.confirm-screen-container {
|
|
|
|
position: relative;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
font-family: Roboto;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
border-radius: 8px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.confirm-screen-container {
|
|
|
|
width: 100%; } }
|
|
|
|
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.notification .confirm-screen-wrapper {
|
|
|
|
height: calc(100vh - 85px); } }
|
|
|
|
|
|
|
|
.confirm-screen-wrapper {
|
|
|
|
height: 100%;
|
|
|
|
width: 380px;
|
|
|
|
background-color: #fff;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
z-index: 25;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
font-family: Roboto;
|
|
|
|
position: relative;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
border-top-left-radius: 8px;
|
|
|
|
border-top-right-radius: 8px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.confirm-screen-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
top: 0;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
height: calc(100vh - 58px - 85px);
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0; } }
|
|
|
|
|
|
|
|
.confirm-screen-wrapper > .confirm-screen-total-box {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px; }
|
|
|
|
|
|
|
|
.confirm-screen-wrapper > .confirm-memo-wrapper {
|
|
|
|
margin: 0; }
|
|
|
|
|
|
|
|
.confirm-screen-header {
|
|
|
|
height: 88px;
|
|
|
|
background-color: #e9edf0;
|
|
|
|
position: relative;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 22px;
|
|
|
|
line-height: 29px;
|
|
|
|
width: 100%;
|
|
|
|
padding: 25px 0;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.confirm-screen-header {
|
|
|
|
font-size: 20px; } }
|
|
|
|
|
|
|
|
.confirm-screen-header-tip {
|
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
background: #e9edf0;
|
|
|
|
position: absolute;
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
transform: rotate(45deg);
|
|
|
|
top: 71px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0 auto; }
|
|
|
|
|
|
|
|
.confirm-screen-title {
|
|
|
|
line-height: 27px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.confirm-screen-title {
|
|
|
|
margin-left: 22px;
|
|
|
|
margin-right: 8px; } }
|
|
|
|
|
|
|
|
.confirm-screen-back-button {
|
|
|
|
background: transparent;
|
|
|
|
border: 1px solid #2f9ae0;
|
|
|
|
left: 24px;
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
color: #2f9ae0;
|
|
|
|
padding: 6px 13px 7px 12px;
|
|
|
|
border-radius: 2px;
|
|
|
|
height: 30px;
|
|
|
|
width: 54px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.confirm-screen-back-button {
|
|
|
|
margin-right: 12px; } }
|
|
|
|
|
|
|
|
.confirm-screen-account-wrapper {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.confirm-screen-account-name {
|
|
|
|
margin-top: 12px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #5d5d5d;
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
.confirm-screen-row-info {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 21px; }
|
|
|
|
|
|
|
|
.confirm-screen-account-number {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #9b9b9b;
|
|
|
|
text-align: center;
|
|
|
|
height: 16px; }
|
|
|
|
|
|
|
|
.confirm-send-ether i.fa-arrow-right,
|
|
|
|
.confirm-send-token i.fa-arrow-right {
|
|
|
|
-ms-flex-item-align: start;
|
|
|
|
align-self: start;
|
|
|
|
margin: 24px 14px 0 !important; }
|
|
|
|
|
|
|
|
.confirm-screen-identicons {
|
|
|
|
margin-top: 24px;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.confirm-screen-identicons i.fa-arrow-right {
|
|
|
|
-ms-flex-item-align: start;
|
|
|
|
align-self: start;
|
|
|
|
margin: 42px 14px 0; }
|
|
|
|
.confirm-screen-identicons i.fa-file-text-o {
|
|
|
|
font-size: 60px;
|
|
|
|
margin: 16px 8px 0 8px;
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
.confirm-screen-sending-to-message {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 30px;
|
|
|
|
font-family: 'DIN NEXT Light'; }
|
|
|
|
|
|
|
|
.confirm-screen-send-amount {
|
|
|
|
color: #5d5d5d;
|
|
|
|
margin-top: 12px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 40px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 53px;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
|
|
|
|
.confirm-screen-send-amount-currency {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
|
|
|
|
.confirm-memo-wrapper {
|
|
|
|
min-height: 24px;
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: 1px solid #dedede;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
|
|
|
|
.confirm-screen-send-memo {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 19px;
|
|
|
|
font-weight: 400; }
|
|
|
|
|
|
|
|
.confirm-screen-label {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 40px;
|
|
|
|
color: #5d5d5d;
|
|
|
|
text-align: left; }
|
|
|
|
|
|
|
|
section .confirm-screen-account-name,
|
|
|
|
section .confirm-screen-account-number,
|
|
|
|
.confirm-screen-row-info,
|
|
|
|
.confirm-screen-row-detail {
|
|
|
|
text-align: left; }
|
|
|
|
|
|
|
|
.confirm-screen-rows {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
|
|
|
|
.confirm-screen-section-column {
|
|
|
|
-webkit-box-flex: .5;
|
|
|
|
-ms-flex: .5;
|
|
|
|
flex: .5; }
|
|
|
|
|
|
|
|
.confirm-screen-row {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
border-bottom: 1px solid #dedede;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 12px;
|
|
|
|
padding-left: 35px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
font-weight: 300; }
|
|
|
|
|
|
|
|
.confirm-screen-row-detail {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.confirm-screen-total-box {
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
padding: 20px;
|
|
|
|
padding-left: 35px;
|
|
|
|
border-bottom: 1px solid #dedede; }
|
|
|
|
.confirm-screen-total-box .confirm-screen-label {
|
|
|
|
line-height: 18px; }
|
|
|
|
.confirm-screen-total-box .confirm-screen-row-detail {
|
|
|
|
color: #5d5d5d; }
|
|
|
|
.confirm-screen-total-box__subtitle {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 22px; }
|
|
|
|
.confirm-screen-total-box .confirm-screen-row-info {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 21px; }
|
|
|
|
|
|
|
|
.confirm-screen-confirm-button {
|
|
|
|
height: 62px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: #02c9b1;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
font-family: Roboto;
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
border-width: 0;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
font-weight: 300;
|
|
|
|
margin: 0 8px; }
|
|
|
|
|
|
|
|
.btn-light.confirm-screen-cancel-button {
|
|
|
|
height: 62px;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
opacity: 1;
|
|
|
|
font-family: Roboto;
|
|
|
|
border-width: 0;
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 32px;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
font-weight: 300;
|
|
|
|
margin: 0 8px; }
|
|
|
|
|
|
|
|
#pending-tx-form {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
position: relative;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 12px 18px;
|
|
|
|
border-bottom-left-radius: 8px;
|
|
|
|
border-bottom-right-radius: 8px;
|
|
|
|
width: 100%; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
#pending-tx-form {
|
|
|
|
border-top: 1px solid #dedede;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0; } }
|
|
|
|
|
|
|
|
.loading-overlay {
|
|
|
|
left: 0px;
|
|
|
|
z-index: 50;
|
|
|
|
position: absolute;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
|
|
background: rgba(255, 255, 255, 0.8); }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.loading-overlay {
|
|
|
|
margin-top: 56px;
|
|
|
|
height: calc(100% - 56px); } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.loading-overlay {
|
|
|
|
margin-top: 75px;
|
|
|
|
height: calc(100% - 75px); } }
|
|
|
|
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.hero-balance {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
margin: .3em .9em 0;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; } }
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.hero-balance {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
margin: 2.8em 2.37em .8em; } }
|
|
|
|
|
|
|
|
.hero-balance .balance-container {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
margin: 0;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.hero-balance .balance-container {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.hero-balance .balance-container {
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-flex: 3;
|
|
|
|
-ms-flex-positive: 3;
|
|
|
|
flex-grow: 3; } }
|
|
|
|
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.hero-balance .balance-display {
|
|
|
|
text-align: center; }
|
|
|
|
.hero-balance .balance-display .token-amount {
|
|
|
|
font-size: 175%;
|
|
|
|
margin-top: 12.5%; }
|
|
|
|
.hero-balance .balance-display .fiat-amount {
|
|
|
|
font-size: 115%;
|
|
|
|
margin-top: 8.5%;
|
|
|
|
color: #a0a0a0; } }
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.hero-balance .balance-display {
|
|
|
|
margin-left: 3%;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: start;
|
|
|
|
-ms-flex-align: start;
|
|
|
|
align-items: flex-start; }
|
|
|
|
.hero-balance .balance-display .token-amount {
|
|
|
|
font-size: 135%; }
|
|
|
|
.hero-balance .balance-display .fiat-amount {
|
|
|
|
margin-top: .25%;
|
|
|
|
font-size: 105%; } }
|
|
|
|
|
|
|
|
.hero-balance .balance-icon {
|
|
|
|
border-radius: 25px;
|
|
|
|
width: 45px;
|
|
|
|
height: 45px;
|
|
|
|
border: 1px solid #dedede; }
|
|
|
|
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.hero-balance .hero-balance-buttons {
|
|
|
|
width: 100%;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
padding: 16px 0; } }
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.hero-balance .hero-balance-buttons {
|
|
|
|
-webkit-box-flex: 2;
|
|
|
|
-ms-flex-positive: 2;
|
|
|
|
flex-grow: 2;
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
-ms-flex-pack: end;
|
|
|
|
justify-content: flex-end; } }
|
|
|
|
|
|
|
|
.hero-balance .hero-balance-buttons button.btn-clear {
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-size: 12px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.hero-balance .hero-balance-buttons button.btn-clear {
|
|
|
|
border-color: #2f9ae0;
|
|
|
|
color: #2f9ae0;
|
|
|
|
height: 36px; } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.hero-balance .hero-balance-buttons button.btn-clear {
|
|
|
|
border-color: #2f9ae0;
|
|
|
|
color: #2f9ae0;
|
|
|
|
padding: 0;
|
|
|
|
width: 85px;
|
|
|
|
height: 34px; } }
|
|
|
|
|
|
|
|
.wallet-balance-wrapper {
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
-webkit-transition: linear 200ms;
|
|
|
|
transition: linear 200ms;
|
|
|
|
background: rgba(231, 231, 231, 0); }
|
|
|
|
.wallet-balance-wrapper--active {
|
|
|
|
background: #e7e7e7; }
|
|
|
|
|
|
|
|
.wallet-balance {
|
|
|
|
background: inherit;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
cursor: pointer;
|
|
|
|
border-top: 1px solid #e7e7e7; }
|
|
|
|
.wallet-balance .balance-container {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
margin: 20px 24px;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-flex: 3;
|
|
|
|
-ms-flex-positive: 3;
|
|
|
|
flex-grow: 3; }
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 890px) {
|
|
|
|
.wallet-balance .balance-container {
|
|
|
|
margin: 10% 4%; } }
|
|
|
|
.wallet-balance .balance-display {
|
|
|
|
margin-left: 15px;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: start;
|
|
|
|
-ms-flex-align: start;
|
|
|
|
align-items: flex-start; }
|
|
|
|
.wallet-balance .balance-display .token-amount {
|
|
|
|
font-size: 135%; }
|
|
|
|
.wallet-balance .balance-display .fiat-amount {
|
|
|
|
margin-top: .25%;
|
|
|
|
font-size: 105%; }
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 890px) {
|
|
|
|
.wallet-balance .balance-display {
|
|
|
|
margin-left: 4%; }
|
|
|
|
.wallet-balance .balance-display .token-amount {
|
|
|
|
font-size: 105%; }
|
|
|
|
.wallet-balance .balance-display .fiat-amount {
|
|
|
|
font-size: 95%; } }
|
|
|
|
.wallet-balance .balance-icon {
|
|
|
|
border-radius: 25px;
|
|
|
|
width: 45px;
|
|
|
|
height: 45px;
|
|
|
|
border: 1px solid #dedede; }
|
|
|
|
|
|
|
|
.tx-list-container {
|
|
|
|
height: 87.5%; }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.tx-list-container {
|
|
|
|
overflow-y: scroll; } }
|
|
|
|
|
|
|
|
.tx-list-header {
|
|
|
|
text-transform: capitalize; }
|
|
|
|
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.tx-list-header-wrapper {
|
|
|
|
margin-top: .2em;
|
|
|
|
margin-bottom: .6em;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.tx-list-header {
|
|
|
|
-ms-flex-item-align: center;
|
|
|
|
align-self: center;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-family: Roboto;
|
|
|
|
text-transform: uppercase; } }
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.tx-list-header-wrapper {
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 55px;
|
|
|
|
flex: 0 0 55px; }
|
|
|
|
.tx-list-header {
|
|
|
|
font-size: 16px;
|
|
|
|
margin: 1.5em 2.37em; }
|
|
|
|
.tx-list-container::-webkit-scrollbar {
|
|
|
|
display: none; } }
|
|
|
|
|
|
|
|
.tx-list-content-divider {
|
|
|
|
height: 1px;
|
|
|
|
background: #e7e7e7;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 1px;
|
|
|
|
flex: 0 0 1px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.tx-list-content-divider {
|
|
|
|
margin: .1em 0; } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.tx-list-content-divider {
|
|
|
|
margin: .1em 2.37em; } }
|
|
|
|
|
|
|
|
.tx-list-item-wrapper {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
width: 0;
|
|
|
|
-webkit-box-align: stretch;
|
|
|
|
-ms-flex-align: stretch;
|
|
|
|
align-items: stretch;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.tx-list-item-wrapper {
|
|
|
|
padding: 0 1.3em .8em; } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.tx-list-item-wrapper {
|
|
|
|
padding-bottom: 12px; } }
|
|
|
|
|
|
|
|
.tx-list-clickable {
|
|
|
|
cursor: pointer; }
|
|
|
|
.tx-list-clickable:hover {
|
|
|
|
background: rgba(222, 222, 222, 0.2); }
|
|
|
|
|
|
|
|
.tx-list-pending-item-container {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: .5; }
|
|
|
|
|
|
|
|
.tx-list-date-wrapper {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.tx-list-date-wrapper {
|
|
|
|
margin-top: 6px; } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.tx-list-date-wrapper {
|
|
|
|
margin-top: 12px; } }
|
|
|
|
|
|
|
|
.tx-list-content-wrapper {
|
|
|
|
-webkit-box-align: stretch;
|
|
|
|
-ms-flex-align: stretch;
|
|
|
|
align-items: stretch;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-top: 2px;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
width: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.tx-list-content-wrapper {
|
|
|
|
font-size: 12px; }
|
|
|
|
.tx-list-content-wrapper .tx-list-status {
|
|
|
|
font-size: 14px !important; }
|
|
|
|
.tx-list-content-wrapper .tx-list-account {
|
|
|
|
font-size: 14px !important; }
|
|
|
|
.tx-list-content-wrapper .tx-list-value {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px; }
|
|
|
|
.tx-list-content-wrapper .tx-list-fiat-value {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px; } }
|
|
|
|
|
|
|
|
.tx-list-date {
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: Roboto; }
|
|
|
|
|
|
|
|
.tx-list-identicon-wrapper {
|
|
|
|
-ms-flex-item-align: center;
|
|
|
|
align-self: center;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
margin-right: 16px; }
|
|
|
|
|
|
|
|
.tx-list-account-and-status-wrapper {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row wrap;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
width: 0; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.tx-list-account-and-status-wrapper {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: start;
|
|
|
|
-ms-flex-align: start;
|
|
|
|
align-items: flex-start;
|
|
|
|
-ms-flex-item-align: center;
|
|
|
|
align-self: center; }
|
|
|
|
.tx-list-account-and-status-wrapper .tx-list-account-wrapper {
|
|
|
|
height: 18px; }
|
|
|
|
.tx-list-account-and-status-wrapper .tx-list-account-wrapper .tx-list-account {
|
|
|
|
line-height: 14px; } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.tx-list-account-and-status-wrapper {
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
.tx-list-account-and-status-wrapper .tx-list-account-wrapper {
|
|
|
|
-webkit-box-flex: 1.3;
|
|
|
|
-ms-flex: 1.3 2 auto;
|
|
|
|
flex: 1.3 2 auto;
|
|
|
|
min-width: 153px; }
|
|
|
|
.tx-list-account-and-status-wrapper .tx-list-status-wrapper {
|
|
|
|
-webkit-box-flex: 6;
|
|
|
|
-ms-flex: 6 6 auto;
|
|
|
|
flex: 6 6 auto; } }
|
|
|
|
.tx-list-account-and-status-wrapper .tx-list-account {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #5d5d5d; }
|
|
|
|
.tx-list-account-and-status-wrapper .tx-list-status {
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-size: 16px;
|
|
|
|
text-transform: capitalize; }
|
|
|
|
.tx-list-account-and-status-wrapper .tx-list-status--rejected,
|
|
|
|
.tx-list-account-and-status-wrapper .tx-list-status--failed {
|
|
|
|
color: #d0021b; }
|
|
|
|
|
|
|
|
.tx-list-item {
|
|
|
|
border-top: 1px solid #e7e7e7;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap; }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.tx-list-item {
|
|
|
|
margin: 0 2.37em; } }
|
|
|
|
.tx-list-item:last-of-type {
|
|
|
|
border-bottom: 1px solid #e7e7e7;
|
|
|
|
margin-bottom: 32px; }
|
|
|
|
.tx-list-item__wrapper {
|
|
|
|
-ms-flex-item-align: center;
|
|
|
|
align-self: center;
|
|
|
|
-webkit-box-flex: 2;
|
|
|
|
-ms-flex: 2 2 auto;
|
|
|
|
flex: 2 2 auto;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
.tx-list-item__wrapper .tx-list-value {
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: right; }
|
|
|
|
.tx-list-item__wrapper .tx-list-value--confirmed {
|
|
|
|
color: #02c9b1; }
|
|
|
|
.tx-list-item__wrapper .tx-list-fiat-value {
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: right; }
|
|
|
|
.tx-list-item--empty {
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: none !important;
|
|
|
|
padding: 16px; }
|
|
|
|
|
|
|
|
.tx-list-details-wrapper {
|
|
|
|
overflow: hidden;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 35%;
|
|
|
|
flex: 0 0 35%; }
|
|
|
|
|
|
|
|
.tx-list-value {
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: right;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden; }
|
|
|
|
|
|
|
|
.tx-list-fiat-value {
|
|
|
|
text-align: right;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden; }
|
|
|
|
|
|
|
|
.tx-list-value--confirmed {
|
|
|
|
color: #02c9b1; }
|
|
|
|
|
|
|
|
/* stylelint-disable */
|
|
|
|
/*
|
|
|
|
App Sections
|
|
|
|
TODO: Move into separate files.
|
|
|
|
*/
|
|
|
|
/* initialize */
|
|
|
|
textarea.twelve-word-phrase {
|
|
|
|
padding: 12px;
|
|
|
|
width: 300px;
|
|
|
|
height: 140px;
|
|
|
|
font-size: 16px;
|
|
|
|
background: #fff;
|
|
|
|
resize: none; }
|
|
|
|
|
|
|
|
.initialize-screen hr {
|
|
|
|
width: 60px;
|
|
|
|
margin: 12px;
|
|
|
|
border-color: #f7861c;
|
|
|
|
border-style: solid; }
|
|
|
|
|
|
|
|
.initialize-screen label {
|
|
|
|
margin-top: 20px; }
|
|
|
|
|
|
|
|
.initialize-screen button.create-vault {
|
|
|
|
margin-top: 40px; }
|
|
|
|
|
|
|
|
.initialize-screen .warning {
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 0 16px; }
|
|
|
|
|
|
|
|
/* unlock */
|
|
|
|
.error {
|
|
|
|
color: #f7861c;
|
|
|
|
margin-bottom: 9px; }
|
|
|
|
|
|
|
|
.warning {
|
|
|
|
color: #ffae00; }
|
|
|
|
|
|
|
|
.lock {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px; }
|
|
|
|
|
|
|
|
.lock.locked {
|
|
|
|
-webkit-transform: scale(1.5);
|
|
|
|
transform: scale(1.5);
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transition: opacity 400ms ease-in, -webkit-transform 400ms ease-in;
|
|
|
|
transition: opacity 400ms ease-in, -webkit-transform 400ms ease-in;
|
|
|
|
transition: opacity 400ms ease-in, transform 400ms ease-in;
|
|
|
|
transition: opacity 400ms ease-in, transform 400ms ease-in, -webkit-transform 400ms ease-in; }
|
|
|
|
|
|
|
|
.lock.unlocked {
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
transform: scale(1);
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transition: opacity 500ms ease-out, background 200ms ease-in, -webkit-transform 500ms ease-out;
|
|
|
|
transition: opacity 500ms ease-out, background 200ms ease-in, -webkit-transform 500ms ease-out;
|
|
|
|
transition: opacity 500ms ease-out, transform 500ms ease-out, background 200ms ease-in;
|
|
|
|
transition: opacity 500ms ease-out, transform 500ms ease-out, background 200ms ease-in, -webkit-transform 500ms ease-out; }
|
|
|
|
|
|
|
|
.lock.locked .lock-top {
|
|
|
|
-webkit-transform: scaleX(1) translateX(0);
|
|
|
|
transform: scaleX(1) translateX(0);
|
|
|
|
-webkit-transition: -webkit-transform 250ms ease-in;
|
|
|
|
transition: -webkit-transform 250ms ease-in;
|
|
|
|
transition: transform 250ms ease-in;
|
|
|
|
transition: transform 250ms ease-in, -webkit-transform 250ms ease-in; }
|
|
|
|
|
|
|
|
.lock.unlocked .lock-top {
|
|
|
|
-webkit-transform: scaleX(-1) translateX(-12px);
|
|
|
|
transform: scaleX(-1) translateX(-12px);
|
|
|
|
-webkit-transition: -webkit-transform 250ms ease-in;
|
|
|
|
transition: -webkit-transform 250ms ease-in;
|
|
|
|
transition: transform 250ms ease-in;
|
|
|
|
transition: transform 250ms ease-in, -webkit-transform 250ms ease-in; }
|
|
|
|
|
|
|
|
.lock.unlocked:hover {
|
|
|
|
border-radius: 4px;
|
|
|
|
background: #e5e5e5;
|
|
|
|
border: 1px solid #b1b1b1; }
|
|
|
|
|
|
|
|
.lock.unlocked:active {
|
|
|
|
background: #c3c3c3; }
|
|
|
|
|
|
|
|
.section-title .fa-arrow-left {
|
|
|
|
margin: -2px 8px 0px -8px; }
|
|
|
|
|
|
|
|
.unlock-screen #metamask-mascot-container {
|
|
|
|
margin-top: 24px; }
|
|
|
|
|
|
|
|
.unlock-screen h1 {
|
|
|
|
margin-top: -28px;
|
|
|
|
margin-bottom: 42px; }
|
|
|
|
|
|
|
|
.unlock-screen input[type=password] {
|
|
|
|
width: 260px; }
|
|
|
|
|
|
|
|
.sizing-input {
|
|
|
|
font-size: 14px;
|
|
|
|
height: 30px;
|
|
|
|
padding-left: 5px; }
|
|
|
|
|
|
|
|
.editable-label {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex; }
|
|
|
|
|
|
|
|
/* Webkit */
|
|
|
|
.unlock-screen input::-webkit-input-placeholder {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.2em; }
|
|
|
|
|
|
|
|
/* Firefox 18- */
|
|
|
|
.unlock-screen input:-moz-placeholder {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.2em; }
|
|
|
|
|
|
|
|
/* Firefox 19+ */
|
|
|
|
.unlock-screen input::-moz-placeholder {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.2em; }
|
|
|
|
|
|
|
|
/* IE */
|
|
|
|
.unlock-screen input:-ms-input-placeholder {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.2em; }
|
|
|
|
|
|
|
|
/* accounts */
|
|
|
|
.accounts-section {
|
|
|
|
margin: 0 0px; }
|
|
|
|
|
|
|
|
.accounts-section .horizontal-line {
|
|
|
|
margin: 0 18px; }
|
|
|
|
|
|
|
|
.accounts-list-option {
|
|
|
|
height: 120px; }
|
|
|
|
|
|
|
|
.accounts-list-option .identicon-wrapper {
|
|
|
|
width: 100px; }
|
|
|
|
|
|
|
|
.unconftx-link {
|
|
|
|
margin-top: 24px;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.unconftx-link .fa-arrow-right {
|
|
|
|
margin: 0 -8px 0px 8px; }
|
|
|
|
|
|
|
|
/* identity panel */
|
|
|
|
.identity-panel {
|
|
|
|
font-weight: 500; }
|
|
|
|
|
|
|
|
.identity-panel .identicon-wrapper {
|
|
|
|
margin: 4px;
|
|
|
|
margin-top: 8px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.identity-panel .identicon-wrapper span {
|
|
|
|
margin: 0 auto; }
|
|
|
|
|
|
|
|
.identity-panel .identity-data {
|
|
|
|
margin: 8px 8px 8px 18px; }
|
|
|
|
|
|
|
|
.identity-panel i {
|
|
|
|
margin-top: 32px;
|
|
|
|
margin-right: 6px;
|
|
|
|
color: #b9b9b9; }
|
|
|
|
|
|
|
|
.identity-panel .arrow-right {
|
|
|
|
padding-left: 18px;
|
|
|
|
width: 42px;
|
|
|
|
min-width: 18px;
|
|
|
|
height: 100%; }
|
|
|
|
|
|
|
|
.identity-copy.flex-column {
|
|
|
|
-webkit-box-flex: .25;
|
|
|
|
-ms-flex: .25 0 auto;
|
|
|
|
flex: .25 0 auto;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center; }
|
|
|
|
|
|
|
|
/* accounts screen */
|
|
|
|
.identity-section .identity-panel {
|
|
|
|
background: #e9e9e9;
|
|
|
|
border-bottom: 1px solid #b1b1b1;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.identity-section .identity-panel.selected {
|
|
|
|
background: #fff;
|
|
|
|
color: #f3c83e; }
|
|
|
|
|
|
|
|
.identity-section .identity-panel.selected .identicon {
|
|
|
|
border-color: #ffa500; }
|
|
|
|
|
|
|
|
.identity-section .accounts-list-option:hover,
|
|
|
|
.identity-section .accounts-list-option.selected {
|
|
|
|
background: #fff; }
|
|
|
|
|
|
|
|
/* account detail screen */
|
|
|
|
.account-detail-section {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
overflow-y: auto;
|
|
|
|
-webkit-box-orient: inherit;
|
|
|
|
-webkit-box-direction: inherit;
|
|
|
|
-ms-flex-direction: inherit;
|
|
|
|
flex-direction: inherit; }
|
|
|
|
|
|
|
|
.grow-tenx {
|
|
|
|
-webkit-box-flex: 10;
|
|
|
|
-ms-flex-positive: 10;
|
|
|
|
flex-grow: 10; }
|
|
|
|
|
|
|
|
.unapproved-tx-icon {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
background: #2faef4;
|
|
|
|
border-color: #aeaeae;
|
|
|
|
border-radius: 13px; }
|
|
|
|
|
|
|
|
.edit-text {
|
|
|
|
height: 100%;
|
|
|
|
visibility: hidden; }
|
|
|
|
|
|
|
|
.editing-label {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
margin-left: 50px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
font-size: 11px;
|
|
|
|
text-rendering: geometricPrecision;
|
|
|
|
color: #f7861c; }
|
|
|
|
|
|
|
|
.name-label:hover .edit-text {
|
|
|
|
visibility: visible; }
|
|
|
|
|
|
|
|
/* tx confirm */
|
|
|
|
.unconftx-section input[type=password] {
|
|
|
|
height: 22px;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 12px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 2px solid #f3c83e;
|
|
|
|
background: #faf6f0; }
|
|
|
|
|
|
|
|
/* Ether Balance Widget */
|
|
|
|
.ether-balance-amount {
|
|
|
|
color: #f7861c; }
|
|
|
|
|
|
|
|
.ether-balance-label {
|
|
|
|
color: #aba9aa; }
|
|
|
|
|
|
|
|
/* Info screen */
|
|
|
|
.info-gray {
|
|
|
|
font-family: Roboto;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #aeaeae; }
|
|
|
|
|
|
|
|
.icon-size {
|
|
|
|
width: 20px; }
|
|
|
|
|
|
|
|
.info {
|
|
|
|
font-family: Roboto, Arial;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 5px; }
|
|
|
|
|
|
|
|
/* buy eth warning screen */
|
|
|
|
.custom-radios {
|
|
|
|
-ms-flex-pack: distribute;
|
|
|
|
justify-content: space-around;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.custom-radio-selected {
|
|
|
|
width: 17px;
|
|
|
|
height: 17px;
|
|
|
|
border: solid;
|
|
|
|
border-style: double;
|
|
|
|
border-radius: 15px;
|
|
|
|
border-width: 5px;
|
|
|
|
background: #f7861c;
|
|
|
|
border-color: #f7f7f7; }
|
|
|
|
|
|
|
|
.custom-radio-inactive {
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
border: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 24px;
|
|
|
|
border-color: #aeaeae; }
|
|
|
|
|
|
|
|
.radio-titles {
|
|
|
|
color: #f7861c; }
|
|
|
|
|
|
|
|
.eth-warning {
|
|
|
|
-webkit-transition: opacity 400ms ease-in, -webkit-transform 400ms ease-in;
|
|
|
|
transition: opacity 400ms ease-in, -webkit-transform 400ms ease-in;
|
|
|
|
transition: opacity 400ms ease-in, transform 400ms ease-in;
|
|
|
|
transition: opacity 400ms ease-in, transform 400ms ease-in, -webkit-transform 400ms ease-in; }
|
|
|
|
|
|
|
|
.buy-subview {
|
|
|
|
-webkit-transition: opacity 400ms ease-in, -webkit-transform 400ms ease-in;
|
|
|
|
transition: opacity 400ms ease-in, -webkit-transform 400ms ease-in;
|
|
|
|
transition: opacity 400ms ease-in, transform 400ms ease-in;
|
|
|
|
transition: opacity 400ms ease-in, transform 400ms ease-in, -webkit-transform 400ms ease-in; }
|
|
|
|
|
|
|
|
.input-container:hover .edit-text {
|
|
|
|
visibility: visible; }
|
|
|
|
|
|
|
|
.buy-inputs {
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 13px;
|
|
|
|
height: 20px;
|
|
|
|
background: transparent;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: solid;
|
|
|
|
border-color: transparent;
|
|
|
|
border-width: .5px;
|
|
|
|
border-radius: 2px; }
|
|
|
|
|
|
|
|
.input-container:hover .buy-inputs {
|
|
|
|
-webkit-box-sizing: inherit;
|
|
|
|
box-sizing: inherit;
|
|
|
|
border: solid;
|
|
|
|
border-color: #f7861c;
|
|
|
|
border-width: .5px;
|
|
|
|
border-radius: 2px; }
|
|
|
|
|
|
|
|
.buy-inputs:focus {
|
|
|
|
border: solid;
|
|
|
|
border-color: #f7861c;
|
|
|
|
border-width: .5px;
|
|
|
|
border-radius: 2px; }
|
|
|
|
|
|
|
|
.activeForm {
|
|
|
|
background: #f7f7f7;
|
|
|
|
border: none;
|
|
|
|
border-radius: 8px 8px 0px 0px;
|
|
|
|
width: 50%;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 4px; }
|
|
|
|
|
|
|
|
.inactiveForm {
|
|
|
|
border: none;
|
|
|
|
border-radius: 8px 8px 0px 0px;
|
|
|
|
width: 50%;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 4px; }
|
|
|
|
|
|
|
|
.ex-coins {
|
|
|
|
font-family: Roboto;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 33px;
|
|
|
|
width: 118px;
|
|
|
|
height: 42px;
|
|
|
|
padding: 1px;
|
|
|
|
color: #4d4d4d; }
|
|
|
|
|
|
|
|
.marketinfo {
|
|
|
|
font-family: Roboto;
|
|
|
|
color: #aeaeae;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 17px; }
|
|
|
|
|
|
|
|
#fromCoin::-webkit-calendar-picker-indicator {
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
#coinList {
|
|
|
|
width: 400px;
|
|
|
|
height: 500px;
|
|
|
|
overflow: scroll; }
|
|
|
|
|
|
|
|
.icon-control .fa-refresh {
|
|
|
|
visibility: hidden; }
|
|
|
|
|
|
|
|
.icon-control:hover .fa-refresh {
|
|
|
|
visibility: visible; }
|
|
|
|
|
|
|
|
.icon-control:hover .fa-chevron-right {
|
|
|
|
visibility: hidden; }
|
|
|
|
|
|
|
|
.inactive {
|
|
|
|
color: #aeaeae; }
|
|
|
|
|
|
|
|
.inactive button {
|
|
|
|
background: #aeaeae;
|
|
|
|
color: #fff; }
|
|
|
|
|
|
|
|
.qr-ellip-address, .ellip-address {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis; }
|
|
|
|
|
|
|
|
.qr-header {
|
|
|
|
font-size: 25px;
|
|
|
|
margin-top: 40px; }
|
|
|
|
|
|
|
|
.qr-message {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #f7861c; }
|
|
|
|
|
|
|
|
div.message-container > div:first-child {
|
|
|
|
margin-top: 18px;
|
|
|
|
font-size: 15px;
|
|
|
|
color: #4d4d4d; }
|
|
|
|
|
|
|
|
.pop-hover:hover {
|
|
|
|
-webkit-transform: scale(1.1);
|
|
|
|
transform: scale(1.1); }
|
|
|
|
|
|
|
|
/* stylelint-enable */
|
|
|
|
.token-list-item {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 20px 24px;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: linear 200ms;
|
|
|
|
transition: linear 200ms;
|
|
|
|
background-color: rgba(231, 231, 231, 0);
|
|
|
|
position: relative; }
|
|
|
|
.token-list-item__token-balance {
|
|
|
|
font-size: 130%; }
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 890px) {
|
|
|
|
.token-list-item__token-balance {
|
|
|
|
font-size: 105%; } }
|
|
|
|
.token-list-item__fiat-amount {
|
|
|
|
margin-top: .25%;
|
|
|
|
font-size: 105%;
|
|
|
|
text-transform: uppercase; }
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 890px) {
|
|
|
|
.token-list-item__fiat-amount {
|
|
|
|
font-size: 95%; } }
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 890px) {
|
|
|
|
.token-list-item {
|
|
|
|
padding: 10% 4%; } }
|
|
|
|
.token-list-item--active {
|
|
|
|
background-color: #e7e7e7; }
|
|
|
|
.token-list-item__identicon {
|
|
|
|
margin-right: 15px;
|
|
|
|
border: '1px solid #dedede'; }
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 890px) {
|
|
|
|
.token-list-item__identicon {
|
|
|
|
margin-right: 4%; } }
|
|
|
|
.token-list-item__ellipsis {
|
|
|
|
line-height: 45px; }
|
|
|
|
.token-list-item__balance-wrapper {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto; }
|
|
|
|
|
|
|
|
.token-menu-dropdown {
|
|
|
|
height: 55px;
|
|
|
|
width: 191px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: rgba(0, 0, 0, 0.82);
|
|
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
|
|
|
position: fixed;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: 105px;
|
|
|
|
z-index: 2000; }
|
|
|
|
.token-menu-dropdown__close-area {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 2100;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
cursor: default; }
|
|
|
|
.token-menu-dropdown__container {
|
|
|
|
padding: 16px 34px 32px;
|
|
|
|
z-index: 2200;
|
|
|
|
position: relative; }
|
|
|
|
.token-menu-dropdown__options {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center; }
|
|
|
|
.token-menu-dropdown__option {
|
|
|
|
color: #fff;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 21px;
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
.add-token {
|
|
|
|
width: 498px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
z-index: 12;
|
|
|
|
font-family: 'DIN Next Light'; }
|
|
|
|
.add-token__wrapper {
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.add-token__title-container {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 30px 60px 12px;
|
|
|
|
border-bottom: 1px solid #efefef;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.add-token__title {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 26px;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-bottom: 12px; }
|
|
|
|
.add-token__description {
|
|
|
|
text-align: center; }
|
|
|
|
.add-token__description + .add-token__description {
|
|
|
|
margin-top: 24px; }
|
|
|
|
.add-token__confirmation-description {
|
|
|
|
margin: 12px 0; }
|
|
|
|
.add-token__content-container {
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: 1px solid #efefef; }
|
|
|
|
.add-token__input-container {
|
|
|
|
padding: 11px 0;
|
|
|
|
width: 263px;
|
|
|
|
margin: 0 auto;
|
|
|
|
position: relative; }
|
|
|
|
.add-token__search-input-error-message {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -10px;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 100%;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
color: #f00; }
|
|
|
|
.add-token__input {
|
|
|
|
width: 100%;
|
|
|
|
border: 2px solid #efefef;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 5px 15px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px; }
|
|
|
|
.add-token__input::-webkit-input-placeholder {
|
|
|
|
color: #cdcdcd; }
|
|
|
|
.add-token__input:-ms-input-placeholder {
|
|
|
|
color: #cdcdcd; }
|
|
|
|
.add-token__input::-ms-input-placeholder {
|
|
|
|
color: #cdcdcd; }
|
|
|
|
.add-token__input::placeholder {
|
|
|
|
color: #cdcdcd; }
|
|
|
|
.add-token__footers {
|
|
|
|
width: 100%; }
|
|
|
|
.add-token__add-custom {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 12px 0;
|
|
|
|
font-weight: 600;
|
|
|
|
cursor: pointer; }
|
|
|
|
.add-token__add-custom:hover {
|
|
|
|
background-color: rgba(0, 0, 0, 0.05); }
|
|
|
|
.add-token__add-custom:active {
|
|
|
|
background-color: rgba(0, 0, 0, 0.1); }
|
|
|
|
.add-token__add-custom .fa {
|
|
|
|
position: absolute;
|
|
|
|
right: 24px;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 24px; }
|
|
|
|
.add-token__add-custom-form {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
margin: 8px 0 51px; }
|
|
|
|
.add-token__add-custom-field {
|
|
|
|
width: 290px;
|
|
|
|
margin: 0 auto;
|
|
|
|
position: relative; }
|
|
|
|
.add-token__add-custom-field--error .add-token__add-custom-input {
|
|
|
|
border-color: #f00; }
|
|
|
|
.add-token__add-custom-error-message {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -21px;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 100%;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
color: #f00; }
|
|
|
|
.add-token__add-custom-label {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 21px;
|
|
|
|
margin-bottom: 8px; }
|
|
|
|
.add-token__add-custom-input {
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #cdcdcd;
|
|
|
|
padding: 5px 15px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px; }
|
|
|
|
.add-token__add-custom-input::-webkit-input-placeholder {
|
|
|
|
color: #cdcdcd; }
|
|
|
|
.add-token__add-custom-input:-ms-input-placeholder {
|
|
|
|
color: #cdcdcd; }
|
|
|
|
.add-token__add-custom-input::-ms-input-placeholder {
|
|
|
|
color: #cdcdcd; }
|
|
|
|
.add-token__add-custom-input::placeholder {
|
|
|
|
color: #cdcdcd; }
|
|
|
|
.add-token__add-custom-field + .add-token__add-custom-field {
|
|
|
|
margin-top: 21px; }
|
|
|
|
.add-token__buttons {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
margin: 30px 0 51px;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.add-token__token-icons-container {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row wrap;
|
|
|
|
flex-flow: row wrap; }
|
|
|
|
.add-token__token-wrapper {
|
|
|
|
-webkit-transition: 200ms ease-in-out;
|
|
|
|
transition: 200ms ease-in-out;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 42.5%;
|
|
|
|
flex: 0 0 42.5%;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 12px;
|
|
|
|
margin: 2.5%;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 2px solid transparent;
|
|
|
|
position: relative; }
|
|
|
|
.add-token__token-wrapper:hover {
|
|
|
|
border: 2px solid rgba(122, 201, 253, 0.5); }
|
|
|
|
.add-token__token-wrapper--selected {
|
|
|
|
border: 2px solid #7ac9fd !important; }
|
|
|
|
.add-token__token-wrapper--disabled {
|
|
|
|
opacity: .4;
|
|
|
|
pointer-events: none; }
|
|
|
|
.add-token__token-data {
|
|
|
|
-ms-flex-item-align: start;
|
|
|
|
align-self: flex-start; }
|
|
|
|
.add-token__token-name {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px; }
|
|
|
|
.add-token__token-symbol {
|
|
|
|
font-size: 22px;
|
|
|
|
line-height: 29px;
|
|
|
|
font-weight: 600; }
|
|
|
|
.add-token__token-icon {
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
background-position: center;
|
|
|
|
border-radius: 50%;
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
|
|
|
|
margin-right: 12px;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.add-token__token-message {
|
|
|
|
position: absolute;
|
|
|
|
color: #02c9b1;
|
|
|
|
font-size: 11px;
|
|
|
|
bottom: 0;
|
|
|
|
left: 85px; }
|
|
|
|
.add-token__confirmation-token-list {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap; }
|
|
|
|
.add-token__confirmation-token-list .token-balance {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
-webkit-box-align: start;
|
|
|
|
-ms-flex-align: start;
|
|
|
|
align-items: flex-start; }
|
|
|
|
.add-token__confirmation-token-list .token-balance__amount {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-size: 43px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 43px;
|
|
|
|
margin-right: 8px; }
|
|
|
|
.add-token__confirmation-token-list .token-balance__symbol {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px; }
|
|
|
|
.add-token__confirmation-title {
|
|
|
|
padding: 30px 120px 12px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.add-token__confirmation-title {
|
|
|
|
padding: 20px 0;
|
|
|
|
width: 100%; } }
|
|
|
|
.add-token__confirmation-content {
|
|
|
|
padding-bottom: 60px; }
|
|
|
|
.add-token__confirmation-token-list-item {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
margin: 0 auto;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
.add-token__confirmation-token-list-item + .add-token__confirmation-token-list-item {
|
|
|
|
margin-top: 30px; }
|
|
|
|
.add-token__confirmation-token-icon {
|
|
|
|
margin-right: 18px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.add-token {
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
height: 100%; }
|
|
|
|
.add-token__wrapper {
|
|
|
|
-webkit-box-shadow: none !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
width: 100%;
|
|
|
|
overflow-y: auto; }
|
|
|
|
.add-token__footers {
|
|
|
|
border-bottom: 1px solid #efefef; }
|
|
|
|
.add-token__token-icon {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px; }
|
|
|
|
.add-token__token-symbol {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 24px; }
|
|
|
|
.add-token__token-name {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px; }
|
|
|
|
.add-token__buttons {
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 12px 0;
|
|
|
|
margin: 0;
|
|
|
|
border-top: 1px solid #efefef; }
|
|
|
|
.add-token__buttons button {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
margin: 0 12px; } }
|
|
|
|
|
|
|
|
.currency-display {
|
|
|
|
height: 54px;
|
|
|
|
width: 100%ß;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 300;
|
|
|
|
padding: 8px 10px;
|
|
|
|
position: relative; }
|
|
|
|
.currency-display__primary-row {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex; }
|
|
|
|
.currency-display__input {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
border: none;
|
|
|
|
outline: 0 !important;
|
|
|
|
max-width: 100%; }
|
|
|
|
.currency-display__primary-currency {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-weight: 400;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px; }
|
|
|
|
.currency-display__converted-row {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex; }
|
|
|
|
.currency-display__converted-value, .currency-display__converted-currency {
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px; }
|
|
|
|
.currency-display__input-wrapper {
|
|
|
|
position: relative;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex; }
|
|
|
|
.currency-display__currency-symbol {
|
|
|
|
margin-top: 1px; }
|
|
|
|
|
|
|
|
.account-menu {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 100;
|
|
|
|
top: 58px;
|
|
|
|
width: 310px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.account-menu {
|
|
|
|
right: calc(((100vw - 100%) / 2) + 8px); } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.account-menu {
|
|
|
|
right: calc((100vw - 85vw) / 2); } }
|
|
|
|
@media screen and (min-width: 769px) {
|
|
|
|
.account-menu {
|
|
|
|
right: calc((100vw - 80vw) / 2); } }
|
|
|
|
@media screen and (min-width: 1281px) {
|
|
|
|
.account-menu {
|
|
|
|
right: calc((100vw - 65vw) / 2); } }
|
|
|
|
.account-menu__icon {
|
|
|
|
margin-left: 20px;
|
|
|
|
cursor: pointer; }
|
|
|
|
.account-menu__header {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center; }
|
|
|
|
.account-menu__logout-button {
|
|
|
|
border: 1px solid #9b9b9b;
|
|
|
|
background-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 23px;
|
|
|
|
padding: 0 24px;
|
|
|
|
font-weight: 200; }
|
|
|
|
.account-menu img {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px; }
|
|
|
|
.account-menu__accounts {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
overflow-y: auto;
|
|
|
|
max-height: 240px;
|
|
|
|
position: relative;
|
|
|
|
z-index: 200; }
|
|
|
|
.account-menu__accounts::-webkit-scrollbar {
|
|
|
|
display: none; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.account-menu__accounts {
|
|
|
|
max-height: 215px; } }
|
|
|
|
.account-menu__accounts .keyring-label {
|
|
|
|
margin-top: 5px;
|
|
|
|
background-color: #000;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
.account-menu__account {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
padding: 16px 14px;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.account-menu__account {
|
|
|
|
padding: 12px 14px; } }
|
|
|
|
.account-menu__account-info {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
padding-top: 4px; }
|
|
|
|
.account-menu__check-mark {
|
|
|
|
width: 14px;
|
|
|
|
margin-right: 12px;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.account-menu__check-mark-icon {
|
|
|
|
background-image: url("images/check-white.svg");
|
|
|
|
height: 18px;
|
|
|
|
width: 18px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-size: contain;
|
|
|
|
margin: 3px 0; }
|
|
|
|
.account-menu .identicon {
|
|
|
|
margin: 0 12px 0 0;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
.account-menu__name {
|
|
|
|
color: #fff;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 16px; }
|
|
|
|
.account-menu__balance {
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px; }
|
|
|
|
.account-menu__action {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 18px;
|
|
|
|
font-weight: 200;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.menu {
|
|
|
|
border-radius: 4px;
|
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px 2px;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px 2px;
|
|
|
|
min-width: 150px;
|
|
|
|
color: #fff; }
|
|
|
|
.menu__item {
|
|
|
|
padding: 18px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: row nowrap;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
z-index: 200;
|
|
|
|
font-weight: 200; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.menu__item {
|
|
|
|
padding: 14px; } }
|
|
|
|
.menu__item--clickable {
|
|
|
|
cursor: pointer; }
|
|
|
|
.menu__item--clickable:hover {
|
|
|
|
background-color: rgba(255, 255, 255, 0.05); }
|
|
|
|
.menu__item--clickable:active {
|
|
|
|
background-color: rgba(255, 255, 255, 0.1); }
|
|
|
|
.menu__item__icon {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
margin-right: 14px; }
|
|
|
|
.menu__item__text {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 21px; }
|
|
|
|
.menu__divider {
|
|
|
|
background-color: #5d5d5d;
|
|
|
|
width: 100%;
|
|
|
|
height: 1px; }
|
|
|
|
.menu__close-area {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 100; }
|
|
|
|
|
|
|
|
.gas-slider {
|
|
|
|
position: relative;
|
|
|
|
width: 313px; }
|
|
|
|
.gas-slider__input {
|
|
|
|
width: 317px;
|
|
|
|
margin-left: -2px;
|
|
|
|
z-index: 2; }
|
|
|
|
.gas-slider input[type=range] {
|
|
|
|
-webkit-appearance: none !important; }
|
|
|
|
.gas-slider input[type=range]::-webkit-slider-thumb {
|
|
|
|
-webkit-appearance: none !important;
|
|
|
|
height: 26px;
|
|
|
|
width: 26px;
|
|
|
|
border: 2px solid #B8B8B8;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
border-radius: 50%;
|
|
|
|
position: relative;
|
|
|
|
z-index: 10; }
|
|
|
|
.gas-slider__bar {
|
|
|
|
height: 6px;
|
|
|
|
width: 313px;
|
|
|
|
background: #dedede;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
|
|
|
position: absolute;
|
|
|
|
top: 11px;
|
|
|
|
z-index: 0; }
|
|
|
|
.gas-slider__low, .gas-slider__high {
|
|
|
|
height: 6px;
|
|
|
|
width: 49px;
|
|
|
|
z-index: 1; }
|
|
|
|
.gas-slider__low {
|
|
|
|
background-color: #e91550; }
|
|
|
|
.gas-slider__high {
|
|
|
|
background-color: #02c9b1; }
|
|
|
|
|
|
|
|
.settings {
|
|
|
|
position: relative;
|
|
|
|
background: #fff;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
height: auto;
|
|
|
|
overflow: auto; }
|
|
|
|
|
|
|
|
.settings__header {
|
|
|
|
padding: 25px; }
|
|
|
|
|
|
|
|
.settings__close-button::after {
|
|
|
|
content: '\00D7';
|
|
|
|
font-size: 40px;
|
|
|
|
color: #9b9b9b;
|
|
|
|
position: absolute;
|
|
|
|
top: 25px;
|
|
|
|
right: 30px;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.settings__error {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
text-align: center;
|
|
|
|
color: #e91550; }
|
|
|
|
|
|
|
|
.settings__content {
|
|
|
|
padding: 0 25px; }
|
|
|
|
|
|
|
|
.settings__content-row {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
padding: 10px 0 20px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.settings__content-row {
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 10px 0; } }
|
|
|
|
|
|
|
|
.settings__content-item {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1;
|
|
|
|
flex: 1;
|
|
|
|
min-width: 0;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 0 5px;
|
|
|
|
height: 71px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.settings__content-item {
|
|
|
|
height: initial;
|
|
|
|
padding: 5px 0; } }
|
|
|
|
.settings__content-item--without-height {
|
|
|
|
height: initial; }
|
|
|
|
|
|
|
|
.settings__content-item-col {
|
|
|
|
max-width: 300px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.settings__content-item-col {
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%; } }
|
|
|
|
|
|
|
|
.settings__content-description {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #9b9b9b;
|
|
|
|
padding-top: 5px; }
|
|
|
|
|
|
|
|
.settings__input {
|
|
|
|
padding-left: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
height: 40px;
|
|
|
|
border: 1px solid #dedede; }
|
|
|
|
|
|
|
|
.settings__input::-webkit-input-placeholder {
|
|
|
|
font-weight: 100;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.settings__input::-moz-placeholder {
|
|
|
|
font-weight: 100;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.settings__input:-ms-input-placeholder {
|
|
|
|
font-weight: 100;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.settings__input:-moz-placeholder {
|
|
|
|
font-weight: 100;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.settings__provider-wrapper {
|
|
|
|
font-size: 16px;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 15px;
|
|
|
|
background-color: #fff;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start; }
|
|
|
|
|
|
|
|
.settings__provider-icon {
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
border-radius: 10px; }
|
|
|
|
|
|
|
|
.settings__rpc-save-button {
|
|
|
|
-ms-flex-item-align: end;
|
|
|
|
align-self: flex-end;
|
|
|
|
padding: 5px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #9b9b9b;
|
|
|
|
cursor: pointer; }
|
|
|
|
|
|
|
|
.settings__clear-button {
|
|
|
|
font-size: 16px;
|
|
|
|
border: 1px solid #2f9ae0;
|
|
|
|
color: #2f9ae0;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 18px;
|
|
|
|
background-color: #fff;
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
|
|
|
.settings__clear-button--red {
|
|
|
|
border: 1px solid #d0021b;
|
|
|
|
color: #d0021b; }
|
|
|
|
|
|
|
|
.settings__info-logo-wrapper {
|
|
|
|
height: 80px;
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
|
|
|
|
.settings__info-logo {
|
|
|
|
max-height: 100%;
|
|
|
|
max-width: 100%; }
|
|
|
|
|
|
|
|
.settings__info-item {
|
|
|
|
padding: 10px 0; }
|
|
|
|
|
|
|
|
.settings__info-link-header {
|
|
|
|
padding-bottom: 15px; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.settings__info-link-header {
|
|
|
|
padding-bottom: 5px; } }
|
|
|
|
|
|
|
|
.settings__info-link-item {
|
|
|
|
padding: 15px 0; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.settings__info-link-item {
|
|
|
|
padding: 5px 0; } }
|
|
|
|
|
|
|
|
.settings__info-version-number {
|
|
|
|
padding-top: 5px;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.settings__info-about {
|
|
|
|
color: #9b9b9b;
|
|
|
|
margin-bottom: 15px; }
|
|
|
|
|
|
|
|
.settings__info-link {
|
|
|
|
color: #2f9ae0; }
|
|
|
|
|
|
|
|
.settings__info-separator {
|
|
|
|
margin: 15px 0;
|
|
|
|
width: 80px;
|
|
|
|
border-color: #dedede;
|
|
|
|
border: none;
|
|
|
|
height: 1px;
|
|
|
|
background-color: #dedede;
|
|
|
|
color: #dedede; }
|
|
|
|
|
|
|
|
.tab-bar {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: end;
|
|
|
|
-ms-flex-align: end;
|
|
|
|
align-items: flex-end; }
|
|
|
|
|
|
|
|
.tab-bar__tab {
|
|
|
|
min-width: 0;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
padding: 15px 25px;
|
|
|
|
border-bottom: 1px solid #dedede;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-size: 18px; }
|
|
|
|
|
|
|
|
.tab-bar__tab--active {
|
|
|
|
border-color: #000; }
|
|
|
|
|
|
|
|
.tab-bar__grow-tab {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex-positive: 1;
|
|
|
|
flex-grow: 1; }
|
|
|
|
|
|
|
|
.simple-dropdown {
|
|
|
|
height: 56px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative; }
|
|
|
|
|
|
|
|
.simple-dropdown__caret {
|
|
|
|
color: #cdcdcd;
|
|
|
|
padding: 0 10px; }
|
|
|
|
|
|
|
|
.simple-dropdown__selected {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex-positive: 1;
|
|
|
|
flex-grow: 1;
|
|
|
|
padding: 0 15px; }
|
|
|
|
|
|
|
|
.simple-dropdown__options {
|
|
|
|
z-index: 1050;
|
|
|
|
position: absolute;
|
|
|
|
height: 220px;
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #d2d8dd;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
|
|
|
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
|
|
|
|
margin-top: 10px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
left: 0;
|
|
|
|
top: 100%; }
|
|
|
|
|
|
|
|
.simple-dropdown__option {
|
|
|
|
padding: 10px; }
|
|
|
|
.simple-dropdown__option:hover {
|
|
|
|
background-color: #efefef; }
|
|
|
|
|
|
|
|
.simple-dropdown__option--selected {
|
|
|
|
background-color: #dedede; }
|
|
|
|
.simple-dropdown__option--selected:hover {
|
|
|
|
background-color: #dedede;
|
|
|
|
cursor: default; }
|
|
|
|
|
|
|
|
.simple-dropdown__close-area {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%; }
|
|
|
|
|
|
|
|
.request-signature__container {
|
|
|
|
width: 380px;
|
|
|
|
border-radius: 8px;
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column nowrap;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
z-index: 25;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
font-family: Roboto;
|
|
|
|
position: relative;
|
|
|
|
height: 100%; }
|
|
|
|
@media screen and (max-width: 575px) {
|
|
|
|
.request-signature__container {
|
|
|
|
width: 100%;
|
|
|
|
top: 0;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none; } }
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
.request-signature__container {
|
|
|
|
max-height: 620px; } }
|
|
|
|
|
|
|
|
.request-signature__header {
|
|
|
|
height: 64px;
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column;
|
|
|
|
flex-flow: column;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto; }
|
|
|
|
|
|
|
|
.request-signature__header-background {
|
|
|
|
position: absolute;
|
|
|
|
background-color: #e9edf0;
|
|
|
|
z-index: 2;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%; }
|
|
|
|
|
|
|
|
.request-signature__header__text {
|
|
|
|
height: 29px;
|
|
|
|
width: 179px;
|
|
|
|
color: #5B5D67;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 29px;
|
|
|
|
z-index: 3; }
|
|
|
|
|
|
|
|
.request-signature__header__tip-container {
|
|
|
|
width: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center; }
|
|
|
|
|
|
|
|
.request-signature__header__tip {
|
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
background: #e9edf0;
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
transform: rotate(45deg);
|
|
|
|
position: absolute;
|
|
|
|
bottom: -8px;
|
|
|
|
z-index: 1; }
|
|
|
|
|
|
|
|
.request-signature__account-info {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-top: 18px;
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
|
|
|
|
.request-signature__account {
|
|
|
|
color: #9b9b9b;
|
|
|
|
margin-left: 17px; }
|
|
|
|
|
|
|
|
.request-signature__account-text {
|
|
|
|
font-size: 14px; }
|
|
|
|
|
|
|
|
.request-signature__balance {
|
|
|
|
color: #9b9b9b;
|
|
|
|
margin-right: 17px;
|
|
|
|
width: 124px; }
|
|
|
|
|
|
|
|
.request-signature__balance-text {
|
|
|
|
text-align: right;
|
|
|
|
font-size: 14px; }
|
|
|
|
|
|
|
|
.request-signature__balance-value {
|
|
|
|
text-align: right;
|
|
|
|
margin-top: 2.5px; }
|
|
|
|
|
|
|
|
.request-signature__request-icon {
|
|
|
|
margin-top: 25px; }
|
|
|
|
|
|
|
|
.request-signature__body {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column;
|
|
|
|
flex-flow: column;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
height: 0; }
|
|
|
|
|
|
|
|
.request-signature__request-info {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center; }
|
|
|
|
|
|
|
|
.request-signature__headline {
|
|
|
|
height: 48px;
|
|
|
|
width: 240px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 20px; }
|
|
|
|
|
|
|
|
.request-signature__notice, .request-signature__warning {
|
|
|
|
font-family: "Avenir Next";
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 41px;
|
|
|
|
margin-bottom: 11px;
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
.request-signature__notice {
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
.request-signature__warning {
|
|
|
|
color: #e91550; }
|
|
|
|
|
|
|
|
.request-signature__rows {
|
|
|
|
height: 100%;
|
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: hidden;
|
|
|
|
border-top: 1px solid #d2d8dd;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column;
|
|
|
|
flex-flow: column; }
|
|
|
|
|
|
|
|
.request-signature__row {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-flow: column;
|
|
|
|
flex-flow: column; }
|
|
|
|
|
|
|
|
.request-signature__row-title {
|
|
|
|
width: 80px;
|
|
|
|
color: #9b9b9b;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-left: 18px;
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
.request-signature__row-value {
|
|
|
|
color: #5d5d5d;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
width: 100%;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
border-bottom: 1px solid #d2d8dd;
|
|
|
|
padding: 6px 18px 15px; }
|
|
|
|
|
|
|
|
.request-signature__footer {
|
|
|
|
width: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-evenly;
|
|
|
|
-ms-flex-pack: space-evenly;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
font-size: 22px;
|
|
|
|
position: relative;
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
border-top: 1px solid #d2d8dd; }
|
|
|
|
.request-signature__footer__cancel-button, .request-signature__footer__sign-button {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-ms-flex: 1 0 auto;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
font-family: Roboto;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 300;
|
|
|
|
height: 55px;
|
|
|
|
line-height: 32px;
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 2px;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
max-width: 162px;
|
|
|
|
margin: 12px; }
|
|
|
|
.request-signature__footer__cancel-button {
|
|
|
|
background: none;
|
|
|
|
border: 1px solid #9b9b9b;
|
|
|
|
margin-right: 6px; }
|
|
|
|
.request-signature__footer__sign-button {
|
|
|
|
background-color: #02c9b1;
|
|
|
|
border-width: 0;
|
|
|
|
color: #fff;
|
|
|
|
margin-left: 6px; }
|
|
|
|
|
|
|
|
.account-dropdown-mini {
|
|
|
|
height: 22px;
|
|
|
|
background-color: #fff;
|
|
|
|
font-family: Roboto;
|
|
|
|
line-height: 16px;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 124px; }
|
|
|
|
.account-dropdown-mini__close-area {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%; }
|
|
|
|
.account-dropdown-mini__list {
|
|
|
|
z-index: 1050;
|
|
|
|
position: absolute;
|
|
|
|
height: 180px;
|
|
|
|
width: 96pxpx;
|
|
|
|
border: 1px solid #d2d8dd;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
|
|
|
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
|
|
|
|
overflow-y: scroll; }
|
|
|
|
.account-dropdown-mini .account-list-item {
|
|
|
|
margin-top: 6px; }
|
|
|
|
.account-dropdown-mini .account-list-item__account-name {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 80px; }
|
|
|
|
.account-dropdown-mini .account-list-item__top-row {
|
|
|
|
margin: 0; }
|
|
|
|
.account-dropdown-mini .account-list-item__icon {
|
|
|
|
position: initial; }
|
|
|
|
|
|
|
|
.editable-label {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
position: relative; }
|
|
|
|
.editable-label__value {
|
|
|
|
max-width: 250px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis; }
|
|
|
|
.editable-label__input {
|
|
|
|
width: 250px;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #dedede; }
|
|
|
|
.editable-label__input--error {
|
|
|
|
border: 1px solid #d0021b; }
|
|
|
|
.editable-label__icon-wrapper {
|
|
|
|
position: absolute;
|
|
|
|
margin-left: 10px;
|
|
|
|
left: 100%; }
|
|
|
|
.editable-label__icon {
|
|
|
|
cursor: pointer;
|
|
|
|
color: #9b9b9b; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
Trumps
|
|
|
|
*/
|
|
|
|
/* universal */
|
|
|
|
.app-primary .main-enter {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
/* center position */
|
|
|
|
.app-primary.from-right .main-enter-active,
|
|
|
|
.app-primary.from-left .main-enter-active {
|
|
|
|
overflow-x: hidden;
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
transform: translateX(0);
|
|
|
|
-webkit-transition: -webkit-transform 300ms ease-in;
|
|
|
|
transition: -webkit-transform 300ms ease-in;
|
|
|
|
transition: transform 300ms ease-in;
|
|
|
|
transition: transform 300ms ease-in, -webkit-transform 300ms ease-in; }
|
|
|
|
|
|
|
|
/* exited positions */
|
|
|
|
.app-primary.from-left .main-leave-active {
|
|
|
|
-webkit-transform: translateX(360px);
|
|
|
|
transform: translateX(360px);
|
|
|
|
-webkit-transition: -webkit-transform 300ms ease-in;
|
|
|
|
transition: -webkit-transform 300ms ease-in;
|
|
|
|
transition: transform 300ms ease-in;
|
|
|
|
transition: transform 300ms ease-in, -webkit-transform 300ms ease-in; }
|
|
|
|
|
|
|
|
.app-primary.from-right .main-leave-active {
|
|
|
|
-webkit-transform: translateX(-360px);
|
|
|
|
transform: translateX(-360px);
|
|
|
|
-webkit-transition: -webkit-transform 300ms ease-in;
|
|
|
|
transition: -webkit-transform 300ms ease-in;
|
|
|
|
transition: transform 300ms ease-in;
|
|
|
|
transition: transform 300ms ease-in, -webkit-transform 300ms ease-in; }
|
|
|
|
|
|
|
|
.sidebar.from-left {
|
|
|
|
-webkit-transform: translateX(-320px);
|
|
|
|
transform: translateX(-320px);
|
|
|
|
-webkit-transition: -webkit-transform 300ms ease-in;
|
|
|
|
transition: -webkit-transform 300ms ease-in;
|
|
|
|
transition: transform 300ms ease-in;
|
|
|
|
transition: transform 300ms ease-in, -webkit-transform 300ms ease-in; }
|
|
|
|
|
|
|
|
/* loader transitions */
|
|
|
|
.loader-enter,
|
|
|
|
.loader-leave-active {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transition: opacity 150 ease-in;
|
|
|
|
transition: opacity 150 ease-in; }
|
|
|
|
|
|
|
|
.loader-enter-active,
|
|
|
|
.loader-leave {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transition: opacity 150 ease-in;
|
|
|
|
transition: opacity 150 ease-in; }
|
|
|
|
|
|
|
|
/* entering positions */
|
|
|
|
.app-primary.from-right .main-enter:not(.main-enter-active) {
|
|
|
|
-webkit-transform: translateX(360px);
|
|
|
|
transform: translateX(360px); }
|
|
|
|
|
|
|
|
.app-primary.from-left .main-enter:not(.main-enter-active) {
|
|
|
|
-webkit-transform: translateX(-360px);
|
|
|
|
transform: translateX(-360px); }
|
|
|
|
|
|
|
|
i.fa.fa-question-circle.fa-lg.menu-icon {
|
|
|
|
font-size: 18px; }
|
|
|
|
|
|
|
|
/* stylelint-disable */
|
|
|
|
#buy-modal-content-footer-text {
|
|
|
|
font-family: 'DIN OT';
|
|
|
|
font-size: 16px; }
|
|
|
|
|
|
|
|
/* stylelint-enable */
|
|
|
|
|
|
|
|
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguY3NzIiwic291cmNlcyI6WyJpbmRleC5zY3NzIiwiaXRjc3Mvc2V0dGluZ3MvaW5kZXguc2NzcyIsIml0Y3NzL3NldHRpbmdzL3ZhcmlhYmxlcy5zY3NzIiwiaXRjc3Mvc2V0dGluZ3MvdHlwb2dyYXBoeS5zY3NzIiwiaXRjc3MvdG9vbHMvaW5kZXguc2NzcyIsIml0Y3NzL3Rvb2xzL3V0aWxpdGllcy5zY3NzIiwiaXRjc3MvZ2VuZXJpYy9pbmRleC5zY3NzIiwiaXRjc3MvZ2VuZXJpYy9yZXNldC5zY3NzIiwiaXRjc3MvYmFzZS9pbmRleC5zY3NzIiwiaXRjc3Mvb2JqZWN0cy9pbmRleC5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9pbmRleC5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9idXR0b25zLnNjc3MiLCJpdGNzcy9jb21wb25lbnRzL2hlYWRlci5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9mb290ZXIuc2NzcyIsIml0Y3NzL2NvbXBvbmVudHMvbmV0d29yay5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9tb2RhbC5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9uZXd1aS1zZWN0aW9ucy5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9hY2NvdW50LWRyb3Bkb3duLnNjc3MiLCJpdGNzcy9jb21wb25lbnRzL3NlbmQuc2NzcyIsIml0Y3NzL2NvbXBvbmVudHMvY29uZmlybS5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9sb2FkaW5nLW92ZXJsYXkuc2NzcyIsIml0Y3NzL2NvbXBvbmVudHMvaGVyby1iYWxhbmNlLnNjc3MiLCJpdGNzcy9jb21wb25lbnRzL3dhbGxldC1iYWxhbmNlLnNjc3MiLCJpdGNzcy9jb21wb25lbnRzL3RyYW5zYWN0aW9uLWxpc3Quc2NzcyIsIml0Y3NzL2NvbXBvbmVudHMvc2VjdGlvbnMuc2NzcyIsIml0Y3NzL2NvbXBvbmVudHMvdG9rZW4tbGlzdC5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9hZGQtdG9rZW4uc2NzcyIsIml0Y3NzL2NvbXBvbmVudHMvY3VycmVuY3ktZGlzcGxheS5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9hY2NvdW50LW1lbnUuc2NzcyIsIml0Y3NzL2NvbXBvbmVudHMvbWVudS5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9nYXMtc2xpZGVyLnNjc3MiLCJpdGNzcy9jb21wb25lbnRzL3NldHRpbmdzLnNjc3MiLCJpdGNzcy9jb21wb25lbnRzL3RhYi1iYXIuc2NzcyIsIml0Y3NzL2NvbXBvbmVudHMvc2ltcGxlLWRyb3Bkb3duLnNjc3MiLCJpdGNzcy9jb21wb25lbnRzL3JlcXVlc3Qtc2lnbmF0dXJlLnNjc3MiLCJpdGNzcy9jb21wb25lbnRzL2FjY291bnQtZHJvcGRvd24tbWluaS5zY3NzIiwiaXRjc3MvY29tcG9uZW50cy9lZGl0YWJsZS1sYWJlbC5zY3NzIiwiaXRjc3MvdHJ1bXBzL2luZGV4LnNjc3MiXSwic291cmNlc0NvbnRlbnQiOlsiLypcbiAgSVRDU1NcblxuICBodHRwOi8vd3d3LmNyZWF0aXZlYmxvcS5jb20vd2ViLWRlc2lnbi9tYW5hZ2UtbGFyZ2UtY3NzLXByb2plY3RzLWl0Y3NzLTEwMTUxNzUyOFxuICBodHRwczovL3d3dy54Zml2ZS5jby9ibG9nL2l0Y3NzLXNjYWxhYmxlLW1haW50YWluYWJsZS1jc3MtYXJjaGl0ZWN0dXJlL1xuICovXG5AaW1wb3J0ICcuL2l0Y3NzL3NldHRpbmdzL2luZGV4LnNjc3MnO1xuQGltcG9ydCAnLi9pdGNzcy90b29scy9pbmRleC5zY3NzJztcbkBpbXBvcnQgJy4vaXRjc3MvZ2VuZXJpYy9pbmRleC5zY3NzJztcbkBpbXBvcnQgJy4vaXRjc3MvYmFzZS9pbmRleC5zY3NzJztcbkBpbXBvcnQgJy4vaXRjc3Mvb2JqZWN0cy9pbmRleC5zY3NzJztcbkBpbXBvcnQgJy4vaXRjc3MvY29tcG9uZW50cy9pbmRleC5zY3NzJztcbkBpbXBvcnQgJy4vaXRjc3MvdHJ1bXBzL2luZGV4LnNjc3MnO1xuIiwiQGltcG9ydCAnLi92YXJpYWJsZXMuc2Nzcyc7XG5cbkBpbXBvcnQgJy4vdHlwb2dyYXBoeS5zY3NzJztcbiIsIi8qXG4gIFZhcmlhYmxlc1xuICovXG5cbi8vIEJhc2UgQ29sb3JzXG4kd2hpdGU6ICNmZmY7XG4kYmxhY2s6ICMwMDA7XG4kb3JhbmdlOiAjZmZhNTAwO1xuJHJlZDogI2YwMDtcbiRncmF5OiAjODA4MDgwO1xuXG4vKlxuICBDb2xvcnNcbiAgaHR0cDovL2NoaXIuYWcvcHJvamVjdHMvbmFtZS10aGF0LWNvbG9yXG4gKi9cbiR3aGl0ZS1saW5lbjogI2ZhZjZmMDsgLy8gZm9ybWVybHkgJ2ZhaW50IG9yYW5nZSAodGV4dGZpZWxkIHNoYWRlcyknXG4kcmFqYWg6ICNmNWMyNmQ7IC8vIGZvcm1lcmx5ICdsaWdodCBvcmFuZ2UgKGJ1dHRvbiBzaGFkZXMpJ1xuJGJ1dHRlcmN1cDogI2Y1YTYyMzsgLy8gZm9ybWVybHkgJ2Rhcmsgb3JhbmdlICh0ZXh0KSdcbiR0dW5kb3JhOiAjNGE0YTRhOyAvLyBmb3JtZXJseSAnYm9yZGVycy9mb250L2FueSBncmF5J1xuJGdhbGxlcnk6ICNlZmVmZWY7XG4kYWxhYmFzdGVyOiAjZjdmN2Y3O1xuJHNoYXJrOiAjMjIyMzJjO1xuJHdpbGQtc2FuZDogI2Y2ZjZmNjtcbiR3aGl0ZTogI2ZmZjtcbiRkdXN0eS1ncmF5OiAjOWI5YjliO1xuJGFsdG86ICNkZWRlZGU7XG4kYWxhYmFzdGVyOiAjZmFmYWZhO1xuJHNpbHZlci1jaGFsaWNlOiAjYWVhZWFlO1xuJGN1cmlvdXMtYmx1ZTogIzJmOWFlMDtcbiRjb25jcmV0ZTogI2YzZjNmMztcbiR0dW5kb3JhOiAjNGQ0ZDRkO1xuJG5pbGUtYmx1ZTogIzFiMzQ0ZDtcbiRzY29ycGlvbjogIzVkNWQ1ZDtcbiRzaWx2ZXI6ICNjZGNkY2Q7XG4kY2FyaWJiZWFuLWdyZWVuOiAjMDJjOWIxO1xuJG1vbnpvOiAjZDAwMjFiO1xuJGNyaW1zb246ICNlOTE1NTA7XG4kYmx1ZS1sYWdvb246ICMwMzg3ODk7XG4kcHVycGxlOiAjNjkwNDk2O1xuJHR1bGlwLXRyZWU6ICNlYmIzM2Y7XG4kbWFsaWJ1LWJsdWU6ICM3YWM5ZmQ7XG4kYXRoZW5zLWdyZXk6ICNlOWVkZjA7XG4kamFmZmE6ICNmMjg5MzA7XG4kZ2V5c2VyOiAjZDJkOGRkO1xuXG4vKlxuICBaLUluZGljaWVzXG4gKi9cbiRkcm9wZG93bi16LWluZGV4OiAzMDtcbiR0b2tlbi1pY29uLXotaW5kZXg6IDE1O1xuJGNvbnRhaW5lci16LWluZGV4OiAxNTtcbiRoZWFkZXItei1pbmRleDogMTI7XG4kbW9iaWxlLWhlYWRlci16LWluZGV4OiAyNjtcbiRtYWluLWNvbnRhaW5lci16LWluZGV4OiAxODtcbiRzZW5kLWNhcmQtei1pbmRleDogMjA7XG4kc2lkZWJhci16LWluZGV4OiAyNjtcbiRzaWRlYmFy
|