X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Fhistory%2Fhistory.component.scss;fp=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Fhistory%2Fhistory.component.scss;h=0000000000000000000000000000000000000000;hb=434326c60fb0434bda587102b4746173fe425dea;hp=57cf982c97779096d306cf2e55876c2ca451ed61;hpb=37827e492060182b32df67c2a538a29808fa5e17;p=eliot.git diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/history/history.component.scss b/blueprints/common/eliot-ui/frontend-src/src/app/history/history.component.scss deleted file mode 100644 index 57cf982..0000000 --- a/blueprints/common/eliot-ui/frontend-src/src/app/history/history.component.scss +++ /dev/null @@ -1,81 +0,0 @@ -.history-main { - // padding: 30px; - margin: 0 auto; - // justify-content: center; - // align-items: center; - - .description-header { - display: flex; - justify-content:center; - padding: 20px; - } - .status-radio-grp { - padding-left: 20px; - } - - .current-status { - padding-left: 20px; - padding-top: 20px; - .current-status-deploy { - padding-bottom:20px; - .current-status-heading { - display: flex; - justify-content:center; - padding: 20px; - } - .current-history-table { - background: linear-gradient(to right, #ffafbd, #bbdfe6); - table{ - width:100%; - padding:20px; - background: linear-gradient(to right, #ffafbd, #bbdfe6); - } - mat-paginator { - background: linear-gradient(to right, #ffafbd, #bbdfe6); - } - } - } - } - .past-status-heading { - display: flex; - justify-content:center; - padding: 20px; - } - - .accordian { - width: 90%; - margin: 0 auto; - padding-bottom:10px; - .past-status-panel { - padding-bottom:07px; - mat-expansion-panel { - background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174)); - } - .download-yaml-section { - padding-bottom: 13px; - } - } - .historytable { - table { - width: 100%; - padding-top: 10px; - background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174)); - } - mat-paginator { - background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174)); - } - } - } - - .status-radio-group { - display: flex; - flex-direction: column; - margin: 15px 0; - } - - .status-radio-button { - margin: 5px; - } - - -} \ No newline at end of file