Skip to content

Commit

Permalink
Removed club application status css
Browse files Browse the repository at this point in the history
  • Loading branch information
Centurionactionx committed Nov 22, 2024
1 parent 6a9f045 commit b0cc31d
Showing 1 changed file with 1 addition and 53 deletions.
54 changes: 1 addition & 53 deletions core/static/core/css/club-list.css
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
.red-square {
height: 20px;
width: 20px;
background-color: var(--status-red);
margin: 6px;
border-radius: 20%;
}

.green-square {
height: 20px;
width: 20px;
background-color: var(--status-green);
margin: 6px;
border-radius: 20%;
}

.yellow-square {
height: 20px;
width: 20px;
background-color: var(--status-yellow);
margin: 6px;
border-radius: 20%;
}

.message {
width: 100%;
margin-top: 30px;
Expand All @@ -34,23 +10,7 @@
background-color: white;
min-height: calc(100vh - 164px);
}
.legend {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
}
.legend-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 1rem;
}

.cards {
display: -webkit-box;
display: -ms-flexbox;
Expand All @@ -77,18 +37,6 @@ hr {
border-top-width: 2px;
}

.green-status{
border-left: 5px solid var(--status-green);
}

.red-status{
border-left: 5px solid var(--status-red);
}

.yellow-status{
border-left: 5px solid var(--status-yellow);
}

.title {
font-weight: bold;
margin: 0;
Expand Down

0 comments on commit b0cc31d

Please sign in to comment.