Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sobki_profile_bootstrap
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
sobki_profile_bootstrap
Merge requests
!7
3440270 Update sobki theme bootstrap to work with new ui_styles plugin system.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
3440270 Update sobki theme bootstrap to work with new ui_styles plugin system.
issue/sobki_profile_bootstrap-3440270:3440270-ui-styles-new-plugin-system
into
10.0.x
Overview
1
Commits
2
Pipelines
4
Changes
50
All threads resolved!
Hide all comments
Merged
3440270 Update sobki theme bootstrap to work with new ui_styles plugin system.
maboy
requested to merge
issue/sobki_profile_bootstrap-3440270:3440270-ui-styles-new-plugin-system
into
10.0.x
Jul 4, 2024
Overview
1
Commits
2
Pipelines
4
Changes
50
All threads resolved!
Hide all comments
Closes
#3440270
0
0
Merge request reports
Compare
10.0.x
version 2
02c6fd1a
Jul 4, 2024
version 1
be343445
Jul 4, 2024
10.0.x (base)
and
latest version
latest version
5043e75e
2 commits,
11 months ago
version 2
02c6fd1a
2 commits,
Jul 4, 2024
version 1
be343445
1 commit,
Jul 4, 2024
50 files
+
9
−
669
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
50
modules/sobki_admin/assets/css/sobki_select_items.css deleted
100644 → 0
+
0
−
214
View file @ 1b91aada
.ui-selectmenu-menu
.ui-menu-item
{
height
:
25px
;
}
.ui-selectmenu-menu
.ui-menu-item
span
{
top
:
1px
;
}
.ui-widget.ui-selectmenu-button
.ui-current-item-icon
{
margin-bottom
:
2px
;
}
.ui-widget.ui-selectmenu-button
.ui-current-item-icon
,
.ui-selectmenu-menu
.ui-menu-item
.ui-menu-item-wrapper
{
display
:
inline-block
;
width
:
15px
;
height
:
15px
;
border-radius
:
25px
;
}
.layout-builder-configure-block
.glb-form-radios
{
display
:
flex
;
}
.layout-builder-configure-block
input
[
type
=
"radio"
]
{
-webkit-appearance
:
none
;
}
.layout-builder-configure-block
.glb-form-type--radio
{
display
:
flex
;
justify-content
:
center
;
width
:
30px
;
height
:
30px
;
margin-right
:
5px
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.1
);
border-radius
:
5px
;
}
.layout-builder-configure-block
input
[
type
=
"radio"
]
+
label
{
display
:
flex
!important
;
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
height
:
100%
;
margin
:
0
!important
;
padding
:
0
!important
;
}
.layout-builder-configure-block
input
[
type
=
"radio"
]
+
label
>
span
{
display
:
none
;
}
.layout-builder-configure-block
input
[
type
=
"radio"
]
:checked
+
label
{
background-color
:
rgba
(
0
,
0
,
0
,
0.3
);
}
.layout-builder-configure-block
.glb-form-type--radio
:has
(
input
[
type
=
"radio"
]
:checked
)
{
background-color
:
rgba
(
0
,
0
,
0
,
0.3
);
}
.fst-italic-icon
::before
{
content
:
url
(
"../img/font-italic.svg"
);
}
.fst-normal-icon
::before
{
content
:
url
(
"../img/font-normal.svg"
);
}
.text-start-icon
::before
{
content
:
url
(
"../img/text-left.svg"
);
}
.text-center-icon
::before
{
content
:
url
(
"../img/text-center.svg"
);
}
.text-center-icon
::before
{
content
:
url
(
"../img/text-center.svg"
);
}
.text-end-icon
::before
{
content
:
url
(
"../img/text-right.svg"
);
}
.text-lowercase-icon
::before
{
content
:
url
(
"../img/transform-lowercase.svg"
);
}
.text-uppercase-icon
::before
{
content
:
url
(
"../img/transform-uppercase.svg"
);
}
.text-capitalize-icon
::before
{
content
:
url
(
"../img/transform-capitalize.svg"
);
}
.text-wrap-icon
::before
{
content
:
url
(
"../img/wrap.svg"
);
}
.text-nowrap-icon
::before
{
content
:
url
(
"../img/nowrap.svg"
);
}
.text-decoration-underline-icon
::before
{
content
:
url
(
"../img/decoration-underline.svg"
);
}
.text-decoration-line-through-icon
::before
{
content
:
url
(
"../img/decoration-strikethrough.svg"
);
}
.border-icon
::before
{
content
:
url
(
"../img/border-all.svg"
);
}
.border-top-icon
::before
{
content
:
url
(
"../img/border-top.svg"
);
}
.border-bottom-icon
::before
{
content
:
url
(
"../img/border-bottom.svg"
);
}
.border-start-icon
::before
{
content
:
url
(
"../img/border-left.svg"
);
}
.border-end-icon
::before
{
content
:
url
(
"../img/border-right.svg"
);
}
.translate-middle-icon
::before
{
content
:
url
(
"../img/center.svg"
);
}
.translate-middle-x-icon
::before
{
content
:
url
(
"../img/horizontal-align.svg"
);
}
.translate-middle-y-icon
::before
{
content
:
url
(
"../img/vertical-align.svg"
);
}
.visible-icon
::before
{
content
:
url
(
"../img/visibility.svg"
);
}
.visible-icon
::before
{
content
:
url
(
"../img/visibility.svg"
);
}
.invisible-icon
::before
{
content
:
url
(
"../img/visibility-off.svg"
);
}
.align-content-start-icon
::before
,
.align-items-start-icon
::before
,
.align-self-start-icon
::before
{
content
:
url
(
"../img/align-flex-start.svg"
);
}
.align-content-end-icon
::before
,
.align-items-end-icon
::before
,
.align-self-end-icon
::before
{
content
:
url
(
"../img/align-flex-end.svg"
);
}
.align-content-center-icon
::before
,
.align-items-center-icon
::before
,
.align-self-center-icon
::before
{
content
:
url
(
"../img/align-flex-center.svg"
);
}
.align-content-between-icon
::before
,
.align-items-between-icon
::before
,
.align-self-between-icon
::before
,
.justify-content-between-icon
::before
{
content
:
url
(
"../img/align-flex-space-between.svg"
);
}
.align-content-around-icon
::before
,
.align-items-around-icon
::before
,
.align-self-around-icon
::before
,
.justify-content-around-icon
::before
{
content
:
url
(
"../img/align-flex-space-around.svg"
);
}
.align-content-stretch-icon
::before
,
.align-items-stretch-icon
::before
,
.align-self-stretch-icon
::before
{
content
:
url
(
"../img/align-flex-stretch.svg"
);
}
.justify-content-start-icon
::before
{
content
:
url
(
"../img/justify-start.svg"
);
}
.justify-content-end-icon
::before
{
content
:
url
(
"../img/justify-end.svg"
);
}
.justify-content-center-icon
::before
{
content
:
url
(
"../img/justify-center.svg"
);
}
.flex-nowrap-icon
::before
{
content
:
url
(
"../img/flex-nowrap.svg"
);
}
.flex-wrap-icon
::before
{
content
:
url
(
"../img/flex-wrap.svg"
);
}
Loading