Dashboard with cards
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
align-items: stretch;
|
||||
border: 1px solid rgba(220, 220, 220, 0.4);
|
||||
box-shadow: 5px 5px 7px rgba(220, 220, 220, 0.5);
|
||||
border-radius: 10px;
|
||||
padding: 0 10px 10px 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.departureLists {
|
||||
@@ -9,4 +14,9 @@
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
gap: 120px;
|
||||
}
|
||||
|
||||
.heading {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user