Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UI
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Coscine
frontend
apps
UI
Merge requests
!72
You need to sign in or sign up before continuing.
Release: Sprint/2022 10
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release: Sprint/2022 10
dev
into
main
Overview
0
Commits
19
Pipelines
3
Changes
43
Merged
Petar Hristov
requested to merge
dev
into
main
2 years ago
Overview
0
Commits
19
Pipelines
3
Changes
43
Expand
This Merge Request is automatically created
0
0
Merge request reports
Compare
main
version 2
35592f17
2 years ago
version 1
f2401192
2 years ago
main (base)
and
latest version
latest version
5439c583
19 commits,
2 years ago
version 2
35592f17
17 commits,
2 years ago
version 1
f2401192
16 commits,
2 years ago
43 files
+
2551
−
2213
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
43
Search (e.g. *.vue) (Ctrl+P)
src/assets/css/_custom.css
0 → 100644
+
7
−
0
Options
:root
{
--navbar-height
:
2.5rem
;
--loading-indicator-height
:
3px
;
--loading-indicator-margin
:
1rem
;
--sidebar-offset-top
:
calc
(
var
(
--navbar-height
)
+
var
(
--loading-indicator-height
)
+
var
(
--loading-indicator-margin
));
--sidebar-height
:
calc
(
100vh
-
var
(
--navbar-height
)
-
calc
(
var
(
--loading-indicator-height
)
+
var
(
--loading-indicator-margin
)))
}
\ No newline at end of file
Loading