Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
client
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Gaeon Kim
client
Commits
3f66de8c
Commit
3f66de8c
authored
1 year ago
by
Gaeon Kim
Browse files
Options
Downloads
Patches
Plain Diff
feat: create 일정삭제모달 css
parent
f4877e33
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pages/deleteModal.module.css
+56
-0
56 additions, 0 deletions
src/pages/deleteModal.module.css
with
56 additions
and
0 deletions
src/pages/deleteModal.module.css
0 → 100644
+
56
−
0
View file @
3f66de8c
/* deleteModal.css */
.Demodal
{
display
:
flex
;
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
/* 반투명한 배경 */
justify-content
:
center
;
align-items
:
center
;
z-index
:
10000
;
}
.Demodal
.open
{
display
:
flex
;
}
.Demodal_content
{
background-color
:
white
;
padding
:
20px
;
border-radius
:
5px
;
position
:
relative
;
width
:
300px
;
padding
:
20px
;
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0.1
);
border-radius
:
8px
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
}
.Demodal_content
button
{
background-color
:
#8393BE
;
color
:
white
;
height
:
40px
;
width
:
300px
;
padding
:
10px
20px
;
margin
:
5px
;
font-size
:
16px
;
cursor
:
pointer
;
border
:
none
;
border-radius
:
5px
;
box-shadow
:
2px
2px
5px
rgba
(
0
,
0
,
0
,
0.2
);
/* 그림자 추가 */
transition
:
background-color
0.3s
,
color
0.3s
,
transform
0.3s
;
}
.method_text
{
margin-bottom
:
5%
;
font-size
:
18px
;
text-align
:
center
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment