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 { .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 {