Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leet tool character limits and misc fixes #662

Merged
merged 4 commits into from Jan 22, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev

Fix back button spacings

  • Loading branch information
benstrumeyer committed Jan 21, 2021
commit 682e1ae0f97ecc0604bf01d14a6e8bdf230af55b
@@ -29,9 +29,9 @@
position: absolute;
display: flex;
width: 68px;
margin-top: 61px;
@include breakpoint(xlarge down) {
margin-top: 20px;
margin-top: 15px;
@include breakpoint(small down) {
margin-top: -21px;
}
.ChooseSearchView__back {
margin-top: 8px;
@@ -18,6 +18,8 @@ $medium-large-breakpoint: 1118px; // Break when 3 cards on the screen overflow t
padding-bottom: 20px;
}
.ChoosePlanView__relativeContainer {
width: 724px;
margin: auto;
position: relative;
}
.ChoosePlanView__caret.left {
@@ -33,7 +35,7 @@ $medium-large-breakpoint: 1118px; // Break when 3 cards on the screen overflow t
position: absolute;
display: flex;
width: 68px;
margin-top: 10px;
margin-top: 7px;
.ChoosePlanView__back {
margin-top: 8px;
font-size: 16px;
@@ -37,6 +37,9 @@
display: flex;
width: 68px;
margin-top: 142px;
@include breakpoint(medium down) {
margin-top: 100px;
}
.SuccessView__back {
margin-top: 8px;
font-size: 16px;
ProTip! Use n and p to navigate between commits in a pull request.