Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ca-portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
KIT
KIT-CA
ca-portal
Commits
5e5612f6
Unverified
Commit
5e5612f6
authored
1 year ago
by
Peter Oettig
Browse files
Options
Downloads
Patches
Plain Diff
Increase button and card elevation for better contrast in light theme
parent
2abf95fa
No related branches found
No related tags found
No related merge requests found
Pipeline
#86970
passed
1 year ago
Stage: prebuild
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/Home.vue
+3
-3
3 additions, 3 deletions
src/views/Home.vue
with
3 additions
and
3 deletions
src/views/Home.vue
+
3
−
3
View file @
5e5612f6
...
...
@@ -13,7 +13,7 @@
<
v
-
row
>
<
v
-
col
v
-
for
=
"
certificateType in certificateTypes
"
:
key
=
"
certificateType.id
"
class
=
"
d-flex
"
>
<
v
-
card
class
=
"
flex-grow-1 d-flex flex-column pa-4 pt-2
"
>
<
v
-
card
class
=
"
flex-grow-1 d-flex flex-column pa-4 pt-2
"
elevation
=
"
5
"
>
<
v
-
card
-
title
>
{{
$t
(
`home.certificate.${certificateType.id
}
.name`
)
}}
<
/v-card-title
>
...
...
@@ -39,7 +39,7 @@
<
div
class
=
"
text-h4 mt-16 mb-8
"
>
{{
$t
(
"
home.identificationSectionHeader
"
)
}}
<
/div
>
<
v
-
row
>
<
v
-
col
v
-
for
=
"
identFunction in identFunctions
"
:
key
=
"
identFunction.id
"
class
=
"
d-flex
"
>
<
v
-
card
class
=
"
flex-grow-1 d-flex pa-4 pt-2 flex-column
"
>
<
v
-
card
class
=
"
flex-grow-1 d-flex pa-4 pt-2 flex-column
"
elevation
=
"
5
"
>
<
v
-
card
-
title
>
{{
$t
(
`home.identification.${identFunction.id
}
.name`
)
}}
<
/v-card-title
>
...
...
@@ -75,7 +75,7 @@
min
-
width
=
"
228
"
rel
=
"
noopener noreferrer
"
size
=
"
x-large
"
variant
=
"
flat
"
variant
=
"
elevated
"
>
<
v
-
icon
icon
=
"
fas fa-key
"
size
=
"
large
"
start
/>
{{
store
.
token
?
$t
(
"
home.logoutButton
"
)
:
$t
(
"
home.loginButton
"
)
}}
...
...
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