Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4ce60ad authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/success-msg-padding-issue' into 'main'

Padding issue and icon missing in success message in calendar invitation

See merge request !84
parents d2581bea 26d2ae96
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -976,6 +976,9 @@ p.info {
    background-image: url('../img/actions/checkmark-white.svg?v=1');
}

#body-login .warning-messsage .icon-checkmark-white {
    background-image: url('../img/actions/checkmark-success.svg?v=1');
}

/* Loading */
.float-spinner {
@@ -1547,6 +1550,11 @@ a.legal {
    .warning-messsage main{
        max-width: 90%;
    }
    #body-login .update, #body-login .success {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 375px) {
    .banner-right-align{
+1 −0
Original line number Diff line number Diff line
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 41" width="16" height="16"><style>.a{fill:#00b13c}</style><path fill-rule="evenodd" class="a" d="m41 20.3c0 11.1-9.1 20.2-20.3 20.2-11.1 0-20.2-9.1-20.2-20.3 0-11.1 9.1-20.2 20.3-20.2 11.1 0 20.2 9.1 20.2 20.3zm-14-6.1l-8.5 8.5-4-4c-0.9-0.9-2.3-0.9-3.2 0-0.9 0.8-0.9 2.3 0 3.1l5.6 5.7c0.9 0.9 2.3 0.9 3.2 0l10.1-10.2c0.9-0.8 0.9-2.3 0-3.1-0.9-0.9-2.3-0.9-3.2 0z"/></svg>
 No newline at end of file