getcable
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user