103 lines
2.6 KiB
CSS
Executable File
103 lines
2.6 KiB
CSS
Executable File
/* latin-ext */
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: local('Lato Light'), local('Lato-Light'), url(../fonts/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
|
|
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
|
}
|
|
|
|
/* latin */
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: local('Lato Light'), local('Lato-Light'), url(../fonts/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
|
}
|
|
|
|
/* latin-ext */
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
|
|
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
|
}
|
|
|
|
/* latin */
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
|
}
|
|
|
|
/* latin-ext */
|
|
|
|
@font-face {
|
|
font-family: 'Bitter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Bitter-Regular'), url(../fonts/Qt2dUzVlMd1bCOcZXl06LPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
|
|
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
|
}
|
|
|
|
/* latin */
|
|
|
|
@font-face {
|
|
font-family: 'Bitter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Bitter-Regular'), url(../fonts/zfs6I-5mjWQ3nxqccMoL2A.woff2) format('woff2');
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
|
}
|
|
.lato {
|
|
font-family: 'Lato', sans-serif;
|
|
}
|
|
.bitter {
|
|
font-family: 'Bitter', serif;
|
|
}
|
|
|
|
#vsignature {
|
|
background-color: rgb(220, 220, 220);
|
|
|
|
}
|
|
#esignature {
|
|
background-color: rgb(220, 220, 220);
|
|
|
|
}
|
|
#esignature-parent {
|
|
|
|
}
|
|
#vsignature-parent {
|
|
|
|
}
|
|
canvas.jSignature {
|
|
max-height: 200px !important;
|
|
width: 100%;
|
|
height: 200px;
|
|
padding: 0 0 0 0;
|
|
margin: 0 0 0 0;
|
|
background-color: rgb(220, 220, 220);
|
|
}
|
|
|
|
|
|
|
|
.vertical-center {
|
|
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
|
|
min-height: 100vh; /* These two lines are counted as one :-) */
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
html, body{height:100%; margin:0;padding:0}
|
|
|
|
|