Remove before rules
This commit is contained in:
+6
-6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user