Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e53ef98

Browse files
author
vikasrohit
committed
Merge pull request #351 from appirio-tech/feature/registration-mobile-design
SUP-1792, [Registration] Apply mobile design
2 parents 9bf2ff6 + 7f5cc35 commit e53ef98

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

assets/css/account/register.scss

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,12 @@
9191
}
9292
}
9393
}
94-
9594
.section-break {
96-
display: none;
95+
96+
hr {
97+
max-width: 180px;
98+
margin: 10px auto 20px auto;
99+
}
97100
}
98101
}
99102

@@ -145,14 +148,6 @@
145148
flex-direction: column;
146149
width: 100%;
147150
}
148-
.section-break {
149-
display: block;
150-
151-
hr {
152-
max-width: 180px;
153-
margin: 10px auto 20px auto;
154-
}
155-
}
156151
}
157152

158153
section.social {

0 commit comments

Comments
 (0)