mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
nutzer einladen + sesssion cache correct clear
This commit is contained in:
@@ -512,12 +512,24 @@
|
||||
@apply !text-slate-900 bg-stone-50;
|
||||
}
|
||||
|
||||
.user-invites .user-chooser a {
|
||||
@apply py-1 rounded-xs no-underline;
|
||||
.user-chooser a {
|
||||
@apply px-4 py-2 no-underline text-gray-500 hover:text-slate-900 font-serif font-bold border-l-4 border-transparent hover:bg-slate-100 transition-all duration-75 rounded-xs;
|
||||
}
|
||||
|
||||
.user-invites .user-chooser a[aria-current="page"] {
|
||||
@apply font-bold !bg-stone-50 relative border-b z-20 shadow;
|
||||
.user-chooser a[aria-current="page"] {
|
||||
@apply text-slate-900 font-bold bg-slate-100 border-slate-900 shadow-sm;
|
||||
}
|
||||
|
||||
.user-chooser a[aria-current="page"]:nth-child(1) {
|
||||
@apply border-blue-500;
|
||||
}
|
||||
|
||||
.user-chooser a[aria-current="page"]:nth-child(2) {
|
||||
@apply border-orange-600;
|
||||
}
|
||||
|
||||
.user-chooser a[aria-current="page"]:nth-child(3) {
|
||||
@apply border-red-600;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
|
||||
Reference in New Issue
Block a user