Skip to content

Commit

Permalink
fix: refactor sidebar SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz committed Mar 16, 2022
1 parent d9efc6a commit 14af37f
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions assets/scss/partials/components/_wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
&__main {
width: 100%;

&--fullscreen {
margin-top: 20px;
}

@include desktop_and_print {
width: $content-width;

&--fullscreen {
margin-top: 0px;
width: 100%;
}
}

@include widescreen {
width: calc(#{$content-ratio} * 80%);
}

&--fullscreen {
margin-top: 20px;

@include desktop_and_print {
width: 100%;
margin-top: 0px;
}

&--fullscreen {
@include widescreen {
width: $body-max-width;
}
}
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.rtl.min.3ff1abcfb7e1a98d7cd4c8ba3f563d077359fc043c8daa1aa0cb5f3da4e3e571.css","MediaType":"text/css","Data":{"Integrity":"sha256-P/Grz7fhqY181Mi6P1Y9B3NZ/AQ8jaoaoMtfPaTj5XE="}}
{"Target":"scss/main.rtl.min.d7557f20cebbced1b8745c717dc09b988fcf29711813fbc0917c70841510c64b.css","MediaType":"text/css","Data":{"Integrity":"sha256-11V/IM67ztG4dFxxfcCbmI/PKXEYE/vAkXxwhBUQxks="}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.min.a474dc1dd412f2a47a601007bdaadfa3b631a3301b1dcf430f442dcd0352fa58.css","MediaType":"text/css","Data":{"Integrity":"sha256-pHTcHdQS8qR6YBAHvarfo7YxozAbHc9DD0QtzQNS+lg="}}
{"Target":"scss/main.min.636ad5c54d0050684c8254422ae24b76226fa46429361dde37845f5e05ca1aa2.css","MediaType":"text/css","Data":{"Integrity":"sha256-Y2rVxU0AUGhMglRCKuJLdiJvpGQpNh3eN4RfXgXKGqI="}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.rtl.min.3ff1abcfb7e1a98d7cd4c8ba3f563d077359fc043c8daa1aa0cb5f3da4e3e571.css","MediaType":"text/css","Data":{"Integrity":"sha256-P/Grz7fhqY181Mi6P1Y9B3NZ/AQ8jaoaoMtfPaTj5XE="}}
{"Target":"scss/main.rtl.min.d7557f20cebbced1b8745c717dc09b988fcf29711813fbc0917c70841510c64b.css","MediaType":"text/css","Data":{"Integrity":"sha256-11V/IM67ztG4dFxxfcCbmI/PKXEYE/vAkXxwhBUQxks="}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.min.a474dc1dd412f2a47a601007bdaadfa3b631a3301b1dcf430f442dcd0352fa58.css","MediaType":"text/css","Data":{"Integrity":"sha256-pHTcHdQS8qR6YBAHvarfo7YxozAbHc9DD0QtzQNS+lg="}}
{"Target":"scss/main.min.636ad5c54d0050684c8254422ae24b76226fa46429361dde37845f5e05ca1aa2.css","MediaType":"text/css","Data":{"Integrity":"sha256-Y2rVxU0AUGhMglRCKuJLdiJvpGQpNh3eN4RfXgXKGqI="}}

0 comments on commit 14af37f

Please sign in to comment.