Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ui-styleguide
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Weby
ui-styleguide
Commits
ea6e0074
Commit
ea6e0074
authored
4 years ago
by
xaralis
Browse files
Options
Downloads
Patches
Plain Diff
Drop unused styles, fix footer colors
parent
ca964226
No related branches found
No related tags found
No related merge requests found
Pipeline
#777
passed
4 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/_patterns/02-organisms/00-global/footer.mustache
+5
-5
5 additions, 5 deletions
source/_patterns/02-organisms/00-global/footer.mustache
source/css/organisms/footer.pcss
+0
-39
0 additions, 39 deletions
source/css/organisms/footer.pcss
with
5 additions
and
44 deletions
source/_patterns/02-organisms/00-global/footer.mustache
+
5
−
5
View file @
ea6e0074
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
source/css/organisms/footer.pcss
+
0
−
39
View file @
ea6e0074
/* .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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment