Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
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
Container registry
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
Maják
Commits
7bfd2751
Commit
7bfd2751
authored
2 years ago
by
quido.zientek
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/pirati-cz' into feature/pirati-cz-quidecek
parents
21ca7669
db3d1d50
No related branches found
No related tags found
3 merge requests
!607
Pirati.cz
,
!604
Feature/pirati cz quidecek
,
!575
Feature/pirati cz
Pipeline
#9597
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/styleguide/source/css/organisms/navbar.pcss
+2
-4
2 additions, 4 deletions
main/styleguide/source/css/organisms/navbar.pcss
main/templates/main/blocks/people_overview_block.html
+18
-15
18 additions, 15 deletions
main/templates/main/blocks/people_overview_block.html
with
20 additions
and
19 deletions
main/styleguide/source/css/organisms/navbar.pcss
+
2
−
4
View file @
7bfd2751
...
...
@@ -81,22 +81,20 @@
.bar1, .bar2, .bar3 {
width: 35px;
height:
5
px;
height:
2
px;
background-color: white;
margin: 6px 0;
transition: 0.4s;
}
#menuToggle:checked + label .bar1 {
-webkit-transform: rotate(45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-3px, 4px);
background-color: black;
}
#menuToggle:checked + label .bar2 {opacity: 0;}
#menuToggle:checked + label .bar3 {
-webkit-transform: rotate(-45deg) translate(-8px, -8px);
transform: rotate(45deg) translate(-8px, -8px);
background-color: black;
}
This diff is collapsed.
Click to expand it.
main/templates/main/blocks/people_overview_block.html
+
18
−
15
View file @
7bfd2751
{% load wagtailimages_tags %}
<div
class=
"container--medium mb-8 xl:min-h-screen flex flex-col justify-center lg:mb-16"
>
<div
class=
"bg-cover bg-no-repeat section-clip py-16 xl:min-h-screen lg:py-36"
>
<div
class=
"container--wide mx-auto z-10"
>
<h2
class=
"head-7xl xl:text-center mb-6 xl:mb-28"
>
{{ self.title }}
</h2>
<div
class=
"flex flex-wrap
space-x
-1 justify-center
gap-2 md:gap-1
items-center"
>
<div
class=
"flex flex-wrap
gap-2 md:gap
-1 justify-center items-center
md:flex-row
"
>
{% for box in self.list %}
{% image box.image fill-500x500 as box_image %}
<div
class=
"background-hover-zoom w-96 h-60 flex bg-white flex-col items-center justify-center drop-shadow-xl xl:m-0 sm:w-80 sm:h-80"
<div
class=
"background-hover-zoom w-96 h-60 flex bg-white flex-col items-center justify-center drop-shadow-xl xl:m-0 sm:w-80 sm:h-80"
style=
"background-image: url('{{ box_image.url }}')"
>
<h5
class=
"head-alt-md text-white mt-24 mb-8"
>
{{ box.title }}
...
...
@@ -17,3 +19,4 @@
{% endfor %}
</div>
</div>
</div>
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