File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -1834,10 +1834,27 @@ body.mobile .dialog-background {
18341834}
18351835
18361836.dialog .button-wrapper {
1837+ position : relative;
18371838 display : flex;
18381839 margin-top : 7px ;
18391840}
18401841
1842+ body .mobile .dialog .button-wrapper {
1843+ margin : -7px ;
1844+ margin-top : 8px ;
1845+ }
1846+
1847+ body .mobile .dialog .button-wrapper ::before {
1848+ content : '' ;
1849+ position : absolute;
1850+ top : -1px ;
1851+ left : 0 ;
1852+ right : 0 ;
1853+ height : 1px ;
1854+ background : rgb (32 34 37 / 60% );
1855+ pointer-events : none;
1856+ }
1857+
18411858.dialog .button {
18421859 padding : 8px 14px ;
18431860 border-radius : 5.75px ;
@@ -1854,6 +1871,17 @@ body.mobile .dialog-background {
18541871 display : none;
18551872}
18561873
1874+ body .mobile .dialog .cancel ::after {
1875+ content : '' ;
1876+ position : absolute;
1877+ top : 0 ;
1878+ bottom : 0 ;
1879+ right : -0.5px ;
1880+ width : 1px ;
1881+ background : rgb (32 34 37 / 60% );
1882+ pointer-events : none;
1883+ }
1884+
18571885.dialog .confirm {
18581886 color : var (--rosemary-lighter );
18591887 font-weight : 500 ;
You can’t perform that action at this time.
0 commit comments