Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_gesso
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
WCMS
uw_wcms_gesso
Commits
fcd97485
Commit
fcd97485
authored
4 years ago
by
m26lebla
Browse files
Options
Downloads
Patches
Plain Diff
Additiona css now we have a full width class with sidebar
parent
91f6629c
No related branches found
No related tags found
1 merge request
!14
feature ISTWCMS 4493 m26lebla theme-sidebar-fullwidth
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/styles.css
+21
-13
21 additions, 13 deletions
css/styles.css
source/_patterns/03-layouts/node/_node.scss
+34
-16
34 additions, 16 deletions
source/_patterns/03-layouts/node/_node.scss
source/_patterns/03-layouts/node/node.twig
+5
-8
5 additions, 8 deletions
source/_patterns/03-layouts/node/node.twig
with
60 additions
and
37 deletions
css/styles.css
+
21
−
13
View file @
fcd97485
...
...
@@ -1996,24 +1996,27 @@ svg:not(:root) {
max-width
:
calc
(
75rem
-
20.75rem
);
}
@media
(
min-width
:
48.06rem
)
{
.uw-node.uw-node__with-sidebar
.uw-node__grid
{
flex-direction
:
row
;
}
.uw-node.uw-node__with-sidebar
.uw-node__grid
.uw-contained-width
{
max-width
:
calc
(
75rem
-
20.75rem
);
}
.uw-node.uw-node__with-sidebar
.uw-node__grid
.uw-contained-width--narrow
{
max-width
:
100%
;
}
}
@media
(
min-width
:
48.06rem
)
and
(
min-width
:
48.06rem
)
{
flex-direction
:
row
;
}
}
.uw-node.uw-node__with-sidebar
.uw-node__grid
.uw-contained-width
{
max-width
:
calc
(
75rem
-
20.75rem
);
}
.uw-node.uw-node__with-sidebar
.uw-node__grid
.uw-contained-width--narrow
{
max-width
:
100%
;
}
@media
(
min-width
:
48.06rem
)
{
.uw-node.uw-node__with-sidebar
.uw-node__grid
.uw-contained-width--narrow
{
margin
:
0
auto
;
max-width
:
31rem
;
}
}
@media
(
min-width
:
48.06rem
)
{
.uw-node.uw-node__with-sidebar
.uw-node__grid
.uw-contained-width--wide
{
margin
:
inherit
;
max-width
:
100%
;
}
}
@media
(
min-width
:
48.06rem
)
and
(
min-width
:
48.06rem
)
{
.uw-node.uw-node__with-sidebar
.uw-node__grid
.uw-contained-width--wide
{
max-width
:
100%
;
}
@media
(
min-width
:
48.06rem
)
{
.uw-node.uw-node__with-sidebar
.uw-node__grid
.uw-contained-width--wide
{
margin
:
0
auto
;
max-width
:
47.0625rem
;
}
}
@media
(
min-width
:
48.06rem
)
{
.uw-node.uw-node__with-sidebar
.uw-node__grid
.uw-full-width
{
margin
:
inherit
;
max-width
:
100vw
;
padding
:
0
;
}
@media
(
min-width
:
48.06rem
)
{
.uw-node.uw-node__with-sidebar
.uw-node__grid
.uw-full-width
{
margin
:
inherit
;
max-width
:
calc
(
100vw
-
18.75rem
);
}
}
.uw-node.uw-node__with-sidebar
.uw-node__node
{
...
...
@@ -2033,6 +2036,11 @@ svg:not(:root) {
.uw-node.uw-node__with-sidebar
.uw-node__sidebar
.layout
{
max-width
:
inherit
;
}
@media
(
min-width
:
48.06rem
)
{
.uw-section-has-full-width
.uw-node__grid
.uw-node__sidebar
{
margin-left
:
0
;
padding-left
:
1rem
;
}
}
.l-section
{
margin-bottom
:
2.5rem
;
}
...
...
This diff is collapsed.
Click to expand it.
source/_patterns/03-layouts/node/_node.scss
+
34
−
16
View file @
fcd97485
...
...
@@ -18,26 +18,32 @@ $sidebar-width: 18.75rem;
}
@include
medium
{
flex-direction
:
row
;
.uw-contained-width
{
max-width
:calc
(
75rem
-
20
.75rem
)
;
}
.uw-contained-width--narrow
{
max-width
:
100%
;
@include
medium
{
max-width
:
31rem
;
}
}
.uw-contained-width
{
max-width
:calc
(
75rem
-
20
.75rem
)
;
}
.uw-contained-width--narrow
{
max-width
:
100%
;
@include
medium
{
margin
:
0
auto
;
max-width
:
31rem
;
}
.uw-contained-width--wide
{
margin
:inherit
;
max-width
:
100%
;
@include
medium
{
max-width
:
47
.0625rem
;
}
}
.uw-contained-width--wide
{
max-width
:
100%
;
@include
medium
{
margin
:
0
auto
;
max-width
:
47
.0625rem
;
}
.uw-full-width
{
margin
:inherit
;
}
.uw-full-width
{
margin
:inherit
;
max-width
:
100vw
;
@include
medium
{
max-width
:calc
(
100vw
-
18
.75rem
)
;
}
padding
:
0
;
}
}
.uw-node__node
{
...
...
@@ -60,3 +66,15 @@ $sidebar-width: 18.75rem;
}
}
}
// Class appears when full width content loads with sidebar on page
.uw-section-has-full-width
{
.uw-node__grid
{
.uw-node__sidebar
{
@include
medium
{
margin-left
:
0
;
padding-left
:
1rem
;
}
}
}
}
This diff is collapsed.
Click to expand it.
source/_patterns/03-layouts/node/node.twig
+
5
−
8
View file @
fcd97485
...
...
@@ -12,20 +12,17 @@
<div
{{
attributes.addClass
(
classes
)
}}
"
>
<div
class=
"uw-node__grid"
>
<article
class=
"uw-node__node"
>
{%
block
content
%}
This is the node content
{%
endblock
%}
</article>
{%
if
has_sidebar
==
'Yes'
%}
<aside
class=
"uw-node__sidebar"
>
{%
block
sidebar_content
%}
This is the sidebar
{%
endblock
%}
</aside>
<aside
class=
"uw-node__sidebar"
>
{%
block
sidebar_content
%}
This is the sidebar
{%
endblock
%}
</aside>
{%
endif
%}
</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