move after into parent selector and used % instead of px
This commit is contained in:
parent
684973b064
commit
2033be4809
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
"/js/velocity.js": "/js/velocity.js?id=485e333fae6be00d598d85d1102c8896",
|
||||
"/js/manifest.js": "/js/manifest.js?id=4113cf6789cdd4f2768f508bc32cad2d",
|
||||
"/js/components.js": "/js/components.js?id=387078c4cd083fe68fe0ea12d359afe1",
|
||||
"/css/velocity.css": "/css/velocity.css?id=67a3bc8f2beee40af9f3673d2f809059",
|
||||
"/css/velocity.css": "/css/velocity.css?id=4e49cb4fc66c77828c1c11ed2a27acff",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3ff45a44f9778f",
|
||||
"/images/Camera.svg": "/images/Camera.svg?id=b2fd2f9e17e1ccee96e29f6c6cec91e8",
|
||||
"/images/Icon-Arrow-Right.svg": "/images/Icon-Arrow-Right.svg?id=e30f624f1a70197dc9ad9011b240aa8e",
|
||||
|
|
|
|||
|
|
@ -96,19 +96,19 @@
|
|||
right: 34px;
|
||||
top: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
#date-of-birth:after{
|
||||
background-image: url(../images/icon-calendar.svg);
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 8px;
|
||||
|
||||
&::after {
|
||||
background-image: url(../images/icon-calendar.svg);
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.rtl{
|
||||
|
|
|
|||
|
|
@ -576,12 +576,12 @@ body {
|
|||
|
||||
#date-of-birth {
|
||||
.cross-icon {
|
||||
right: 1120px !important;
|
||||
right: 94% !important;
|
||||
}
|
||||
}
|
||||
|
||||
#date-of-birth:after {
|
||||
right: 1142px !important;
|
||||
right: 96% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue