You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- #toast-container {
- width: 350px;
- }
-
- .toast {
- float: right
- }
-
- #toast-container:before:hover {
- opacity: 1;
- cursor: pointer;
- }
-
- #toast-close-all {
- border: 0;
- position: absolute;
- pointer-events: auto;
- z-index: 999999999999999999999;
- background: #BD362F;
- border-radius: 3px;
- color: #fff;
- opacity: 0.8;
- top: 2px;
- width: 50px;
- height: 50px;
- font-size: 30px;
- left: 0px;
- text-align: center;
- -webkit-text-shadow: 0 1px 0 #fff;
- text-shadow: 0 1px 0 #fff;
- -moz-box-shadow: 0 0 12px #999;
- -webkit-box-shadow: 0 0 12px #999;
- box-shadow: 0 0 12px #999;
- }
|