mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
35 lines
820 B
CSS
35 lines
820 B
CSS
@font-face {
|
|
font-family: 'Caveat';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(/vendor/fonts/Caveat-Regular.ttf) format('truetype');
|
|
}
|
|
|
|
#container-pages {
|
|
overflow: auto;
|
|
}
|
|
|
|
#sidebarTools {
|
|
width: 350px;
|
|
}
|
|
|
|
#sidebarTools .list-item-add label:hover {
|
|
background: #e8ebed;
|
|
border: 1px solid #505050;
|
|
}
|
|
|
|
#sidebarTools .list-item-add label:active, #sidebarTools .list-item-add label.active, #sidebarTools .list-item-add .btn-check:active + .btn-outline-secondary, #sidebarTools .list-item-add .btn-check:checked + .btn-outline-secondary {
|
|
background: #c9d1d8;
|
|
border: 1px solid #000;
|
|
box-shadow: 0 .25rem .5rem rgba(0,0,0,.075) !important;
|
|
}
|
|
|
|
#input-text-signature {
|
|
font-family: Caveat;
|
|
font-size: 48px;
|
|
}
|
|
|
|
#img-upload {
|
|
max-width: 460px;
|
|
max-height: 200px;
|
|
} |