Skip to content

Commit

Permalink
fix(primevue): remove custom card header and content style (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 authored Jan 11, 2024
1 parent 2b26b5b commit ec4d1ac
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -458,52 +458,6 @@ label {

.#{variables.$primevue-prefix}-card .#{variables.$primevue-prefix}-card-header {
background-color: map.get(lightTheme.$light-theme, 'layer-01');
display: flex;
padding: 1.5rem;
align-items: center;

svg {
color: map.get(lightTheme.$light-theme, 'support-success');
margin-bottom: 0.1rem;
}

p {
margin: 0;
padding: 0 0 0 1rem !important;
display: inline-flex;
margin-bottom: 0;
color: map.get(lightTheme.$light-theme, 'text-primary');
font-size: 0.875rem;
font-style: normal;
font-weight: 700;
line-height: 1.125rem; /* 128.571% */
letter-spacing: 0.01rem;
}
}

.#{variables.$primevue-prefix}-card
.#{variables.$primevue-prefix}-card-content {
display: flex;
padding: 0;
margin: 0;

div {
display: flex;
flex-direction: column;
align-self: center;
}

label {
color: map.get(lightTheme.$light-theme, 'text-primary');
margin: 0 0 0.75rem !important;
}

span {
margin: 0 !important;
font-size: 0.875rem;
line-height: 1.25rem;
letter-spacing: 0.01rem;
}
}

.#{variables.$primevue-prefix}-card .#{variables.$primevue-prefix}-card-title {
Expand Down

0 comments on commit ec4d1ac

Please sign in to comment.