Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5cd8aa0

Browse files
Update form
1 parent 7dc131a commit 5cd8aa0

File tree

3 files changed

+3
-32
lines changed

3 files changed

+3
-32
lines changed

‎src/app/component/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="full-page-container">
2-
<div class="mdk-drawer-layout__content mdk-header-layout__content--scrollable" style="overflow-y: auto;" data-simplebar data-simplebar-force-enabled="true">
2+
<div class="" style="overflow-y: auto;" data-simplebar data-simplebar-force-enabled="true">
33
<div class="container h-vh d-flex justify-content-center align-items-center flex-column">
44
<div class="d-flex justify-content-center align-items-center mb-3">
55
<span> <!-- SVG Logo here --> </span>

‎src/app/component/register/register.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<app-toast #toast></app-toast>
22
<div class="full-page-container">
3-
<div class="mdk-drawer-layout js-mdk-drawer-layout" data-fullbleeddata-pushdata-has-scrolling-region>
4-
<div class="mdk-drawer-layout__content mdk-header-layout__content--scrollable">
3+
<div class="">
4+
<div class="">
55
<div class="container h-vh d-flex justify-content-center align-items-center flex-column">
66
<div class="d-flex justify-content-center align-items-center mb-3">
77
<span> <!-- SVG Logo here --> </span>

‎src/styles.css

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
2-
.mdk-drawer-layout {
3-
height: 100%;
4-
position: relative;
5-
overflow: hidden;
6-
}
7-
8-
9-
.mdk-drawer-layout__content {
10-
position: relative;
11-
height: 100%;
12-
-webkit-transition: -webkit-transform .2s;
13-
transition: transform .2s;
14-
min-width: 320px;
15-
z-index: 0;
16-
}
17-
18-
.mdk-drawer-layout__content--scrollable {
19-
overflow-y: auto;
20-
-webkit-overflow-scrolling: touch;
21-
}
22-
23-
24-
.mdk-drawer-layout__content .container>.card {
25-
margin-bottom: 30px;
26-
}
27-
28-
291
.card.card-login {
302
width: 75%;
313
}
@@ -59,7 +31,6 @@
5931
z-index: auto;
6032
}
6133

62-
6334
.navbar-dark .nav-item .input-group .input-group-addon {
6435
color: hsla(0, 0%, 100%, .54);
6536
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /