MFFloatawayMsg / 1.0 / css / mf-floataway-msg.css
file last updated : 2024-03-02
/*! methodfish package release

 Project      : MFFloatawayMsg
 Release      : 1.0
 Release date : 2024-03-01 17:52:56
 License      : MIT
 For more information please refer to https://methodfish.com/Projects/MFFloatawayMsg

*/
.floatingMessageContainer {
    position: fixed;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
    z-index: 999;
}
.floatingMessage {
    background-color:black;
    color:white;
    padding:10px;
    opacity:0;
    transition: all 0.5s ease-in-out;
    margin-top:5px;
    position:relative;
}

About

License

Latest Release

Version 1.02024-05-08