This commit is contained in:
2024-12-13 08:31:39 +07:00
parent 1ead9da097
commit 5bdf96851e
3554 changed files with 400518 additions and 83328 deletions
+34
View File
@@ -0,0 +1,34 @@
@import './icons/error';
@import './icons/warning';
@import './icons/success';
@import './icons/info';
.swal-icon {
width: 80px;
height: 80px;
border-width: 4px;
border-style: solid;
border-radius: 50%;
padding: 0;
position: relative;
box-sizing: content-box;
margin: 20px auto;
&:first-child {
margin-top: 32px;
}
&--custom {
width: auto;
height: auto;
max-width: 100%;
border: none;
border-radius: 0;
}
& img {
max-width: 100%;
max-height: 100%;
}
}