PluginProbe
Happyforms – Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms / trunk
Happyforms – Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms vtrunk
1.26.15 trunk 1.0 1.10.0 1.11.0 1.11.1 1.12.0 1.12.1 1.12.10 1.12.11 1.12.12 1.12.2 1.12.3 1.12.4 1.12.5 1.12.6 1.12.7 1.12.8 1.12.9 1.13.0 1.13.1 1.13.10 1.13.11 1.13.12 1.13.2 All 194 releases
happyforms / core / assets / css / dashboard-modals.css

dashboard-modals.css in Happyforms – Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms trunk, at core/assets/css/dashboard-modals.css

64 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 *
3 * Common styles
4 *
5 */
6 .happyforms-modal {
7 width: 312px;
8 }
9
10 .happyforms-modal picture > img {
11 display: block;
12 max-width: 100%;
13 -o-object-fit: cover;
14 object-fit: cover;
15 }
16
17 .happyforms-modal p:last-child {
18 margin-bottom: 0;
19 }
20
21 .happyforms-modal .components-radio-control__option:not(:last-child) {
22 margin-bottom: 13px;
23 }
24
25 .happyforms-modal__footer {
26 margin-top: 24px;
27 }
28
29 .happyforms-modal__footer-button-group {
30 display: flex;
31 }
32
33 .happyforms-modal__footer-button-group .components-button {
34 flex: 1 0 auto;
35 justify-content: center;
36 }
37
38 .happyforms-modal__footer-button-group .components-button + .components-button {
39 margin-left: 10px;
40 }
41
42 .components-modal__frame.components-guide.happyforms-modal {
43 height: auto;
44 max-height: 90vh;
45 }
46
47
48 /**
49 *
50 * Deactivation modal
51 *
52 */
53 .happyforms-modal.happyforms-modal--deactivate label {
54 display: block;
55 margin: 0 0 3px;
56 }
57
58 .happyforms-modal.happyforms-modal--deactivate label:not(:last-child) {
59 margin: 0 0 5px;
60 }
61
62 .happyforms-modal.happyforms-modal--deactivate .components-modal__content {
63 padding-bottom: 32px;
64 }