-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump sass from 1.79.5 to 1.80.4 (#12027)
- Loading branch information
1 parent
82980d1
commit 02d5ec9
Showing
8 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
client/src/document/ingredients/browser-compatibility-table/index-desktop-md.scss
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,3 +1,5 @@ | ||
@use "../../../ui/vars" as *; | ||
|
||
@media (min-width: $screen-md) { | ||
.table-container { | ||
width: calc(100% + 6rem); | ||
|
2 changes: 2 additions & 0 deletions
2
client/src/document/ingredients/browser-compatibility-table/index-desktop-xl.scss
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,3 +1,5 @@ | ||
@use "../../../ui/vars" as *; | ||
|
||
@media (min-width: $screen-xl) { | ||
.table-container { | ||
margin: 0; | ||
|
2 changes: 2 additions & 0 deletions
2
client/src/document/ingredients/browser-compatibility-table/index-desktop.scss
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,3 +1,5 @@ | ||
@use "../../../ui/vars" as *; | ||
|
||
// Style for desktop. | ||
|
||
@media (min-width: $screen-sm) { | ||
|
2 changes: 2 additions & 0 deletions
2
client/src/document/ingredients/browser-compatibility-table/index-mobile.scss
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,3 +1,5 @@ | ||
@use "../../../ui/vars" as *; | ||
|
||
// Style for mobile. | ||
|
||
@media (max-width: $screen-sm - 1px) { | ||
|
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