diff --git a/src/assets/stylesheets/summary.scss b/src/assets/stylesheets/summary.scss index deb9301..54c11cc 100644 --- a/src/assets/stylesheets/summary.scss +++ b/src/assets/stylesheets/summary.scss @@ -2,10 +2,6 @@ $dark-blue: #002554; $medium-blue: #004990; $light-blue: #007cbe; $hover-blue: #25b3ff; -$black: #000; -$gray: #bdbdbd; -$white: #fff; - .summary { background: linear-gradient( 180deg, @@ -38,6 +34,16 @@ $white: #fff; } .summary-fieldContainer { + // width: 100%; + // min-height: calc(100% - 250px); + // height: auto; + // background-color: transparent; + // display: flex; + // align-items: flex-start; + // justify-content: center; + // flex-wrap: wrap; + + // below is taken from browse.scss width: 100%; min-height: calc(100% - 200px); height: auto; @@ -50,6 +56,15 @@ $white: #fff; margin-bottom: 50px; } +.summary-iframe { + // width: 400px; + // height: 400px; + min-height: 1px; + background: transparent; + margin: 10px; + display: block; +} + .summary-fieldContainer-pp { width: 25%; height: 300px; diff --git a/src/components/BrowseComponent.js b/src/components/BrowseComponent.js index cb98732..7c49044 100644 --- a/src/components/BrowseComponent.js +++ b/src/components/BrowseComponent.js @@ -125,3 +125,4 @@ export default class BrowseComponent extends Component { ); } } + diff --git a/src/components/SummaryComponent.js b/src/components/SummaryComponent.js index 66f2eea..de69882 100644 --- a/src/components/SummaryComponent.js +++ b/src/components/SummaryComponent.js @@ -6,18 +6,33 @@ export default class SummaryComponent extends Component { render() { return (
hello this is from inside a pp hello this is from inside a pp hello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pphello this is from inside a pp
- + {/*