Skip to content

Commit

Permalink
GH-351: Deleted redundant scss.
Browse files Browse the repository at this point in the history
  • Loading branch information
anisus committed Jan 31, 2025
1 parent 5abbf75 commit 4e775e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions src/hub/login/modules/init/login/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@
}
}

&--disclaimer {
margin-top: 12px;
font-size: 13px;
font-style: italic;
}

&--forgotpass {
margin: -8px 0 6px 0;
font-family: $font-text;
Expand Down
18 changes: 0 additions & 18 deletions src/hub/verify/modules/init/loginVerify/loginVerify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,6 @@
color: $color5;
}

&--divider {
width: 100%;
height: 2px;
background: $color2;
margin: 32px 0;
position: relative;

> * {
position: absolute;
display: block;
padding: 0 10px;
background: $color1;
left: 50%;
margin: 0 -50% 0 0;
transform: translate(-50%, -50%);
}
}

&--disclaimer {
display: block;
margin-bottom: 20px;
Expand Down

0 comments on commit 4e775e9

Please sign in to comment.