Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
Hire-Guru
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vigneswaran Shanmugam
Hire-Guru
Commits
df8a1773
Commit
df8a1773
authored
May 12, 2026
by
Aravind RK
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'main' of
https://github.com/AravindR-K/Quiz-Master
parents
954049ba
a47b67b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
18 deletions
+20
-18
Frontend/src/app/pages/admin/group-interview/group-interview.css
...d/src/app/pages/admin/group-interview/group-interview.css
+20
-18
No files found.
Frontend/src/app/pages/admin/group-interview/group-interview.css
View file @
df8a1773
...
@@ -56,24 +56,26 @@
...
@@ -56,24 +56,26 @@
.meta-item
{
display
:
inline-flex
;
align-items
:
center
;
gap
:
6px
;
font-size
:
13px
;
color
:
var
(
--text-secondary
);
}
.meta-item
{
display
:
inline-flex
;
align-items
:
center
;
gap
:
6px
;
font-size
:
13px
;
color
:
var
(
--text-secondary
);
}
.meta-item
.material-symbols-rounded
{
font-size
:
16px
;
color
:
var
(
--text-muted
);
}
.meta-item
.material-symbols-rounded
{
font-size
:
16px
;
color
:
var
(
--text-muted
);
}
/* Candidate chips row */
/* Candidate pills row */
.candidate-chips
{
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
6px
;
margin-bottom
:
12px
;
}
.candidate-pills
{
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
8px
;
margin-bottom
:
14px
;
}
.candidate-chip
{
.candidate-pill
{
padding
:
4px
12px
;
border-radius
:
16px
;
display
:
flex
;
align-items
:
center
;
display
:
flex
;
align-items
:
center
;
gap
:
6px
;
padding
:
4px
10px
4px
4px
;
justify-content
:
center
;
font-size
:
12px
;
font-weight
:
600
;
color
:
#fff
!important
;
border-radius
:
20px
;
background
:
var
(
--bg-hover
);
border
:
1px
solid
var
(
--border-color
);
border
:
2px
solid
var
(
--bg-card
);
background
:
#667eea
;
transition
:
all
0.2s
;
transition
:
transform
0.15s
;
}
white-space
:
nowrap
;
.candidate-pill
:hover
{
border-color
:
rgba
(
102
,
126
,
234
,
0.4
);
transform
:
translateY
(
-1px
);
}
}
.cp-avatar
{
.candidate-chip
:hover
{
transform
:
scale
(
1.15
);
z-index
:
1
;
}
width
:
24px
;
height
:
24px
;
border-radius
:
50%
;
display
:
flex
;
align-items
:
center
;
.candidate-chip.clickable-chip
{
cursor
:
pointer
;
}
justify-content
:
center
;
font-size
:
11px
;
font-weight
:
700
;
color
:
#fff
;
background
:
#667eea
;
.candidate-chip.clickable-chip
:hover
{
transform
:
scale
(
1.12
);
box-shadow
:
0
4px
12px
rgba
(
0
,
0
,
0
,
0.18
);
}
}
.candidate-chip.badge-warning
{
background
:
#f59e0b
;
}
.cp-name
{
font-size
:
12px
;
font-weight
:
500
;
color
:
var
(
--text-primary
);
}
.candidate-chip.badge-info
{
background
:
#3b82f6
;
}
.candidate-chip.badge-success
{
background
:
#22c55e
;
}
.candidate-pill.badge-warning
.cp-avatar
{
background
:
#f59e0b
;
}
.candidate-chip.badge-purple
{
background
:
#a855f7
;
}
.candidate-pill.badge-info
.cp-avatar
{
background
:
#3b82f6
;
}
.candidate-pill.badge-success
.cp-avatar
{
background
:
#22c55e
;
}
.iv-card-bottom
{
display
:
flex
;
justify-content
:
flex-end
;
}
.candidate-pill.badge-purple
.cp-avatar
{
background
:
#a855f7
;
}
.iv-card-bottom
{
display
:
flex
;
justify-content
:
flex-start
;
margin-top
:
10px
;
}
.status-summary
{
font-size
:
12px
;
color
:
var
(
--text-muted
);
font-style
:
italic
;
}
.status-summary
{
font-size
:
12px
;
color
:
var
(
--text-muted
);
font-style
:
italic
;
}
/* ⚠ badge on chip */
/* ⚠ badge on chip */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment