Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Memorekall Member New
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
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rekall
Memorekall Member New
Merge requests
!55
demo version for Clarisse workshop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
demo version for Clarisse workshop
demo-202202
into
main
Overview
10
Commits
23
Pipelines
2
Changes
71
Merged
demo version for Clarisse workshop
Sebastien
requested to merge
demo-202202
into
main
Feb 14, 2022
Overview
10
Commits
23
Pipelines
2
Changes
71
Also small refactor to create dom elements with jquery instead of writing html manually
0
0
Merge request reports
Compare
main
version 1
b5ae4478
Feb 14, 2022
main (base)
and
latest version
latest version
e0f5351a
23 commits,
Feb 14, 2022
version 1
b5ae4478
22 commits,
Feb 14, 2022
71 files
+
1147
−
48
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
71
assets/styles/app.scss
+
6
−
0
View file @ e0f5351a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -123,14 +123,20 @@ button[type=submit]{
float
:
left
;
color
:
rgba
(
255
,
255
,
255
,.
75
)
!
important
;
line-height
:
60px
;
margin-bottom
:
0
;
background
:
-webkit-linear-gradient
(
top
left
,
#FA772E
,
#FC4326
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
}
.h2
{
margin-bottom
:
0
;
}
.button-cancel
{
border
:
none
;
border-radius
:
3px
;
background-color
:
#5c636a
;
}
.button-cancel
:hover
{
Loading