Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
layout_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
layout_paragraphs
Commits
df9278d7
Commit
df9278d7
authored
3 years ago
by
Justin Toupin
Browse files
Options
Downloads
Patches
Plain Diff
Fixed breaking css.
parent
cab169e3
No related branches found
No related tags found
1 merge request
!103
Issue #3295875: Add a new dedicated permission for Layout paragraphs configurations
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/builder.css
+23
-23
23 additions, 23 deletions
css/builder.css
with
23 additions
and
23 deletions
css/builder.css
+
23
−
23
View file @
df9278d7
.lp-builder
{
min-height
:
30
;
min-height
:
30
px
;
position
:
relative
;
}
.js-lpb-region
{
min-height
:
40
;
min-height
:
40
px
;
cursor
:
default
;
box-sizing
:
border-box
;
position
:
relative
;
...
...
@@ -13,17 +13,17 @@
}
.lpb-empty-container
{
text-align
:
center
;
padding-bottom
:
30
;
padding-bottom
:
30
px
;
}
.lpb-empty-toggle
{
min-height
:
20
;
min-height
:
20
px
;
}
.lpb-empty-message
{
text-align
:
center
;
padding-bottom
:
40
;
padding-bottom
:
40
px
;
}
.lpb-empty-container__wrapper
.lpb-section-menu__wrapper
{
bottom
:
20
;
bottom
:
20
px
;
}
.is-dragging
.js-lpb-region
,
.is-navigating
.js-lpb-region
{
...
...
@@ -57,13 +57,13 @@
outline
:
1px
solid
rgba
(
0
,
0
,
255
,
0.5
);
}
.lpb-layout
{
padding
:
20
;
padding
:
20
px
;
}
.lpb-layout
.lpb-layout-label
{
position
:
absolute
;
right
:
0
;
border
:
1px
dotted
#ccc
;
padding
:
5px
10
;
padding
:
5px
10
px
;
font-size
:
small
;
}
.js-lpb-btn--add
{
...
...
@@ -94,7 +94,7 @@
border-radius
:
6px
6px
0
0
;
box-shadow
:
none
;
color
:
#fff
;
top
:
-40
;
top
:
-40
px
;
left
:
auto
;
right
:
-1px
;
}
...
...
@@ -107,8 +107,8 @@
}
.lpb-controls-label
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
line-height
:
30
;
padding
:
0
5px
0
10
;
line-height
:
30
px
;
padding
:
0
5px
0
10
px
;
}
.lpb-drag
,
.lpb-up
,
...
...
@@ -117,8 +117,8 @@
.lpb-duplicate
,
.lpb-delete
{
cursor
:
pointer
;
height
:
30
;
width
:
30
;
height
:
30
px
;
width
:
30
px
;
border-radius
:
3px
;
margin
:
0
;
padding
:
0
;
...
...
@@ -220,12 +220,12 @@
position: absolute;
display: inline-block;
background: #fff;
border-radius: 10;
border-radius: 10
px
;
box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
z-index: 80;
left: 50%;
transform: translateX(-50%);
padding: 6px 10;
padding: 6px 10
px
;
transition: all .15s linear;
}
.lpb-btn.before {
...
...
@@ -310,13 +310,13 @@
}
form.layout-paragraphs-builder-form {
margin-left: -20;
margin-right: -20;
margin-left: -20
px
;
margin-right: -20
px
;
outline: 1px solid rgba(0,0,0,.15);
}
form.layout-paragraphs-builder-form .js-lpb-component-list {
padding: 20;
padding: 20
px
;
}
.lpb-enable {
...
...
@@ -330,7 +330,7 @@ form.layout-paragraphs-builder-form .js-lpb-component-list {
transform: translateY(-50%);
}
.lpb-enable__button {
div
.lpb-enable__button {
display: flex;
}
...
...
@@ -355,8 +355,8 @@ a.lpb-enable-button:focus {
a.lpb-enable-button::before {
content: "";
display: block;
height: 30;
width: 30;
height: 30
px
;
width: 30
px
;
border-radius: 3px;
margin: 0;
padding: 0;
...
...
@@ -386,7 +386,7 @@ a.lpb-enable-button::before {
background-color: black;
color: #fff;
text-align: center;
padding: 10;
padding: 10
px
;
position: absolute;
z-index: 90;
bottom: 100%;
...
...
@@ -398,7 +398,7 @@ a.lpb-enable-button::before {
content: "
"
;
position
:
absolute
;
top
:
100%
;
/* At the bottom of the tooltip */
left
:
20
;
left
:
20
px
;
border-width
:
7px
;
border-style
:
solid
;
border-color
:
black
transparent
transparent
transparent
;
...
...
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