Skip to content

Commit

Permalink
Update backend layout
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed May 30, 2024
1 parent 086de5e commit a1ce014
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
6 changes: 1 addition & 5 deletions backend/src/assets/css/agencies.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ div.agencies .info-box {
margin: 20px 5px 5px 0;
width: 100%;
}

div.agencies div.col-1 .agency-count {
display: none;
}


div.agencies div.col-2 {
margin-top: 3px;
padding: 1px;
Expand Down
17 changes: 12 additions & 5 deletions backend/src/assets/css/info-box.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,25 @@ div.info-box {
border: 1px solid #dadada;
border-radius: 5px;
height: 40px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}

div.info-box .info-box-icon {
position: relative;
left: 5px;
top: 7px;
flex-shrink: 0;
margin-left: 10px;
}

div.info-box span.info-box-text {
color: rgb(0 0 0 / 63%);
position: relative;
left: 90px;
flex-grow: 1;
font-size: 17px;
font-weight: 700;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-left: -10px;
}
6 changes: 1 addition & 5 deletions backend/src/assets/css/locations.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ div.locations .info-box {
margin: 20px 5px 5px 0;
width: 100%;
}

div.locations div.col-1 .location-count {
display: none;
}


div.locations div.col-2 {
display: flex;
flex-direction: column;
Expand Down
4 changes: 0 additions & 4 deletions backend/src/assets/css/properties.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ div.properties div.col-1 div.info-box {
display: flex;
justify-content: center;
}

div.properties div.col-1 .property-count {
display: none;
}
}

/* Device width is greater than or equal to 960px */
Expand Down

0 comments on commit a1ce014

Please sign in to comment.