| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- @media screen and (orientation: landscape){
- @media screen and (min-width: 1000px){
- .mobileMenuSelector{
- top: 20px;
- left: 40px;
- }
- .strandTitle{
- margin: 15px;
- }
- /* HOME */
- #homeStrand{
- flex-direction: column;
- justify-content: flex-end;
- }
- #graphCard{
- display: flex;
- }
- .flexRow{
- max-height: 40vh;
- }
- .flexRow:nth-child(2){
- flex-grow: 2;
- }
- .flexRow:nth-child(3){
- flex-grow: 1;
- }
- /* INGREDIENTS */
- #categoryList{
- height: 80%;
- }
- /* RECIPE BOOK */
- #recipeList{
- height: 80%;
- }
- /* ANALYTICS */
- #analyticsStrand .strandTitle{
- margin-top: 8px;
- margin-left: 30px;
- }
- .analDateRange{
- display: block;
- }
- #analRecipeContent, .analContent{
- height: 80%;
- }
- /* ORDERS */
- #orderList{
- height: 80%;
- }
- /* TRANSACTIONS */
- #transactionsList{
- height: 80%;
- }
- .menuLogo{
- max-height: initial;
- max-width: 300px;
- }
- .menuHead a p{
- font-size: 35px;
- }
- #recipeListLabel, #subIngredientList{
- display: flex;
- }
- /* ORDER FILTER */
- #orderFilterIngredients{
- max-height: 70%;
- }
- #orderFilterSubmit{
- margin-top: 15px;
- }
- /* ORDER DETAILS */
- #orderIngredients{
- display: flex;
- flex-direction: column;
- }
- /* TRANSACTION DETAILS */
- #transactionRecipesLabel, .transactionRecipes, #transactionDetails .lineBorder{
- display: flex;
- flex-direction: column;
- }
- /* TRANSACTION FILTER */
- #transFilterRecipeList{
- max-height: 70%;
- }
- }
- }
|