Porządkowanie css, i usuwanie radiowego
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
/* CLOSE BUTTON */
|
||||
.fuz-modal-close {
|
||||
@apply absolute top-4 right-6 text-3xl font-bold cursor-pointer transition-opacity;
|
||||
color: var(--fuz-text);
|
||||
color: var(--f-text);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
.fuz-modal-panel {
|
||||
@apply w-full h-full overflow-y-auto;
|
||||
@apply px-6 py-8 md:px-12 md:py-12;
|
||||
background: var(--fuz-bg);
|
||||
color: var(--fuz-text);
|
||||
background: var(--f-background);
|
||||
color: var(--f-text);
|
||||
}
|
||||
|
||||
/* INNER LAYOUT */
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
.fuz-modal-title {
|
||||
@apply text-4xl font-bold mb-8 text-center;
|
||||
color: var(--fuz-text);
|
||||
color: var(--f-text);
|
||||
}
|
||||
|
||||
/* CONTENT STYLE */
|
||||
|
||||
Reference in New Issue
Block a user