Skip to content
Snippets Groups Projects
Commit ea6e0074 authored by xaralis's avatar xaralis
Browse files

Drop unused styles, fix footer colors

parent ca964226
No related branches found
No related tags found
No related merge requests found
Pipeline #777 passed
......@@ -6,7 +6,7 @@
alt=""
class="footer-brand w-32 md:w-40 pb-6"
/>
<p class="para hidden md:block md:mb-4 lg:mb-0">
<p class="para hidden md:block md:mb-4 lg:mb-0 text-grey-200">
Piráti, 2020. Všechna práva vyhlazena. Sdílejte a nechte
ostatní sdílet za stejných podmínek.
</p>
......@@ -14,7 +14,7 @@
<section class="footer__main-links bg-grey-700 text-white lg:grid grid-cols-3 gap-4">
<div class="pt-8 pb-4 lg:py-0">
<span class="text-xl uppercase text-white">Nová sekce</span>
<ul class="mt-6 space-y-2">
<ul class="mt-6 space-y-2 text-grey-200">
<li>
<a href="#">Lorem ipsum</a>
</li>
......@@ -28,7 +28,7 @@
</div>
<div class="py-4 lg:py-0 border-t border-grey-400 lg:border-t-0">
<span class="text-xl uppercase text-white">Nová sekce</span>
<ul class="mt-6 space-y-2">
<ul class="mt-6 space-y-2 text-grey-200">
<li>
<a href="#">Lorem ipsum</a>
</li>
......@@ -42,7 +42,7 @@
</div>
<div class="pt-4 lg:py-0 border-t border-grey-400 lg:border-t-0">
<span class="text-xl uppercase text-white">Nová sekce</span>
<ul class="mt-6 space-y-2">
<ul class="mt-6 space-y-2 text-grey-200">
<li>
<a href="#">Lorem ipsum</a>
</li>
......@@ -68,7 +68,7 @@
<div class="container container--default">
<div class="flex flex-col lg:flex-row lg:space-x-4 lg:items-center py-4 lg:py-8 border-t border-grey-400 lg:border-t-0">
<span class="lg:w-1/4 text-xl uppercase text-white">Otevřenost</span>
<ul class="lg:w-2/4 grid grid-cols-1 lg:grid-cols-3 lg:gap-4 items-center mt-6 space-y-2 lg:mt-0 lg:space-y-0">
<ul class="lg:w-2/4 grid grid-cols-1 lg:grid-cols-3 lg:gap-4 items-center mt-6 space-y-2 lg:mt-0 lg:space-y-0 text-grey-200">
<li>
<a href="#">Transparentní účet</a>
</li>
......
/* .footer {
@apply text-grey-200;
}
.footer-section {
@apply py-4;
@screen md {
@apply py-12;
&.footer-section--dense {
@apply py-6;
}
}
}
.footer-splitter {
@apply border-t border-grey-400;
}
.footer-copy {
@apply pr-16;
order: -2;
@screen lg {
order: 0;
}
}
.footer-social {
order: -1;
@screen lg {
@apply text-right;
order: 1;
}
} */
.footer__main {
@apply grid;
grid-template-areas: "brand"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment