Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
EinsteinNjoroge committed Feb 13, 2020
1 parent a402940 commit cab9433
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/components/psammead-radio-schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Version | Description |
|---------|-------------|
| 0.1.0-alpha.8 | [PR#3129](https://github.com/bbc/psammead/pull/3129) Apply program-card's link to start-time component |
| 0.1.0-alpha.8 | [PR#3130](https://github.com/bbc/psammead/pull/3130) Apply program-card's link to start-time component |
| 0.1.0-alpha.7 | [PR#3129](https://github.com/bbc/psammead/pull/3129) Talos - Bump Dependencies - @bbc/gel-foundations |
| 0.1.0-alpha.6 | [PR#3050](https://github.com/BBC-News/psammead/pull/3050) Create a wrapper around start-time and program-card. |
| 0.1.0-alpha.5 | [PR#3074](https://github.com/BBC-News/psammead/pull/3074) Format hidden start time in program card component. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ exports[`ProgramCard should render correctly for live 1`] = `
.c0 {
padding-top: 0.5rem;
background-color: #FFFFFF;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -331,7 +330,6 @@ exports[`ProgramCard should render correctly for next 1`] = `
.c0 {
padding-top: 0.5rem;
background-color: #FFFFFF;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -629,7 +627,6 @@ exports[`ProgramCard should render correctly for onDemand 1`] = `
.c0 {
padding-top: 0.5rem;
background-color: #FFFFFF;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -898,7 +895,6 @@ exports[`ProgramCard should render correctly in RTL 1`] = `
.c0 {
padding-top: 0.5rem;
background-color: #FFFFFF;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ exports[`RadioSchedule should render ltr radio schedules correctly 1`] = `
.c9 {
padding-top: 0.5rem;
background-color: #FFFFFF;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -284,6 +283,10 @@ exports[`RadioSchedule should render ltr radio schedules correctly 1`] = `
padding: 1rem 0 0.5rem;
}
.c2 {
position: relative;
}
@media (min-width:20rem) and (max-width:37.4375rem) {
.c11 {
font-size: 1rem;
Expand Down Expand Up @@ -1017,7 +1020,6 @@ exports[`RadioSchedule should render rtl radio schedules correctly 1`] = `
.c9 {
padding-top: 0.5rem;
background-color: #FFFFFF;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -1238,6 +1240,10 @@ exports[`RadioSchedule should render rtl radio schedules correctly 1`] = `
padding: 1rem 0 0.5rem;
}
.c2 {
position: relative;
}
@media (min-width:20rem) and (max-width:37.4375rem) {
.c11 {
font-size: 1.25rem;
Expand Down

0 comments on commit cab9433

Please sign in to comment.