Skip to content

Commit

Permalink
💄 added css for the link and changed classname to kernteam
Browse files Browse the repository at this point in the history
  • Loading branch information
MeesoPost committed Jan 18, 2024
1 parent 8098f85 commit a8b8c74
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions packages/components-react/src/Card.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.utrecht-card {
.kernteam-card {
background-color: blue;
background-color: #fff;
border: 2px solid #f5f5f5;
Expand All @@ -9,20 +9,24 @@
flex-direction: column;
overflow: hidden;
padding-block: 24px;
padding-inline: 160px;
padding-inline: 16px;
}

.utrecht-card:hover {
.kernteam-card:hover {
--utrecht-link-text-decoration: underline;
--utrecht-link-text-decoration-thickness: var(--utrecht-link-hover-text-decoration-thickness);

cursor: pointer;
text-decoration-skip-ink: none;
}

.utrecht-card__content {
.kernteam-card__content {
padding-block-end: 1rem;
padding-block-start: 0;
padding-inline-end: 1rem;
padding-inline-start: 1rem;
}

.kernteam-link {
align-items: center;
display: flex;
}

0 comments on commit a8b8c74

Please sign in to comment.