PNG %k25u25%fgd5n!
/home/mkuwqnjx/public_html/src/assets/scss/componets/_alerts.scss
// Alert
.alert-dismissible {
    .btn-close {
        font-size: 22px;
        padding: $alert-padding-y $alert-padding-x;
    }
}

.border-theme-white {
    border: 1px solid var(--#{$prefix}theme-white-color);
}
.border-theme-white-2 {
    border: 2px solid var(--#{$prefix}theme-white-color);
}