Update 'domme_mensen_css/tailwind.css'
This commit is contained in:
parent
76392db85c
commit
98ad804878
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
.intermate-navbar {
|
.intermate-navbar {
|
||||||
@apply navbar bg-intermate-yellow shadow-md shadow-intermate-shadow;
|
@apply navbar bg-primary;
|
||||||
}
|
}
|
||||||
.intermate-footer {
|
.intermate-footer {
|
||||||
@apply footer p-10 bg-intermate-yellow text-white justify-around;
|
@apply footer p-10 bg-primary text-white justify-around;
|
||||||
}
|
}
|
||||||
.intermate-navbutton-effect {
|
.intermate-navbutton-effect {
|
||||||
@apply block hover:text-intermate-yellow-hover transition-all hover:scale-110 ease-in-out;
|
@apply block hover:text-primary-focus transition-all hover:scale-110 ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue