Skip to content

Commit ed35e09

Browse files
committed
styling
1 parent f2fd996 commit ed35e09

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

frontend/src/app/components/AddPage.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
flex-direction: column;
7373
justify-content: center;
7474
align-items: flex-start;
75-
gap: 10px;
75+
gap: 3vw;
7676
}
7777

7878
.time-period-component {
@@ -81,7 +81,7 @@
8181
flex-direction: column;
8282
justify-content: center;
8383
align-items: flex-start;
84-
gap: 10px;
84+
gap: 3vw;
8585
}
8686

8787
#drop-zone {

frontend/src/app/components/Sidebar.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
overflow-x: hidden;
7979
padding-top: 20px;
8080
bottom: 0;
81-
position: fixed;
82-
8381
min-width: 50px;
82+
position: fixed;
8483
}

frontend/src/app/components/StylishButton.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
border: none;
9090
color: #000000;
9191
box-shadow: none;
92+
height: 40px;
93+
width: 20px;
9294
}
9395

9496
.stylish-button.style4:hover {

frontend/src/app/inventory/15Tablecomp/Inventory.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,21 @@ body, html {
1313
max-width: 100vw;
1414
display: flex;
1515
flex-direction: column;
16-
align-items: flex-start;
16+
align-items: flex-end;
1717
position: relative;
1818
transition: width 0.3s ease-in-out;
19+
flex-shrink: 0;
1920
}
2021

2122
.Header {
2223
background-color: #F8F5F5;
2324
height: 15%;
2425
width: 95%;
2526
display: flex;
27+
border: 1px solid #9B525F;
28+
background: linear-gradient(0deg, #FFF, 0%, #FFF, 100%), #F8F5F5;
29+
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
30+
padding-left: 1rem;
2631
flex-direction: column;
2732
align-items: center;
2833
justify-content: flex-start;
@@ -66,6 +71,7 @@ body, html {
6671
width: 100%;
6772
padding-right: 10%;
6873
position: absolute;
74+
width:100%;
6975
bottom: 0;
7076
gap: 2vh;
7177
font-size: 1vw;

frontend/src/app/inventory/15Tablecomp/InventoryUnit.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
align-items: center;
8181
width: 50vw;
8282
z-index: 100;
83-
justify-content: space-between;
8483
font-size: 0.85rem;
8584
}
8685

0 commit comments

Comments
 (0)