Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Style Guide 2
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Style Guide 2
Commits
88f33818
Commit
88f33818
authored
11 months ago
by
Alexa Valentová
Browse files
Options
Downloads
Patches
Plain Diff
update tags, remove unnecessary css classes
parent
37c4b7f0
No related branches found
No related tags found
1 merge request
!29
Feat/redesign
Pipeline
#18525
passed
11 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
majak_uistyleguide/templates/patterns/molecules/menus/carousel.html
+6
-6
6 additions, 6 deletions
...yleguide/templates/patterns/molecules/menus/carousel.html
with
6 additions
and
6 deletions
majak_uistyleguide/templates/patterns/molecules/menus/carousel.html
+
6
−
6
View file @
88f33818
...
...
@@ -51,7 +51,7 @@
"
style=
"box-sizing: border-box"
>
<
div
<
h1
class=
"
{% block text_inner_wrapper_classes %}
container--wide px-0 h-full flex flex-col justify-end items-start
...
...
@@ -60,21 +60,21 @@
style=
"box-sizing: border-box"
>
<
h1
class=
"mb-4 px-5 flex flex-col text-black
block
lg:hidden"
>
<
div
class=
"mb-4 px-5 flex flex-col text-black lg:hidden"
>
<div>
{{ mobile_label_first }}
</div>
<div>
{{ mobile_label_second }}
</div>
<div>
{{ mobile_label_third }}
</div>
</
h1
>
</
div
>
<
h1
class=
"mb-4 px-5
flex
flex-col text-black hidden lg:
block
"
>
<
div
class=
"mb-4 px-5 flex-col text-black hidden lg:
flex
"
>
<div>
{{ desktop_label_first }}
</div>
<div>
{{ desktop_label_second }}
</div>
</
h1
>
</
div
>
<div
class=
"ml-4 text-lg group"
>
{% include "patterns/atoms/buttons/round_button.html" with button_text=button_text %}
</div>
</
div
>
</
h1
>
</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