Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Signature Frontend
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Electronic Signature Service
Signature Frontend
Commits
2cce8f00
Commit
2cce8f00
authored
4 years ago
by
Bekerle, Patrizio
Browse files
Options
Downloads
Patches
Plain Diff
Add Nextcloud icon override with css variables
parent
42a0cd5e
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#44228
failed
4 years ago
Stage: test
Stage: deploy
Stage: e2e
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
assets/dbp-signature.html.ejs
+2
-0
2 additions, 0 deletions
assets/dbp-signature.html.ejs
assets/icons/nextcloud.svg
+13
-0
13 additions, 0 deletions
assets/icons/nextcloud.svg
rollup.config.js
+1
-0
1 addition, 0 deletions
rollup.config.js
vendor/toolkit
+1
-1
1 addition, 1 deletion
vendor/toolkit
with
17 additions
and
1 deletion
assets/dbp-signature.html.ejs
+
2
−
0
View file @
2cce8f00
...
...
@@ -50,6 +50,8 @@
--dbp-override-warning-text-color: black;
--dbp-override-success-bg-color: #259207;
/* --dbp-override-downloaded-bg-color: #9fdf9f; */
--dbp-icon-base-path: "
<%=
getUrl
(
''
)
%>
";
--dbp-override-icon-nextcloud: "
icons
/
nextcloud
.
svg
"
;
}
</style>
...
...
This diff is collapsed.
Click to expand it.
assets/icons/nextcloud.svg
0 → 100644
+
13
−
0
View file @
2cce8f00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
id=
"Layer_1"
data-name=
"Layer 1"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 97.6 81.74"
>
<g>
<path
d=
"M89.8,22.7a28.51,28.51,0,0,0-16.9-9.1,27.84,27.84,0,0,0-14.8-12A24,24,0,0,0,48.9,0,28.36,28.36,0,0,0,20.6,27.4,22.42,22.42,0,0,0,13,70.11v-6.3A16.7,16.7,0,0,1,5.5,50a17,17,0,0,1,17-17h3.6V28.5A23,23,0,0,1,49,5.6a19.75,19.75,0,0,1,7.2,1.2h.1A22.48,22.48,0,0,1,68.9,17.5l.6,1.3,1.4.2a23.07,23.07,0,0,1,14.9,7.5,23.85,23.85,0,0,1-1.23,33.74v7A29.56,29.56,0,0,0,89.8,22.7Z"
/>
<g>
<path
d=
"M16.39,71.61H36.65V51.36H16.39Z"
style=
"fill: #e4154b"
/>
<path
d=
"M38.67,71.61H58.93V51.36H38.67Z"
style=
"fill: #e4154b"
/>
<path
d=
"M61,71.61H81.21V51.36H61Z"
style=
"fill: #e4154b"
/>
<path
d=
"M26.52,81.74H46.78V61.49H26.52Z"
style=
"fill: #e4154b"
/>
<path
d=
"M50.83,61.49H71.08V41.23H50.83Z"
style=
"fill: #e4154b"
/>
</g>
</g>
</svg>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
rollup.config.js
+
1
−
0
View file @
2cce8f00
...
...
@@ -187,6 +187,7 @@ Dependencies:
{
src
:
'
assets/*.svg
'
,
dest
:
'
dist/
'
+
await
getDistPath
(
pkg
.
name
)},
{
src
:
'
assets/htaccess-shared
'
,
dest
:
'
dist/shared/
'
,
rename
:
'
.htaccess
'
},
{
src
:
'
assets/icon-*.png
'
,
dest
:
'
dist/
'
+
await
getDistPath
(
pkg
.
name
)},
{
src
:
'
assets/icons/*
'
,
dest
:
'
dist/icons
'
},
{
src
:
'
assets/manifest.json
'
,
dest
:
'
dist
'
,
rename
:
pkg
.
internalName
+
'
.manifest.json
'
},
{
src
:
'
assets/silent-check-sso.html
'
,
dest
:
'
dist
'
},
{
src
:
'
assets/dbp-signature-maintenance.html
'
,
dest
:
'
dist
'
},
...
...
This diff is collapsed.
Click to expand it.
toolkit
@
0f2421d0
Compare
3587e11a
...
0f2421d0
Subproject commit
3587e11ac6ed24aff4e4ed8bea183a22c68ef061
Subproject commit
0f2421d007c7462ec1414d77431c455dccbac754
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