Skip to content

Commit

Permalink
fix: cloud responsive fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 25, 2024
1 parent 7a5845a commit 6b6b408
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ $c: ".c-section-cloud-signin-authenticate";
#{$c} {
#{$c}__form {
max-width: 460px;
margin: 100px auto 0;
margin: 100px auto 54px;
}
#{$c}__notice,
Expand Down
2 changes: 1 addition & 1 deletion src/components/section/cloud/SectionCloudSignupForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ $c: ".c-section-cloud-signup-form";
#{$c}__aside,
#{$c}__fieldset {
padding-top: 70px;
padding-bottom: 40px;
padding-bottom: 60px;
}
#{$c}__inner {
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/embedding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $c: ".l-embedding";
#{$c}__content {
display: flex;
overflow: hidden;
overflow: auto;
&,
> * {
Expand Down
10 changes: 10 additions & 0 deletions src/pages/cloud/signup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,14 @@ $c: ".p-cloud-signup";
z-index: 1;
}
}
// --> MEDIA-QUERIES <--
@media (max-width: $screen-tiny-width-breakpoint) {
#{$c} {
#{$c}__progress {
display: none;
}
}
}
</style>

0 comments on commit 6b6b408

Please sign in to comment.