24 lines
465 B
Plaintext
24 lines
465 B
Plaintext
.vc_controls.vc-with-vc-pointer-controls {
|
|
filter: alpha(opacity=1);
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.wp-pointer {
|
|
p {
|
|
font-size: 13px;
|
|
line-height: 1.5;
|
|
margin: 1em 0;
|
|
}
|
|
.vc_pointer-close.close {
|
|
cursor: pointer;
|
|
line-height: 18px !important;
|
|
font-size: 13px !important;
|
|
.opacity(1) !important;
|
|
color: #0074a2 !important;
|
|
font-weight: normal !important;
|
|
&:hover {
|
|
color: #2ea2cc !important;
|
|
}
|
|
}
|
|
} |