chore: packages update and min php version 8.1 (#6867)
[openemr.git] / portal / sign / css / signer_modal.css
blob15afee094f6434bc6565294c98a5c2b2435e7ede
1 /**
2 * Patient Portal
4 * @package OpenEMR
5 * @link http://www.open-emr.org
6 * @author Jerry Padgett <sjpadgett@gmail.com>
7 * @copyright Copyright (c) 2016-2022 Jerry Padgett <sjpadgett@gmail.com>
8 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
9 */
11 html,
12 body {
13 touch-action: none;
16 @media (width >= 1180px) {
17 #openSignModal .modal-xl {
18 min-width: 98vw !important;
22 /* stylelint-disable */
23 .embed-responsive-21by7 {
24 padding-top: 36% !important;
26 /* stylelint-enable */
28 /* stylelint-disable */
29 .signature-pad-body {
30 border: 1px solid #e8e8e8;
31 -webkit-box-direction: normal;
32 -webkit-box-orient: vertical;
33 display: flex;
34 flex-direction: column;
35 padding: 0.1rem;
36 position: relative;
38 /* stylelint-enable */
40 /* stylelint-disable */
41 .signature-pad-content {
42 align-items: flex-end;
43 background: #fff;
44 -webkit-box-align: initial;
45 -webkit-box-pack: initial;
46 display: flex;
47 -ms-flex-align: initial;
48 -ms-flex-pack: initial;
49 justify-content: flex-start;
50 margin: 0;
51 user-select: none;
53 /* stylelint-enable */
55 .signature-pad-content canvas {
56 height: 100%;
57 left: 0;
58 position: absolute;
59 top: 0;
60 touch-action: none;
61 width: 100%;
64 .signature-pad-footer {
65 font-size: 0.8rem;
66 margin: 0.25rem 0 0;
67 text-align: center;
68 width: 100%;
71 /* stylelint-disable */
72 .signature-pad-actions {
73 -webkit-box-pack: justify;
74 display: flex;
75 -ms-flex-pack: justify;
76 justify-content: space-between;
77 margin: 0.5rem 0 0;
78 padding: 0.5rem;
80 /* stylelint-enable */
82 .sigNav {
83 display: none;
84 height: 2.25em;
85 list-style-type: none;
86 margin: 0;
87 position: relative;
90 .signature {
91 cursor: pointer;
92 height: 6rem !important;
93 width: auto !important;
94 z-index: 5 !important;
97 .signature img {
98 color: var(--danger) !important;
99 cursor: pointer;
100 -webkit-user-drag: none;
101 user-select: none;
104 #openSignModal .modal-header {
105 padding: 2px;
108 #openSignModal .modal-open {
109 padding-right: 0;
112 #openSignModal .modal-header .input-group {
113 margin-left: 5%;