Skip to content

Commit

Permalink
Remove commented CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardost committed Oct 10, 2024
1 parent b5dcb6a commit 9aceda9
Showing 1 changed file with 0 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,44 +502,10 @@

// Reset styles for the featured domain suggestion
.domain-suggestion.card.featured-domain-suggestion {
// box-shadow: none;
// border-top: 1px solid transparent;
// border-bottom: 1px solid var(--studio-gray-5);
// border-radius: 0;
// margin-bottom: 0;
// padding: 16px 20px;
// @include break-mobile {
// padding: 16px 5px;
// }

// &:hover {
// border-bottom: 1px solid var(--studio-gray-50);
// border-top: 1px solid var(--studio-gray-50);
// }

.domain-registration-suggestion__title-info {
width: auto;
max-width: 55%;
}

// .domain-registration-suggestion__title-wrapper {
// gap: 4px;
// @include break-mobile {
// flex-direction: row;
// align-items: center;
// gap: 12px;
// }
// .domain-registration-suggestion__badges {
// margin-bottom: 0;
// }
// }

// .domain-registration-suggestion__domain-title {
// font-size: 1rem;
// .domain-registration-suggestion__domain-title-tld {
// font-weight: 500;
// }
// }
}
}
}
Expand Down

0 comments on commit 9aceda9

Please sign in to comment.