55 lines
1.9 KiB
CSS
55 lines
1.9 KiB
CSS
/*!**********************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/format-types/tooltip.css ***!
|
|
\**********************************************************************************************************************************************************************************/
|
|
.popover_tooltip_field {
|
|
.components-popover__content {
|
|
padding: 10px !important;
|
|
min-width: 200px;
|
|
}
|
|
}
|
|
|
|
.tooltip-word {
|
|
padding-top: 12px;
|
|
position: relative;
|
|
cursor: default;
|
|
text-underline-offset: 4px;
|
|
text-decoration-style: dashed;
|
|
text-decoration-color: red;
|
|
}
|
|
|
|
.tooltip-popup {
|
|
background-color: yellow;
|
|
position: absolute;
|
|
top: -6px;
|
|
left: 50%;
|
|
text-align: center;
|
|
transform: translate(-50%, -100%);
|
|
padding: 10px;
|
|
}
|
|
.tooltip-popup:after {
|
|
content: "";
|
|
display: block;
|
|
background-color: white;
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
transform: translate(-50%, -50%) rotate(45deg);
|
|
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
|
|
}
|
|
.tooltip-popup p {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
/*!***********************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/format-types/brochure.css ***!
|
|
\***********************************************************************************************************************************************************************************/
|
|
.brochure-download-icon {
|
|
margin: 0 0px 0 6px;
|
|
display: inline-block;
|
|
transform: translateY(-1px);
|
|
}
|
|
|
|
|
|
/*# sourceMappingURL=index.css.map*/ |