User-Panel gebaut

This commit is contained in:
Jason Hirsch
2025-02-16 21:47:35 +01:00
parent 835de6fbf9
commit c17d39df24
280 changed files with 19492 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.bg-white-300 {
background: rgba(255, 255, 255, 0.3) !important;
}
.rounded-bottom-left {
border-radius: 0;
border-bottom-left-radius: .25rem!important;
}
.rounded-bottom-right {
border-radius: 0;
border-bottom-right-radius: .25rem!important;
}