Skip to content

Commit

Permalink
Merge pull request #1170 from codeRIT/bh-1166
Browse files Browse the repository at this point in the history
"Show more" buttons share tab colors
  • Loading branch information
Colby Gallup committed Feb 15, 2021
2 parents ff20a18 + 7c98d19 commit a72c5bb
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,22 @@ nav {
}
}

#feb-20-content {
.show-full-schedule, .hide-full-schedule {
i {
color: $orange;
}
}
}

#feb-21-content {
.show-full-schedule, .hide-full-schedule {
i {
color: $light-gray;
}
}
}

// Part of the above content ids
// but specificity is counterproductive to mobile styling
.show-full-schedule, .hide-full-schedule {
Expand All @@ -826,7 +842,6 @@ nav {
}

i {
color: $red;
font-size: 2em;
margin-left: 10px;
}
Expand Down

0 comments on commit a72c5bb

Please sign in to comment.