Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compendium-v2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
compendium-v2
Commits
3a275179
Commit
3a275179
authored
1 year ago
by
Bjarke Madsen
Browse files
Options
Downloads
Patches
Plain Diff
Add styling for various components of the survey
parent
a7a02363
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!56
Feature/comp 233 survey navigation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
survey-frontend/src/survey.scss
+101
-6
101 additions, 6 deletions
survey-frontend/src/survey.scss
with
101 additions
and
6 deletions
survey-frontend/src/survey.scss
+
101
−
6
View file @
3a275179
...
...
@@ -4,6 +4,29 @@
visibility
:
hidden
;
}
.survey-title
{
color
:
#2db394
;
}
.survey-description
{
color
:
#262261
;
font-weight
:
400
;
}
.survey-title
:after
{
content
:
''
;
display
:
inline-block
;
width
:
0
.1rem
;
height
:
1em
;
background-color
:
#2db394
;
margin
:
0
.5rem
;
vertical-align
:
middle
;
}
.survey-title-nren
{
color
:
#262261
;
}
#sv-nav-complete
{
width
:
0px
;
height
:
0px
;
...
...
@@ -11,22 +34,94 @@
visibility
:
hidden
;
}
.sv-header-flex
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
border-radius
:
2rem
;
color
:
#2db394
;
font-weight
:
bold
;
padding-left
:
1rem
!
important
;
}
.sv-container-modern__title
{
display
:
none
;
}
.sv-title.sv-page__title
{
// display: none;
// all: unset;
font-size
:
1
.5rem
;
font-weight
:
bold
;
color
:
#2db394
;
margin-bottom
:
0
.25rem
;
}
.sv-title.sv-panel__title
{
color
:
#262261
}
.sv-description
{
font-weight
:
bold
;
color
:
#262261
}
.sv-text
{
border-bottom
:
.2rem
dotted
var
(
--
text-border-color
,
#d4d4d4
)
}
.verification
{
min-height
:
1
.5rem
;
order
:
2
;
// Make sure the button comes last
margin-left
:
auto
;
// Push button to the right
display
:
inline-block
;
margin-left
:
20px
;
border-radius
:
1rem
;
padding
:
0
1rem
;
margin-top
:
0
.25rem
;
margin-bottom
:
0
.25rem
;
margin-right
:
.4rem
;
box-shadow
:
0
0
2px
2px
#2db394
;
}
.verification-required
{
color
:
red
;
border-style
:
solid
;
border-width
:
1px
;
font-size
:
0
.85rem
;
font-weight
:
bold
;
text-transform
:
uppercase
;
background-color
:
white
;
}
.verification-ok
{
color
:
white
;
font-size
:
0
.85rem
;
font-weight
:
bold
;
text-transform
:
uppercase
;
background-color
:
#2db394
;
// disable hover/clicking/... for the button when verified
pointer-events
:
none
;
}
.sv-action-bar-item.verification.verification-ok
:hover
{
cursor
:
auto
;
background-color
:
transparent
;
background-color
:
#2db394
;
}
.survey-content
,
.survey-progress
{
display
:
flex
;
padding-right
:
5rem
;
padding-left
:
5rem
;
}
.survey-container
{
margin-top
:
2
.5rem
;
// limit the width on very large screens
@media
screen
and
(
min-width
:
1441px
)
{
max-width
:
65vw
;
}
// default to 100vw
max-width
:
100vw
;
}
\ No newline at end of file
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