Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sample_Argon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Geetanjali B
sample_Argon
Merge requests
!10
Card Component
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Card Component
pavan.kamath/sample_argon:feature/pavan_kamath/card_component
into
minion
Overview
3
Commits
6
Pipelines
0
Changes
3
3 open threads
Hide all comments
Merged
Card Component
Pavan Kamath
requested to merge
pavan.kamath/sample_argon:feature/pavan_kamath/card_component
into
minion
Jan 12, 2022
Overview
3
Commits
6
Pipelines
0
Changes
3
3 open threads
Hide all comments
0
0
Merge request reports
Compare
minion
version 5
1ae217df
Jan 17, 2022
version 4
bf68d851
Jan 17, 2022
version 3
2b464018
Jan 13, 2022
version 2
df97a9c9
Jan 12, 2022
version 1
5ec57319
Jan 12, 2022
minion (base)
and
latest version
latest version
7d208b47
6 commits,
Jan 17, 2022
version 5
1ae217df
5 commits,
Jan 17, 2022
version 4
bf68d851
4 commits,
Jan 17, 2022
version 3
2b464018
3 commits,
Jan 13, 2022
version 2
df97a9c9
2 commits,
Jan 12, 2022
version 1
5ec57319
1 commit,
Jan 12, 2022
3 files
+
53
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
src/components/Card/Card.module.scss
0 → 100644
+
18
−
0
View file @ 7d208b47
Edit in single-file editor
Open in Web IDE
.card
{
display
:
flex
;
background-color
:
#f8f9fa
;
flex-direction
:
row
;
justify-content
:
center
;
width
:
200px
;
position
:
relative
;
height
:
8vh
;
border
:
none
;
padding
:
10px
10px
;
margin
:
20px
;
&
:hover
{
border
:
1px
solid
grey
;
box-shadow
:
1px
1px
6px
-3px
grey
;
cursor
:
pointer
;
}
}
Loading