Remove before rules

This commit is contained in:
Aurelien Vaillant
2020-04-05 13:04:03 +02:00
parent c3a57d149a
commit 58befd1e22
+6 -6
View File
@@ -127,16 +127,16 @@ body {
.login-form .form-group {
display: grid;
grid-template-columns: 52px 90%;
/* width: 100%; */
height: 52px;
margin: 8px 0;
padding: 0;
overflow: hidden;
/* Fix Ynh Portal */
position: inherit;
/*margin-bottom: 0;*/
background: none;
position: inherit; /* Fix Ynh Portal */
background: none; /* Fix Ynh Portal */
}
.login-form label::before {
width: 0;
height: 0;
}
.form-text {