Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .right-side {
- width: 100%;
- background-color: $color-white;
- .light-bulb {
- img {
- width: 22px;
- height: 29px;
- object-fit: contain;
- }
- }
- .section-container {
- margin-bottom: 10px;
- }
- .section-first-column {
- flex-basis: $var-panel-first-column-size;
- }
- .section-other-columns {
- flex-basis: $var-panel-second-column-size;
- opacity: 0.7;
- font-size: 13px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- letter-spacing: normal;
- text-align: center;
- color: $color-menu-gray;
- .fa-caret-left,
- .fa-caret-right {
- cursor: pointer;
- }
- }
- .graph-notification-section {
- margin-bottom: 15px;
- }
- .section-selected-column {
- flex-basis: $var-panel-second-column-size;
- opacity: 0.7;
- font-size: 13px;
- font-weight: 900;
- font-style: normal;
- font-stretch: normal;
- letter-spacing: normal;
- text-align: center;
- color: $color-light-green;
- }
- .panel-first-column {
- flex-basis: $var-panel-first-column-size;
- @extend %panel-rows-height;
- text-align: left;
- }
- .panel-second-column {
- flex-basis: $var-panel-second-column-size;
- border-left: 1px solid $color-review-panel-border;
- border-right: 1px solid $color-review-panel-border;
- @extend %panel-rows-height;
- }
- .panel-third-column {
- flex-basis: $var-panel-second-column-size;
- border-right: 1px solid $color-review-panel-border;
- @extend %panel-rows-height;
- }
- .panel-fourth-column {
- flex-basis: $var-panel-second-column-size;
- border-right: 1px solid $color-review-panel-border;
- @extend %panel-rows-height;
- }
- .panel-fifth-column {
- flex-basis: $var-panel-second-column-size;
- border-right: 1px solid $color-review-panel-border;
- @extend %panel-rows-height;
- }
- .panel-sixth-column {
- flex-basis: $var-panel-second-column-size;
- @extend %panel-rows-height;
- }
- .sections-container {
- margin-top: 50px;
- margin-left: 30px;
- }
- .review-detail-screen-header {
- background-color: $color-review-header-panel;
- border: solid 1px $color-review-header-panel-border;
- padding-top: 20px;
- .protocol-icon {
- display: flex;
- align-items: flex-end;
- img {
- width: 90px;
- object-fit: contain;
- }
- }
- .protocol-info-container {
- padding-left: 15px;
- .protocol-code {
- font-size: 15px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.47;
- letter-spacing: normal;
- color: $color-menu-gray;
- }
- .category-name {
- font-size: 28px;
- font-weight: 500;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.14;
- letter-spacing: normal;
- color: $color-review-category-name;
- }
- }
- }
- .section-title {
- font-size: 17px;
- font-weight: bold;
- font-style: normal;
- font-stretch: normal;
- line-height: normal;
- letter-spacing: normal;
- color: $color-light-green;
- }
- .panel-section {
- .sub-section-title {
- color: $color-light-green;
- }
- .panel-body {
- padding: 0;
- }
- }
- .panel-review {
- .panel-heading {
- box-shadow: 0 1px 4px 0 $color-review-panel-shadow-border;
- background-color: $color-review-panel-background;
- border: solid 1px $color-review-panel-border;
- padding: 0;
- .accordion-toggle {
- & > span {
- display: flex;
- }
- }
- }
- }
- .panel-insight {
- @extend .panel-review;
- &.panel-open {
- .accordion-toggle {
- background-color: $color-ice-blue;
- }
- }
- .panel-body {
- border-left: solid 7px $color-light-green;
- }
- }
- .insight-data-input {
- .textarea-container {
- position: relative;
- margin-left: 87px;
- }
- .textarea-container:before {
- content: " ";
- background-image: url(/images/icons/pen.svg);
- background-repeat: no-repeat;
- width: 22px;
- height: 21px;
- left: -26px;
- position: absolute;
- }
- textarea {
- margin: 0px 0px 10px;
- width: 386px;
- height: 118px;
- background-color: #f4f7fa;
- }
- a.btn {
- margin-left: 60px;
- width: 90px;
- height: 36px;
- opacity: 0.5;
- border-radius: 20px;
- border: solid 2px $color-add-insight-btn-border;
- }
- }
- .asset-row {
- background-color: $color-ice-blue;
- border: solid 1px $color-review-panel-border;
- padding-left: 45px;
- }
- .insight-container {
- padding-top: 30px;
- padding-bottom: 20px;
- background-color: $color-review-panel-background;
- .show-insight-container {
- margin-left: auto;
- width: 40%;
- height: 130px;
- .insight-info {
- margin-right: 30px;
- border: 1px solid $color-show-insight-border-color;
- width: 350px;
- height: 130px;
- background-color: $color-white;
- }
- .insight-title {
- display: flex;
- border-bottom: 1px solid $color-pale-grey;
- margin-left: 15px;
- margin-right: 15px;
- padding-top: 7px;
- padding-bottom: 3px;
- }
- .insight-body {
- margin: 0 15px 0 15px;
- padding-top: 10px;
- }
- .created-by {
- font-size: 14px;
- font-weight: 500;
- font-style: normal;
- font-stretch: normal;
- line-height: normal;
- letter-spacing: normal;
- color: $color-charcoal-grey;
- }
- .insight-created-date {
- margin-left: auto;
- font-size: 12px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: normal;
- letter-spacing: normal;
- color: $color-charcoal-grey;
- }
- }
- }
- .bar-graph-container {
- flex-basis: 75%;
- }
- .notification-container {
- padding: 13px;
- background-color: rgba(255, 205, 0, 0.3);
- border: solid 1px #ffcd00;
- width: 220px;
- height: 130px;
- background-image: url(/images/notification-bg.svg);
- background-repeat: no-repeat;
- background-position-y: 100%;
- background-position-x: 100%;
- .notification-title {
- font-size: 15px;
- font-weight: 700;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.33;
- letter-spacing: normal;
- color: $color-menu-gray;
- }
- .notification-body {
- font-size: 14px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.43;
- letter-spacing: normal;
- color: $color-charcoal-grey;
- }
- }
- .trend-container {
- width: 220px;
- background-color: $color-review-panel-background;
- border: solid 1px $color-pale-grey-two;
- margin-top: 15px;
- padding: 11px;
- .trend-title {
- font-size: 15px;
- font-weight: 700;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.33;
- letter-spacing: normal;
- color: $color-menu-gray;
- width: 150px;
- }
- .trend-icon.up {
- transform: rotateX(180deg);
- }
- .trend-value {
- text-align: right;
- font-size: 40px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: normal;
- letter-spacing: normal;
- color: $color-bluish-green;
- }
- .trend-unit {
- font-size: 15px;
- font-weight: 500;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.33;
- letter-spacing: normal;
- color: $color-add-insight-btn-border;
- text-align: right;
- text-transform: uppercase;
- }
- }
- .multi-year-trend-container {
- background-color: $color-review-panel-background;
- border: solid 1px $color-pale-grey-two;
- margin-top: 15px;
- padding: 11px;
- .multi-year-trend-title {
- width: 95px;
- height: 40px;
- font-family: Roboto;
- font-size: 15px;
- font-weight: 700;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.33;
- letter-spacing: normal;
- color: $color-menu-gray;
- }
- .multi-year-trend-indicator-img {
- width: 60px;
- height: 45px;
- object-fit: contain;
- &.up {
- transform: rotateX(180deg);
- }
- }
- .multi-year-trend-indicator-text {
- font-size: 20px;
- font-weight: 500;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.6;
- letter-spacing: normal;
- color: $color-bluish-green;
- text-align: right;
- text-transform: uppercase;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement