|
|
@@ -211,6 +211,18 @@
|
|
|
margin: 25px;
|
|
|
}
|
|
|
|
|
|
+.mobileMenuSelector{
|
|
|
+ display: none;
|
|
|
+ position: fixed;
|
|
|
+ left: 13px;
|
|
|
+ top: -2px;
|
|
|
+ font-size: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+ .mobileMenuSelector:active{
|
|
|
+ color: rgb(255, 99, 107);
|
|
|
+ }
|
|
|
+
|
|
|
/*
|
|
|
Add Ingredients
|
|
|
*/
|
|
|
@@ -615,20 +627,57 @@ New Transaction
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
|
|
|
-@media (max-width: 600px){
|
|
|
+@media (max-width: 1000px){
|
|
|
body{
|
|
|
flex-direction: column;
|
|
|
+ background: rgb(0, 27, 45);
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
- .contentBlock{
|
|
|
- padding: 0;
|
|
|
- }
|
|
|
+ .contentBlock{
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .menu{
|
|
|
+ display: none;
|
|
|
+ width: 100vw;
|
|
|
+ height: 100vh;
|
|
|
+ }
|
|
|
+
|
|
|
+ .menuHead{
|
|
|
+ padding: 0;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .menuHead a{
|
|
|
+ display: flex;
|
|
|
+ justify-content: right;
|
|
|
+ width: 70%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .menuShifter{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .mobileMenuSelector{
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+
|
|
|
+ .strandTitle{
|
|
|
+ margin-top: 35px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .sidebar{
|
|
|
+ width: 100vw;
|
|
|
+ }
|
|
|
|
|
|
/*
|
|
|
Home
|
|
|
*/
|
|
|
.card{
|
|
|
- margin: 5px;
|
|
|
+ margin: 5px 10px;
|
|
|
+ background: white;
|
|
|
+ color: black;
|
|
|
}
|
|
|
|
|
|
#inventoryCheckCard{
|
|
|
@@ -643,12 +692,4 @@ New Transaction
|
|
|
flex-direction: column;
|
|
|
margin: 0;
|
|
|
}
|
|
|
-
|
|
|
- .menu{
|
|
|
- display: none;
|
|
|
- }
|
|
|
-
|
|
|
- .sidebar{
|
|
|
- width: 100vw;
|
|
|
- }
|
|
|
}
|