Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Merge requests
!139
Resolve "Various improvements"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Various improvements"
196-various-improvements
into
master
Overview
0
Commits
24
Pipelines
2
Changes
26
Merged
Lukas Mauß
requested to merge
196-various-improvements
into
master
6 years ago
Overview
0
Commits
24
Pipelines
2
Changes
1
Expand
Closes
#196 (closed)
0
0
Merge request reports
Viewing commit
7eceb2fc
Prev
Next
Show latest version
1 file
+
3
−
3
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7eceb2fc
Adjust card-with and shadow
· 7eceb2fc
Lukas Mauß
authored
6 years ago
src/app/components/shared/content-groups/content-groups.component.scss
+
3
−
3
Options
@@ -9,14 +9,14 @@
text-align
:
center
;
transition
:
all
0
.25s
;
margin-top
:
10px
;
max-height
:
8
0px
;
padding
:
5px
;
max-height
:
5
0px
;
padding
:
5px
;
&
:hover
{
cursor
:
pointer
;
background-color
:
mat-color
(
$arsnova-primary
,
200
);
top
:
-15px
;
box-shadow
:
0
12
px
16
px
rgba
(
0
,
0
,
0
,
0
.2
);
box-shadow
:
10px
20
px
20
px
rgba
(
0
,
0
,
0
,
0
.2
);
}
}