PluginProbe
Booking Calendar / 11.3
Booking Calendar v11.3
11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 10.11.3 10.11.4 10.12.0 All 200 releases
booking / includes / _feedback / feedback.css

feedback.css in Booking Calendar 11.3, at includes/_feedback/feedback.css

79 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpbc_modal__feedback_01__blur{
2 position:absolute;
3 top:0;
4 left:0;
5 width:100%;
6 height:100%;
7 filter: blur(3px);
8 }
9 .wpbc_modal__feedback_01__section {
10 margin-top: 30px;
11 }
12 .wpbc_modal__feedback_01__section .modal-content{
13 border-bottom-right-radius: 3px;
14 border-bottom-left-radius: 3px;
15 }
16 .wpbc_modal__feedback_01__section .modal-header{
17 border-top-right-radius: 3px;
18 border-top-left-radius: 3px;
19 }
20 .wpbc_modal__feedback_01__section .modal-body h4 {
21 font-size:16px;
22 }
23 .wpdevelop .modal-footer.modal-footer-inside {
24 padding:10px 0 0;
25 margin-top:10px;
26
27 display: flex;
28 flex-flow: row wrap;
29 justify-content: flex-start;
30 align-items: center;
31 }
32 .wpdevelop .modal-footer.modal-footer-inside .wpbc_btn_as_link,
33 .wpdevelop .modal-footer.modal-footer-inside .wpbc_btn_as_link:hover{
34 font-size: 12px;
35 border-bottom: 1px dashed;
36 text-decoration: none;
37 margin-right:1em;
38 }
39 .wpdevelop .modal-footer.modal-footer-inside .button:last-child{
40 margin-left:auto;
41 }
42
43 .wpbc_feedback_01__content_rating {
44 text-align: center;
45 }
46
47 .wpbc_feedback_01__content_rating_stars {
48 padding-top: 20px;
49 padding-bottom: 15px;
50 }
51 .wpbc_feedback_01__content_rating a:focus{
52 outline: none;
53 border: none;
54 box-shadow: none;
55 }
56 .wpbc_feedback_01__content_rating a .wpbc-bi-star-fill,
57 .wpbc_feedback_01__content_rating a .wpbc-bi-star{
58 padding:4px;
59 vertical-align: middle;
60 }
61 .wpbc_feedback_01__content_rating a .wpbc-bi-star{
62 font-size: 26px;
63 }
64 .wpbc_feedback_01__content_rating a .wpbc-bi-star-fill{
65 font-size: 26px;
66 }
67 .wpbc_feedback_01__content_rating a .wpbc_icn_star::before,
68 .wpbc_feedback_01__content_rating a .wpbc_icn_star_outline::before {
69 /*font-size: 26px;*/
70 /*padding:2px;*/
71 }
72
73
74 .wpbc_modal__feedback_01__steps {
75 display: none;
76 }
77 .wpbc_modal__feedback_01__step_1 {
78 display: block;
79 }