Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
public
/
app-assets
/
vendors
/
sweetalert
/
css
/
icons
/
Filename :
warning.css
back
Copy
:root { --swal-orange: #F8BB86; } .swal-icon--warning { border-color: var(--swal-orange); animation: pulseWarning 0.75s infinite alternate; /* Exclamation mark */ &__body { position: absolute; width: 5px; height: 47px; left: 50%; top: 10px; border-radius: 2px; margin-left: -2px; background-color: var(--swal-orange); } &__dot { position: absolute; width: 7px; height: 7px; border-radius: 50%; margin-left: -4px; left: 50%; bottom: -11px; background-color: var(--swal-orange); } } @keyframes pulseWarning { from { border-color: #F8D486; } to { border-color: var(--swal-orange); } }