-
Notifications
You must be signed in to change notification settings - Fork 809
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Resolved #6243 - Survey margins + fixed #6571 * Work for #6243 - Survey margins - updated etalons * Work for #6243 - Survey margins - updated etalons * work for #6243 Survey margins. - fix f-tests * work for #6243 Survey margins. - updated etalons * Work for #6243 Survey margins - fixed remarks * Work for #6243 Survey margins - fixed remarks - try to keep width * Work for #6243 Survey margins - updated etalons * Work for #6243 Survey margins - fix constants in tests * Work for #6243 Survey margins - fix constants in tests * Work for #6243 Survey margins - fix constants in tests * Work for #6243 Survey margins - fix panel top margin * Work for #6243 Survey margins - updated etalons * Work for #6243 Survey margins - updated etalons * Work for #6243 Survey margins - updated etalons * Work for #6243 Survey margins - updated etalons * Work for #6243 Survey margins - fix row top margin in Angular * Work for #6243 Survey margins - body box sizing * Work for #6243 Survey margins - fix row top margin in Angular * Work for #6243 Survey margins - updated etalons * Work for #6243 Survey margins - fix row top margin in Angular - revert * Work for #6243 Survey margins - updated etalons * Work for #6243 Survey margins - updated etalons * Work for #6243 Survey margins - fix responsive mode * Work for #6243 Survey margins - updated etalons * Work for #6243 Survey margins - fix row top margin in Angular * Work for #6243 Survey margins - fix row top margin in Angular * Work for #6243 Survey margins - fix row top margin * Work for #6243 Survey margins - fix row top margin --------- Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
- Loading branch information
Showing
124 changed files
with
114 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,22 @@ | ||
.sd-body--responsive { | ||
.sd-page { | ||
padding: calcSize(5) var(--sd-page-vertical-padding) calcSize(2); | ||
|
||
&.sd-page__empty-header { | ||
padding-top: calcSize(3); | ||
} | ||
} | ||
} | ||
.sd-root-modern--mobile .sd-page { | ||
padding-top: calcSize(2); | ||
} | ||
|
||
.sd-page { | ||
position: relative; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
padding: calcSize(5) calcSize(2) calcSize(2); | ||
padding: 0 calcSize(5); | ||
width: 100%; | ||
box-sizing: border-box; | ||
} | ||
|
||
.sd-root-modern--mobile .sd-page { | ||
padding: 0; | ||
} | ||
|
||
.sd-page .sd-page__title { | ||
@include page_title(); | ||
margin-top: 0; | ||
} | ||
|
||
.sd-page .sd-page__description { | ||
@include page_description(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.