Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Nov 12, 2024
1 parent 7e39450 commit b8c87c0
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions src/app/components/client/exposure_card/ExposureCard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,50 +179,6 @@
padding: $spacing-xl $layout-xl;
}
}

// .exposedInfoContainer {
// display: flex;
// flex-direction: column;
// gap: $layout-xs;

// .exposedInfoWrapper {
// display: flex;
// flex-direction: row;
// gap: $spacing-md;

// @media screen and (min-width: $screen-lg) {
// flex: 1 1 0;

// .fixItBtn {
// flex-shrink: 0;
// }
// }

// .exposedInfoTitle {
// align-self: start;

// @media screen and (min-width: $screen-lg) {
// flex: 0 0 90px; // fix width of categories title
// }

// @media screen and (min-width: $screen-xl) {
// flex: 0 0 150px;
// }
// }
// }

// @media screen and (min-width: $screen-lg) {
// flex-direction: row;
// justify-content: space-between;
// align-items: center;
// gap: $layout-md;

// .exposedInfoWrapper {
// flex-direction: row;
// gap: $spacing-lg;
// }
// }
// }
}
}

Expand Down

0 comments on commit b8c87c0

Please sign in to comment.