Init sakai-v19

This commit is contained in:
Çetin
2024-12-27 16:00:31 +03:00
parent 07ae55c3c5
commit 0369931355
314 changed files with 18699 additions and 246892 deletions

View File

@@ -0,0 +1,25 @@
/* Utils */
.clearfix:after {
content: ' ';
display: block;
clear: both;
}
.card {
background: var(--surface-card);
padding: 2rem;
margin-bottom: 2rem;
border-radius: var(--content-border-radius);
&:last-child {
margin-bottom: 0;
}
}
.p-toast {
&.p-toast-top-right,
&.p-toast-top-left,
&.p-toast-top-center {
top: 100px;
}
}