Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
festeva
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
festeva
Merge requests
!5
festeva-3397174: Read more button needs to be styled and remove bullet points.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
festeva-3397174: Read more button needs to be styled and remove bullet points.
issue/festeva-3397174:festeva-3397174
into
1.0.x
Overview
0
Commits
4
Pipelines
1
Changes
4
Open
Alok Singh
requested to merge
issue/festeva-3397174:festeva-3397174
into
1.0.x
1 year ago
Overview
0
Commits
4
Pipelines
1
Changes
4
Expand
festeva-3397174: Read more button needs to be styled and remove bullet points.
0
0
Merge request reports
Compare
1.0.x
version 1
3157770c
1 year ago
1.0.x (HEAD)
and
latest version
latest version
db911037
4 commits,
1 year ago
version 1
3157770c
3 commits,
1 year ago
4 files
+
93
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
css/templatemo-festava-live.css
+
38
−
1
Options
@@ -410,7 +410,7 @@ strong {
.navbar-expand-lg
.navbar-nav
.nav-link
{
border-radius
:
var
(
--border-radius-large
);
margin
:
10px
;
/*
margin: 10px;
*/
padding
:
10px
20px
;
}
@@ -1094,3 +1094,40 @@ strong {
}
}
.main-navigation
.navbar-nav
li
.nav-item
ul
.navbar-nav
{
display
:
none
;
background
:
rgba
(
76
,
175
,
80
,
0.3
);
}
.main-navigation
.navbar-nav
li
.nav-item
{
position
:
relative
;
}
.main-navigation
.navbar-nav
li
.nav-item
:hover
>
ul
.navbar-nav
{
display
:
block
;
position
:
absolute
;
}
.main-navigation
.navbar-nav
li
.nav-item
ul
.navbar-nav
a
{
width
:
max-content
;
}
article
ul
.links.inline
{
list-style
:
none
;
padding-left
:
0
;
display
:
flex
;
margin-top
:
10px
;
}
article
ul
.links.inline
li
{
margin-right
:
15px
;
}
article
ul
.links.inline
li
a
{
background
:
var
(
--custom-btn-bg-color
);
border-radius
:
var
(
--border-radius-large
);
color
:
var
(
--white-color
);
font-size
:
var
(
--p-font-size
);
font-weight
:
var
(
--font-weight-medium
);
transition
:
all
0.3s
;
padding
:
13px
25px
13px
25px
;
}
article
ul
.links.inline
li
a
:hover
{
background
:
var
(
--custom-btn-bg-hover-color
);
border-color
:
transparent
;
}
Loading