mirror of
https://git.aramjonghu.nl/AramJonghu/aramjonghu-site.git
synced 2026-06-07 09:38:23 +02:00
chore: format frontend with prettier
This commit is contained in:
@@ -2,23 +2,23 @@
|
||||
@import "@catppuccin/tailwindcss/macchiato.css";
|
||||
|
||||
.ui-btn {
|
||||
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 cursor-pointer transition-colors;
|
||||
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 cursor-pointer transition-colors;
|
||||
}
|
||||
|
||||
.ui-btn:hover {
|
||||
@apply bg-ctp-surface0 text-ctp-green border-ctp-green duration-300 ease-in-out;
|
||||
@apply bg-ctp-surface0 text-ctp-green border-ctp-green duration-300 ease-in-out;
|
||||
}
|
||||
|
||||
.ui-btn-active {
|
||||
@apply bg-ctp-surface0 text-ctp-green border-ctp-green;
|
||||
@apply bg-ctp-surface0 text-ctp-green border-ctp-green;
|
||||
}
|
||||
|
||||
.stream-frame {
|
||||
width: 96vw;
|
||||
margin: 0 auto;
|
||||
@apply aspect-video rounded-2xl overflow-hidden border border-ctp-lavender-800 bg-ctp-mantle shadow-lg;
|
||||
width: 96vw;
|
||||
margin: 0 auto;
|
||||
@apply aspect-video rounded-2xl overflow-hidden border border-ctp-lavender-800 bg-ctp-mantle shadow-lg;
|
||||
}
|
||||
|
||||
.stream-frame iframe {
|
||||
@apply w-full h-full border-0;
|
||||
@apply w-full h-full border-0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user