first commit

This commit is contained in:
2025-01-06 20:47:25 +01:00
commit 3bdbd78c2f
25591 changed files with 3586440 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
.ps-alert {
.close {
position: absolute;
right: 0.625rem;
top: 0.9375rem;
opacity: 1;
.material-icons {
font-size: 1.5rem;
.alert-info & {
color: $primary;
}
.alert-warning & {
color: $warning
}
.alert-danger & {
color: $danger;
}
}
}
.alert {
border-radius: 0;
border-width: 0.125rem;
padding: 0;
margin: 0;
&.alert-info {
background: $notice;
}
&.alert-warning {
background: $warning-hover;
}
&.alert-danger {
background: $danger-hover;
}
.alert-text {
padding: 0.9375rem 0 0.9375rem 0.9375rem;
margin-left: 3.438rem;
background: white;
}
}
}