frontend.css 268 B

123456789101112131415
  1. .fl-module-box:before,
  2. .fl-module-box:after {
  3. display: none !important;
  4. content: '';
  5. }
  6. a.fl-module-box {
  7. text-decoration: none;
  8. }
  9. /* Zero margins for child modules */
  10. .fl-module-box :where( .fl-module ),
  11. .fl-module-box :where( .fl-module-content ) {
  12. margin: 0;
  13. }