generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/175 frontend grid refactoring (#197)
* fix: refactor dashboard css * fix: fixed responsive bug at exact 1056px screen width * fix: adding column sizes and other minor fixes to dashboard grids * fix: fixing seedlot dashboard grid * fix: fixing create a class page grid * fix: fixing seedlot details page * fix: adjusting columns sizes on seedlot details page * fix: fixing ownership step grid * fix: fixing interim step grid * fix: fixing grid on orchard step * fix: removing broken media query rule * fix: removing unused scss rule * fix: fixing extract and storage step * fix: adjusting columns on collection step * fix: fixing columns and minor adjustments on interim step * fix: fixing my seedlot page grid * fix: adjusting interim step unit test * fix: removing unused import
- Loading branch information
1 parent
666b520
commit 427c4a7
Showing
30 changed files
with
730 additions
and
795 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
.seedlot-activities { | ||
margin-left: 2.5rem; | ||
.seedlot-activities-cards { | ||
margin-left: 2rem; | ||
margin-right: 2.5rem; | ||
} | ||
|
||
@media only screen and (max-width: 1056px) { | ||
.seedlot-activities-cards { | ||
padding-left: 3.5rem; | ||
} | ||
} | ||
|
||
@media only screen and (max-width: 672px) { | ||
.seedlot-activities-cards { | ||
padding-left: 2.5rem; | ||
} | ||
} |
Oops, something went wrong.