Skip to content

Commit aadf310

Browse files
committed
Fix styles for message delete dialog
1 parent 5106ed4 commit aadf310

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

src/components/ActionCard/ActionCard.scss

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -636,36 +636,34 @@
636636

637637
.delete-post-dialog{
638638

639-
padding:40px;
639+
padding: 50px 40px 50px 40px;
640640
top : 50%;
641641
left : 50%;
642642
right : auto;
643643
bottom : auto;
644644
transform : translate(-50%, -50%);
645645
position:absolute;
646646
background: white;
647-
width:40%;
648-
height:250px;
647+
648+
box-shadow: 0 2px 9px 0 rgba(38,38,40,0.15);
649+
border-radius: 6px;
649650
}
650651

651652
.delete-post-dialog-overlay{
652-
background : rgba(80, 80, 80, 0.55);
653-
width:100%;
654-
height:100%;
655-
position:absolute;
656-
top:0;
657-
left:0;
653+
background : rgba(38, 38, 40, 0.6);
658654
z-index:20;
659-
660-
655+
position : fixed;
656+
top : 0;
657+
left : 0;
658+
right : 0;
659+
bottom : 0;
661660
}
662661

663662
.modal-title{
664663
font-family: Roboto-Medium;
665664
font-size: 20px;
666665
color: #47474F;
667666
line-height: 30px;
668-
margin-top:10px;
669667
}
670668

671669
.modal-body{
@@ -677,7 +675,7 @@
677675
}
678676

679677
.action-btn {
680-
margin:10px;
678+
margin-left:10px;
681679
}
682680

683681
.action-area{

0 commit comments

Comments
 (0)