@ -7,14 +7,21 @@
bottom: 0px;
.alert {
&::before {
overflow: hidden;
position: relative;
top: -15px;
left: -15px;
transition: inherit;
display: block;
height: 2px;
position: absolute;
z-index: 0;
opacity: 0.1;
top: 0;
left: 0;
bottom: 0;
width: 0;
height: 100%;
}
&.alert-info::before {