Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
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
Computational Metagenomics
CloWM
CloWM UI
Merge requests
!166
Resolve "Add last parameterization button"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add last parameterization button"
feature/167-add-last-parameterization-button
into
main
Overview
0
Commits
1
Pipelines
0
Changes
13
Merged
Daniel Göbel
requested to merge
feature/167-add-last-parameterization-button
into
main
4 months ago
Overview
0
Commits
1
Pipelines
0
Changes
13
Expand
Closes
#167 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
8ea6b7bf
1 commit,
4 months ago
13 files
+
783
−
358
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
src/assets/base.css
+
8
−
1
Options
@@ -31,7 +31,8 @@
@@ -31,7 +31,8 @@
--color-text
:
var
(
--vt-c-text-light-1
);
--color-text
:
var
(
--vt-c-text-light-1
);
--section-gap
:
160px
;
--section-gap
:
160px
;
--color-header
:
rgb
(
255
,
177
,
45
)
--color-header
:
rgb
(
255
,
177
,
45
);
--bs-cyan-rgb
:
rgb
(
29
,
230
,
230
);
}
}
*,
*,
@@ -70,8 +71,14 @@ header {
@@ -70,8 +71,14 @@ header {
--bs-box-shadow-lg
:
0
1rem
3rem
rgba
(
150
,
150
,
150
,
.575
);
--bs-box-shadow-lg
:
0
1rem
3rem
rgba
(
150
,
150
,
150
,
.575
);
--bs-box-shadow-inset
:
inset
0
1px
2px
rgba
(
150
,
150
,
150
,
.475
);
--bs-box-shadow-inset
:
inset
0
1px
2px
rgba
(
150
,
150
,
150
,
.475
);
--color-header
:
rgb
(
204
,
129
,
0
);
--color-header
:
rgb
(
204
,
129
,
0
);
--bs-cyan-rgb
:
rgb
(
0
,
255
,
255
);
}
}
img
{
img
{
max-width
:
100%
;
max-width
:
100%
;
}
}
.bg-cyan
{
background-color
:
var
(
--bs-cyan-rgb
)
!important
;
color
:
black
;
}
\ No newline at end of file
Loading