Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
power_portfolio
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
power_portfolio
Merge requests
!17
power_portfolio-3402733:Themed the contact page.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
power_portfolio-3402733:Themed the contact page.
issue/power_portfolio-3402733:power_portfolio-3402733
into
9.0.x
Overview
0
Commits
2
Pipelines
0
Changes
1
Open
Shweta Sharma
requested to merge
issue/power_portfolio-3402733:power_portfolio-3402733
into
9.0.x
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
9.0.x
version 1
26302a0a
1 year ago
9.0.x (HEAD)
and
latest version
latest version
318e2a90
2 commits,
1 year ago
version 1
26302a0a
1 commit,
1 year ago
1 file
+
44
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
css/main.css
+
44
−
0
Options
@@ -729,3 +729,47 @@ section {
main
.main
{
margin-top
:
90px
;
}
.button
{
position
:
relative
;
display
:
inline-block
;
padding
:
10px
20px
;
cursor
:
pointer
;
transition
:
all
0.1s
;
text-align
:
center
;
text-decoration
:
none
;
color
:
#fff
;
border
:
1px
solid
#ffc451
;
border-radius
:
30px
;
background-color
:
#ffc451
;
font-size
:
16px
;
}
.button
:hover
{
background
:
#000
;
border-color
:
#000
;
}
.form-item
,
.form-actions
{
margin
:
10px
;
}
.form-text
,
.form-textarea
{
display
:
block
;
width
:
100%
;
padding
:
10px
15px
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
1.5
;
color
:
#212529
;
background-color
:
#fff
;
border
:
1px
solid
#ced4da
;
appearance
:
none
;
border-radius
:
0.25rem
;
}
.contact-form
{
max-width
:
650px
;
margin
:
0
auto
;
}
\ No newline at end of file
Loading