Spaces:
No application file
No application file
.mf-notification { | |
position: relative; | |
opacity: 1; | |
z-index: 2000; | |
margin: auto; | |
background: #fff; | |
border-radius: 4px; | |
border-width: 6px 1px 1px 1px; | |
border-style: solid; | |
min-height: 8em; | |
padding: 10px 20px; | |
width: 350px; | |
.mf-content { | |
margin-bottom: 30px; | |
.mf-headline { | |
font-size: 1.2em; | |
font-weight: 600; | |
} | |
.mf-tagline { | |
font-size: 1em; | |
font-weight: normal; | |
margin-top: 4px; | |
} | |
} | |
.mf-notification-close { | |
position: fixed; | |
top: 5px; | |
right: 8px; | |
a { | |
font-size: 1em; | |
color: #757575; | |
opacity: .4; | |
text-decoration: none; | |
&:hover { | |
opacity: .8; | |
text-decoration: none; | |
} | |
} | |
} | |
.mauticform-input, .mauticform-row select, .mauticform-button, .mauticform-pagebreak { | |
width: 100%; | |
height: 28px; | |
margin-bottom: 2px; | |
} | |
} | |
.mf-responsive.mf-notification, .mf-responsive .mf-notification { | |
width: 90%; | |
padding: 10px; | |
left: 0; | |
right: 0; | |
} | |
{% if preview is not empty %} | |
.mf-notification { | |
position: absolute !important; | |
&.mf-animate { | |
.notificationAnimate(); | |
} | |
&.mf-notification-top-left { | |
top: 5px; | |
left: 5px; | |
&.mf-animate { | |
.notificationName(mf-notification-slide-right); | |
} | |
} | |
&.mf-notification-top-right { | |
top: 5px; | |
right: 5px; | |
&.mf-animate { | |
.notificationName(mf-notification-slide-left); | |
} | |
} | |
&.mf-notification-bottom-left { | |
bottom: 5px; | |
left: 5px; | |
&.mf-animate { | |
.notificationName(mf-notification-slide-right); | |
} | |
} | |
&.mf-notification-bottom-right { | |
bottom: 5px; | |
right: 5px; | |
&.mf-animate { | |
.notificationName(mf-notification-slide-left); | |
} | |
} | |
} | |
{{ include('@MauticFocus/Builder/Notification/animations.less.twig', with_context=false) }} | |
{% endif %} | |