Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepnh5 committed Dec 26, 2024
1 parent b7eb467 commit 4aaea6d
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
--table-head-bg: var(--bs-primary, blue);
--table-head-bg: var(
--bs-primary,
blue --loader-size: 10em; --loader-border-width: 1.1em; --loader-color:
#febc59;
blue --loader-size: 10em; --loader-border-width: 1.1em;
--loader-color: #febc59;
); /* Assuming var(--bs-primary) is defined elsewhere */

--table-head-color: white;
Expand Down Expand Up @@ -1092,7 +1092,10 @@ hr {
gap: 0.8rem;
}

.btnsContainerOrganizationFundCampaign .btnsBlockOrganizationFundCampaign div button {
.btnsContainerOrganizationFundCampaign
.btnsBlockOrganizationFundCampaign
div
button {
display: flex;
margin-left: 1rem;
justify-content: center;
Expand All @@ -1112,8 +1115,6 @@ hr {
width: 52px;
}



@media (max-width: 1020px) {
.btnsContainerOrganizationFundCampaign {
flex-direction: column;
Expand All @@ -1125,7 +1126,10 @@ hr {
justify-content: space-between;
}

.btnsContainerOrganizationFundCampaign .btnsBlockOrganizationFundCampaign div button {
.btnsContainerOrganizationFundCampaign
.btnsBlockOrganizationFundCampaign
div
button {
margin: 0;
}

Expand Down Expand Up @@ -1153,7 +1157,10 @@ hr {
margin-right: 0;
}

.btnsContainerOrganizationFundCampaign .btnsBlockOrganizationFundCampaign div button {
.btnsContainerOrganizationFundCampaign
.btnsBlockOrganizationFundCampaign
div
button {
margin-bottom: 1rem;
margin-right: 0;
width: 100%;
Expand Down

0 comments on commit 4aaea6d

Please sign in to comment.