This commit is contained in:
2024-11-21 14:30:19 +07:00
parent bb5c579630
commit 261ad5a5b0
228 changed files with 378014 additions and 41873 deletions
@@ -0,0 +1,33 @@
:root {
--swal-blue: #C9DAE1;
}
.swal-icon--info {
border-color: var(--swal-blue);
/* "i"-letter body */
&::before {
content: "";
position: absolute;
width: 5px;
height: 29px;
left: 50%;
bottom: 17px;
border-radius: 2px;
margin-left: -2px;
background-color: var(--swal-blue);
}
/* "i"-letter dot */
&::after {
content: "";
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -3px;
top: 19px;
background-color: var(--swal-blue);
left: 50%;
}
}