added style className

This commit is contained in:
victorAnumudu
2024-01-17 19:55:48 +01:00
parent 4eed8abac1
commit 92ca50e02f
+21
View File
@@ -955,6 +955,27 @@ TODO: Responsive ===========================
padding-inline: 1rem;
}
.auth-bg {
background-image: url("./assets/images/left-myft.jpg");
background-repeat: no-repeat;
background-size: cover;
border: none;
/* box-shadow: inset 0 0 10px 20px #fff; */
}
.auth-bg::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
to right,
transparent 0%,
transparent 50%,
transparent 95%,
rgb(255, 255, 255) 100%
);
}
/* For IE10 */
.content-wrapper select::-ms-expand {
display: none;