Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!2849
Fix all the CSS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Fix all the CSS
issue/drupal-3314523:3314523-postcss-results-in
into
10.1.x
Overview
0
Commits
1
Pipelines
0
Changes
103
Closed
Alex Pott
requested to merge
issue/drupal-3314523:3314523-postcss-results-in
into
10.1.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
103
Expand
Closes
#3314523
0
0
Merge request reports
Compare
10.1.x
10.1.x (base)
and
latest version
latest version
b28698c4
1 commit,
2 years ago
103 files
+
3366
−
3284
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
103
Search (e.g. *.vue) (Ctrl+P)
core/misc/dialog/off-canvas/css/base.css
+
43
−
43
Options
@@ -33,68 +33,68 @@
}
#drupal-off-canvas-wrapper
*
:focus
{
outline
:
solid
var
(
--off-canvas-focus-outline-width
)
var
(
--off-canvas-focus-outline-color
);
outline-offset
:
2px
;
}
outline
:
solid
var
(
--off-canvas-focus-outline-width
)
var
(
--off-canvas-focus-outline-color
);
outline-offset
:
2px
;
}
#drupal-off-canvas-wrapper
a
,
#drupal-off-canvas-wrapper
.link
{
text-decoration
:
none
;
color
:
var
(
--off-canvas-link-color
);
}
#drupal-off-canvas-wrapper
.link
{
text-decoration
:
none
;
color
:
var
(
--off-canvas-link-color
);
}
#drupal-off-canvas-wrapper
hr
{
height
:
1px
;
background
:
var
(
--off-canvas-border-color
);
}
height
:
1px
;
background
:
var
(
--off-canvas-border-color
);
}
#drupal-off-canvas-wrapper
h1
,
#drupal-off-canvas-wrapper
.heading-a
{
font-size
:
1.4375rem
;
line-height
:
1.2
;
}
#drupal-off-canvas-wrapper
.heading-a
{
font-size
:
1.4375rem
;
line-height
:
1.2
;
}
#drupal-off-canvas-wrapper
h2
,
#drupal-off-canvas-wrapper
.heading-b
{
margin
:
var
(
--off-canvas-vertical-spacing-unit
)
0
;
font-size
:
1.1875rem
;
}
#drupal-off-canvas-wrapper
.heading-b
{
margin
:
var
(
--off-canvas-vertical-spacing-unit
)
0
;
font-size
:
1.1875rem
;
}
#drupal-off-canvas-wrapper
h3
,
#drupal-off-canvas-wrapper
.heading-c
{
margin
:
var
(
--off-canvas-vertical-spacing-unit
)
0
;
font-size
:
1.0625rem
;
}
#drupal-off-canvas-wrapper
.heading-c
{
margin
:
var
(
--off-canvas-vertical-spacing-unit
)
0
;
font-size
:
1.0625rem
;
}
#drupal-off-canvas-wrapper
h4
,
#drupal-off-canvas-wrapper
.heading-d
{
margin
:
var
(
--off-canvas-vertical-spacing-unit
)
0
;
font-size
:
1rem
;
}
#drupal-off-canvas-wrapper
.heading-d
{
margin
:
var
(
--off-canvas-vertical-spacing-unit
)
0
;
font-size
:
1rem
;
}
#drupal-off-canvas-wrapper
h5
,
#drupal-off-canvas-wrapper
.heading-e
,
#drupal-off-canvas-wrapper
h6
,
#drupal-off-canvas-wrapper
.heading-f
{
margin
:
var
(
--off-canvas-vertical-spacing-unit
)
0
;
font-size
:
0.9375rem
;
}
#drupal-off-canvas-wrapper
.heading-e
,
#drupal-off-canvas-wrapper
h6
,
#drupal-off-canvas-wrapper
.heading-f
{
margin
:
var
(
--off-canvas-vertical-spacing-unit
)
0
;
font-size
:
0.9375rem
;
}
#drupal-off-canvas-wrapper
p
{
margin
:
var
(
--off-canvas-vertical-spacing-unit
)
0
;
}
margin
:
var
(
--off-canvas-vertical-spacing-unit
)
0
;
}
#drupal-off-canvas-wrapper
img
{
max-width
:
100%
;
height
:
auto
;
}
max-width
:
100%
;
height
:
auto
;
}
#drupal-off-canvas-wrapper
.links
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
}
margin
:
0
;
padding
:
0
;
list-style
:
none
;
}
#drupal-off-canvas-wrapper
.links
li
{
margin
:
calc
(
var
(
--off-canvas-vertical-spacing-unit
)
/
2
)
0
;
}
margin
:
calc
(
var
(
--off-canvas-vertical-spacing-unit
)
/
2
)
0
;
}
Loading