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.
17 lines
291 B
17 lines
291 B
.toast {
|
|
.weui-icon_toast {
|
|
display: none;
|
|
}
|
|
.weui-toast {
|
|
display: inline-block;
|
|
width: auto;
|
|
min-height: auto;
|
|
margin: auto;
|
|
padding: 16px;
|
|
transform-origin: center;
|
|
transform: translateX(-50%);
|
|
.weui-toast__content {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
|