Remove before rules
This commit is contained in:
+6
-6
@@ -127,16 +127,16 @@ body {
|
|||||||
.login-form .form-group {
|
.login-form .form-group {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 52px 90%;
|
grid-template-columns: 52px 90%;
|
||||||
/* width: 100%; */
|
|
||||||
height: 52px;
|
height: 52px;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: inherit; /* Fix Ynh Portal */
|
||||||
/* Fix Ynh Portal */
|
background: none; /* Fix Ynh Portal */
|
||||||
position: inherit;
|
}
|
||||||
/*margin-bottom: 0;*/
|
.login-form label::before {
|
||||||
background: none;
|
width: 0;
|
||||||
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-text {
|
.form-text {
|
||||||
|
|||||||
Reference in New Issue
Block a user