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

Commit 7f5cc35

Browse files
author
vikasrohit
committed
SUP-1792, [Registration] Apply mobile design
-- Added horizontal section break for non mobile design too.
1 parent 2bc0055 commit 7f5cc35

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
@@ -77,9 +77,12 @@
7777
}
7878
}
7979
}
80-
8180
.section-break {
82-
display: none;
81+
82+
hr {
83+
max-width: 180px;
84+
margin: 10px auto 20px auto;
85+
}
8386
}
8487
}
8588

@@ -131,14 +134,6 @@
131134
flex-direction: column;
132135
width: 100%;
133136
}
134-
.section-break {
135-
display: block;
136-
137-
hr {
138-
max-width: 180px;
139-
margin: 10px auto 20px auto;
140-
}
141-
}
142137
}
143138
}
144139

0 commit comments

Comments
 (0)