Skip to content

Commit

Permalink
Schedule style tweaks (#2135)
Browse files Browse the repository at this point in the history
* Improved styling on the project schedule card

* Reducced top padding on session duration
  • Loading branch information
anishTP authored Nov 12, 2024
1 parent a98f6f5 commit d3ec2fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions funnel/assets/sass/pages/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@

.schedule__row__column__content__title__heading {
cursor: pointer;
font-weight: 700;
font-weight: 500;
padding-bottom: $mui-grid-padding/2;
}

.schedule__row__column__content__title__heading:hover {
Expand Down Expand Up @@ -73,11 +74,9 @@
}

p.schedule__row__column__content__title__duration {
background-color: $mui-accent-color-lighter;
color: $mui-text-accent-lighter;
color: $mui-accent-color;
z-index: 1;
float: right;
padding: 5px;
padding: 0 0 $mui-grid-padding/2;
border-radius: 3px;
line-height: 1;
margin-top: 4px;
Expand Down Expand Up @@ -193,7 +192,6 @@
overflow: initial;
.schedule__row__column {
position: relative;
background-image: url('../../img/schedule-box-background.png');
background-size: 20px 10px;
min-width: 200px;

Expand Down Expand Up @@ -242,7 +240,9 @@
.schedule__row__column--header {
outline: 1px solid $mui-divider-color;
border: none !important;
background-color: $mui-bg-color-primary;
background-color: $mui-primary-color-lighter;
font-size: 14px;
font-weight: 500;
}
.schedule__row__column--time--header {
display: block;
Expand Down

0 comments on commit d3ec2fa

Please sign in to comment.