mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
51 lines
1.1 KiB
CSS
51 lines
1.1 KiB
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;
|
|
}
|
|
|
|
.canvas-container .btn-drag, .canvas-container .btn-rotate {
|
|
font-size: 30px;
|
|
cursor: move;
|
|
background: rgb(255,255,255,0.6);
|
|
opacity: 0;
|
|
}
|
|
|
|
.canvas-container .btn-rotate {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.canvas-container:hover .btn-drag, .canvas-container:hover .btn-rotate {
|
|
opacity: 1;
|
|
}
|