| 1 |
.happyforms-notice--custom { |
| 2 |
position: relative; |
| 3 |
margin-bottom: 15px; |
| 4 |
padding: 25px; |
| 5 |
border-left: 6px solid #FFB900; |
| 6 |
background-color: #FFF8E5; |
| 7 |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); |
| 8 |
} |
| 9 |
|
| 10 |
.happyforms-notice--custom h2.happyforms-notice__title { |
| 11 |
margin: 0 0 15px !important; |
| 12 |
padding: 0 !important; |
| 13 |
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important; |
| 14 |
font-weight: bold !important; |
| 15 |
font-size: 16px !important; |
| 16 |
color: #000 !important; |
| 17 |
} |
| 18 |
|
| 19 |
.happyforms-notice--custom p { |
| 20 |
margin-bottom: 0 !important; |
| 21 |
color: #444 !important; |
| 22 |
} |
| 23 |
|
| 24 |
.happyforms-notice--custom ul { |
| 25 |
list-style: none !important; |
| 26 |
display: flex !important; |
| 27 |
flex-flow: column wrap !important; |
| 28 |
margin: 0 0 15px !important; |
| 29 |
padding: 0 !important; |
| 30 |
} |
| 31 |
|
| 32 |
.happyforms-notice--custom ul li { |
| 33 |
flex: 1; |
| 34 |
width: 100%; |
| 35 |
line-height: 1.65; |
| 36 |
} |
| 37 |
|
| 38 |
@media screen and (min-width: 800px) { |
| 39 |
.happyforms-notice--custom ul { |
| 40 |
flex-flow: row wrap !important; |
| 41 |
} |
| 42 |
|
| 43 |
.happyforms-notice--custom ul li { |
| 44 |
flex: 0 1 32%; |
| 45 |
width: 32%; |
| 46 |
} |
| 47 |
} |
| 48 |
|
| 49 |
@media screen and (min-width: 1000px) { |
| 50 |
.happyforms-notice--custom ul li { |
| 51 |
flex: 0 1 24%; |
| 52 |
width: 24%; |
| 53 |
} |
| 54 |
} |
| 55 |
|
| 56 |
.happyforms-notice--custom p, |
| 57 |
.happyforms-notice--custom ul li { |
| 58 |
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important; |
| 59 |
font-weight: normal !important; |
| 60 |
font-size: 16px !important; |
| 61 |
color: #000 !important; |
| 62 |
} |
| 63 |
|
| 64 |
.happyforms-notice--custom ul li:before { |
| 65 |
content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="check-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-check-circle fa-w-16 fa-2x"><path fill="currentColor" d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z" class=""></path></svg>'); |
| 66 |
position: relative; |
| 67 |
top: 1px; |
| 68 |
display: inline-block; |
| 69 |
width: 15px; |
| 70 |
height: 15px; |
| 71 |
margin-right: 5px; |
| 72 |
} |
| 73 |
|
| 74 |
.happyforms-notice--custom .happyforms-dismiss-notice, |
| 75 |
.happyforms-notice--custom .notice-dismiss { |
| 76 |
cursor: pointer; |
| 77 |
outline: 0; |
| 78 |
position: absolute; |
| 79 |
top: 10px; |
| 80 |
right: 10px; |
| 81 |
text-decoration: none; |
| 82 |
text-shadow: none; |
| 83 |
box-shadow: none; |
| 84 |
} |
| 85 |
|
| 86 |
.happyforms-notice--custom .happyforms-dismiss-notice:before, |
| 87 |
.happyforms-notice--custom .notice-dismiss:before { |
| 88 |
content: "\f153"; |
| 89 |
font-family: dashicons; |
| 90 |
font-size: 18px; |
| 91 |
color: #333; |
| 92 |
text-decoration: none; |
| 93 |
} |
| 94 |
|
| 95 |
.happyforms-notice--custom .happyforms-dismiss-notice:hover:before, |
| 96 |
.happyforms-notice--custom .notice-dismiss:hover:before { |
| 97 |
color: #333; |
| 98 |
} |
| 99 |
|
| 100 |
.happyforms-notice--custom a.button { |
| 101 |
-webkit-appearance: none; |
| 102 |
outline: 0; |
| 103 |
display: inline-block; |
| 104 |
cursor: pointer !important; |
| 105 |
padding: 14px 36px; |
| 106 |
border-width: 1px; |
| 107 |
border-style: solid; |
| 108 |
border-radius: 3px; |
| 109 |
border-color: #0073aa #006799 #006799; |
| 110 |
box-sizing: border-box; |
| 111 |
line-height: 1.4285714; |
| 112 |
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important; |
| 113 |
font-weight: normal !important; |
| 114 |
font-size: 14px; |
| 115 |
white-space: nowrap; |
| 116 |
color: #fff; |
| 117 |
text-decoration: none; |
| 118 |
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799; |
| 119 |
background: #0085ba; |
| 120 |
box-shadow: 0 1px 0 #006799; |
| 121 |
} |
| 122 |
|
| 123 |
.happyforms-notice--custom a.button:hover { |
| 124 |
border-color: #006799; |
| 125 |
background: #008ec2; |
| 126 |
color: #fff; |
| 127 |
} |
| 128 |
|
| 129 |
.happyforms-notice--custom a.button:active { |
| 130 |
vertical-align: top; |
| 131 |
border-color: #006799; |
| 132 |
background: #0073aa; |
| 133 |
box-shadow: inset 0 3px 0 #006799; |
| 134 |
} |