| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/framework7/node_modules/framework7/components/notification/ |
Upload File : |
.ios {
.notification {
transition-duration: 450ms;
transform: translate3d(0%, -200%, 0);
&.modal-in {
transform: translate3d(0%, 0%, 0);
opacity: 1;
}
&.modal-out {
transform: translate3d(0%, -200%, 0);
}
}
.notification-icon {
margin-right: 8px;
}
.notification-header + .notification-content {
margin-top: 10px;
}
.notification-title-right-text {
margin-right: 6px;
margin-left: auto;
+ .notification-close-button {
margin-left: 10px;
}
}
.notification-close-button {
font-size: 14px;
width: 20px;
height: 20px;
opacity: 0.3;
transition-duration: 300ms;
&.active-state {
transition-duration: 0ms;
opacity: 0.1;
}
&:after {
color: #000;
content: 'notification_close_ios';
font-size: 0.65em;
line-height: 44px;
width: 44px;
height: 44px;
margin-left: -22px;
margin-top: -22px;
}
}
.if-dark-theme({
.dark, &.dark {
.notification-close-button:after {
color: #fff;
}
}
});
}