Skip to content
Snippets Groups Projects
Commit 3f271a02 authored by Sreeram, Sudarshan's avatar Sreeram, Sudarshan :carrot:
Browse files

Fix styling of the week heading card

parent e01d4f05
No related branches found
No related tags found
No related merge requests found
@import "assets/scss/custom";
.weekCard {
width: 11.25rem;
height: 3.75rem;
width: 15rem;
height: 4rem;
border-radius: 0.5rem !important;
border-width: 0rem;
background: var(--background-color);
......@@ -10,21 +10,24 @@
}
.weekCard :global(.card-header) {
font-size: 14px;
font-size: 1.125rem;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.375rem 0.5rem;
border-radius: 0.5rem !important;
background: var(--primary-button);
border-width: 0rem;
height: 2.25rem !important;
}
.weekCard :global(.card-body) {
font-size: 12px;
font-size: 1rem;
display: flex;
justify-content: space-between;
align-items: middle;
padding: 0.5rem 0.25rem;
align-items: center;
padding: 0.5rem 0.5rem;
padding-bottom: 0rem;
}
.dayIndicator {
......@@ -32,6 +35,7 @@
font-weight: 500;
width: 2.25rem !important;
text-align: center;
padding: 0rem;
}
.weekDateRange {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment