Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootstrap_paragraphs
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
bootstrap_paragraphs
Merge requests
!31
Resolve
#3439732
"Fix linting issues"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3439732
"Fix linting issues"
issue/bootstrap_paragraphs-3439732:3439732-fix-linting-issues
into
5.0.x
Overview
0
Commits
22
Pipelines
30
Changes
26
Merged
Russell Eck
requested to merge
issue/bootstrap_paragraphs-3439732:3439732-fix-linting-issues
into
5.0.x
1 year ago
Overview
0
Commits
22
Pipelines
30
Changes
26
Expand
Closes
#3439732
0
0
Merge request reports
Compare
5.0.x
version 23
37b73af8
8 months ago
version 22
841b3ee4
8 months ago
version 21
b6968b31
9 months ago
version 20
9b493192
9 months ago
version 19
1677b072
9 months ago
version 18
5a1f3188
1 year ago
version 17
cf9bbcde
1 year ago
version 16
6f9ba037
1 year ago
version 15
0629a17e
1 year ago
version 14
1e509951
1 year ago
version 13
1c082fab
1 year ago
version 12
a8b63451
1 year ago
version 11
c2b4c788
1 year ago
version 10
ca816f47
1 year ago
version 9
b17eac91
1 year ago
version 8
f6f028d1
1 year ago
version 7
c013f0ba
1 year ago
version 6
b6900ea0
1 year ago
version 5
bdf2fe9c
1 year ago
version 4
0167cbd0
1 year ago
version 3
ed2b58d3
1 year ago
version 2
ed2b58d3
1 year ago
version 1
e94bb210
1 year ago
5.0.x (base)
and
latest version
latest version
00fd6165
22 commits,
8 months ago
version 23
37b73af8
21 commits,
8 months ago
version 22
841b3ee4
20 commits,
8 months ago
version 21
b6968b31
19 commits,
9 months ago
version 20
9b493192
18 commits,
9 months ago
version 19
1677b072
17 commits,
9 months ago
version 18
5a1f3188
16 commits,
1 year ago
version 17
cf9bbcde
15 commits,
1 year ago
version 16
6f9ba037
14 commits,
1 year ago
version 15
0629a17e
13 commits,
1 year ago
version 14
1e509951
12 commits,
1 year ago
version 13
1c082fab
11 commits,
1 year ago
version 12
a8b63451
10 commits,
1 year ago
version 11
c2b4c788
9 commits,
1 year ago
version 10
ca816f47
8 commits,
1 year ago
version 9
b17eac91
7 commits,
1 year ago
version 8
f6f028d1
6 commits,
1 year ago
version 7
c013f0ba
5 commits,
1 year ago
version 6
b6900ea0
4 commits,
1 year ago
version 5
bdf2fe9c
3 commits,
1 year ago
version 4
0167cbd0
2 commits,
1 year ago
version 3
ed2b58d3
1 commit,
1 year ago
version 2
ed2b58d3
11 commits,
1 year ago
version 1
e94bb210
10 commits,
1 year ago
26 files
+
168
−
188
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
26
Search (e.g. *.vue) (Ctrl+P)
css/bootstrap-paragraphs-accordion.css
+
6
−
6
Options
@@ -4,7 +4,7 @@
*
* Can be quickly compiled to CSS at http://lesscss.org/less-preview/.
*/
/* Adds Accordion container.*/
/* Adds Accordion container.
*/
.paragraph--bp-accordion-container
{
padding-top
:
15px
;
}
@@ -16,22 +16,22 @@
display
:
block
;
padding
:
10px
10px
;
}
.paragraph.paragraph--type--bp-accordion
.panel-heading
a
:after
{
.paragraph.paragraph--type--bp-accordion
.panel-heading
a
:
:
after
{
float
:
right
;
}
.paragraph.paragraph--type--bp-accordion
.panel-heading
a
[
aria-expanded
=
"false"
]
.display
:after
{
.paragraph.paragraph--type--bp-accordion
.panel-heading
a
[
aria-expanded
=
"false"
]
.display
:
:
after
{
content
:
"+"
;
}
.paragraph.paragraph--type--bp-accordion
.panel-heading
a
[
aria-expanded
=
"true"
]
.display
:after
{
.paragraph.paragraph--type--bp-accordion
.panel-heading
a
[
aria-expanded
=
"true"
]
.display
:
:
after
{
content
:
"-"
;
}
.paragraph.paragraph--type--bp-accordion
.panel-collapse
>
.paragraph
{
padding-left
:
15px
;
padding-right
:
15px
;
padding-left
:
15px
;
}
.paragraph.paragraph--type--bp-accordion
.panel-collapse
>
.paragraph
>
.paragraph__column
{
padding-bottom
:
15px
;
padding-top
:
15px
;
padding-bottom
:
15px
;
}
.paragraph.paragraph--type--bp-accordion
.panel-collapse
.paragraph
:last-of-type
>
.paragraph__column
{
padding-bottom
:
15px
;
Loading