2019-09-26 17:08:04 +02:00
|
|
|
@import "node_modules/bootstrap/scss/functions";
|
|
|
|
@import "node_modules/bootstrap/scss/variables";
|
|
|
|
@import "node_modules/bootstrap/scss/mixins/_breakpoints";
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
.lightblue-btn {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
::ng-deep .mat-paginator-container {
|
|
|
|
height: auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-08 15:42:36 +02:00
|
|
|
::ng-deep .mat-paginator-container {
|
2019-05-09 15:30:39 +02:00
|
|
|
flex-direction: row-reverse !important;
|
|
|
|
justify-content: space-between !important;
|
2019-05-08 15:42:36 +02:00
|
|
|
background-color: #f6f6f6;
|
|
|
|
height: 30px;
|
|
|
|
min-height: 30px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-paginator-page-size {
|
2019-05-09 15:30:39 +02:00
|
|
|
height: 43px;
|
2019-05-08 15:42:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-icon-button {
|
2019-05-09 15:30:39 +02:00
|
|
|
height: 30px !important;
|
|
|
|
font-size: 12px !important;
|
2019-05-08 15:42:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-paginator-range-label {
|
2019-05-09 15:30:39 +02:00
|
|
|
margin: 15px 32px 0 24px !important;
|
2019-05-08 15:42:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-paginator-range-actions {
|
2019-09-26 17:08:04 +02:00
|
|
|
width: auto !important;
|
|
|
|
min-width: 55% !important;
|
2019-05-09 15:30:39 +02:00
|
|
|
min-height: 43px !important;
|
|
|
|
justify-content: space-between;
|
2019-05-08 15:42:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-paginator-navigation-previous {
|
2019-05-09 15:30:39 +02:00
|
|
|
margin-left: auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-paginator ::ng-deep .mat-paginator-navigation-previous {
|
2019-05-09 15:57:00 +02:00
|
|
|
display: none !important;
|
2019-05-08 15:42:36 +02:00
|
|
|
}
|
|
|
|
|
2019-05-09 15:30:39 +02:00
|
|
|
.top-paginator ::ng-deep .mat-paginator-navigation-next {
|
2019-05-09 15:57:00 +02:00
|
|
|
display: none !important;
|
2019-05-09 15:30:39 +02:00
|
|
|
}
|
|
|
|
|
2020-01-10 11:44:00 +01:00
|
|
|
.all-versions {
|
2020-07-03 16:17:23 +02:00
|
|
|
color: #999999 !important;
|
2020-01-10 11:44:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.dmp-label {
|
2020-07-03 16:17:23 +02:00
|
|
|
color: #089dbb !important;
|
2020-01-10 11:44:00 +01:00
|
|
|
}
|
|
|
|
|
2020-03-03 10:16:02 +01:00
|
|
|
.import {
|
2020-07-03 16:17:23 +02:00
|
|
|
margin: 10px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2020-03-03 10:16:02 +01:00
|
|
|
|
2020-07-03 16:17:23 +02:00
|
|
|
.more-horiz {
|
|
|
|
font-size: 28px;
|
|
|
|
color: #aaaaaa;
|
|
|
|
}
|
2020-04-01 17:16:06 +02:00
|
|
|
|
2020-07-03 16:17:23 +02:00
|
|
|
.more-icon :hover {
|
|
|
|
color: #00b29f;
|
|
|
|
}
|
2020-03-03 10:16:02 +01:00
|
|
|
|
2020-07-03 16:17:23 +02:00
|
|
|
.header-image {
|
|
|
|
background: url("/assets/images/new-dashboard-bg.png") no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
margin-top: 70px;
|
|
|
|
min-height: 15em;
|
|
|
|
position: relative;
|
|
|
|
}
|
2020-04-01 17:16:06 +02:00
|
|
|
|
2020-07-03 16:17:23 +02:00
|
|
|
.header-text-container {
|
|
|
|
background: rgba(255, 255, 255, 0.7);
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
padding-left: 5em;
|
|
|
|
padding-right: 10em;
|
|
|
|
padding-top: 2em;
|
|
|
|
padding-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.explore-dmp-content {
|
|
|
|
padding: 30px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-content {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
padding-top: 9.68rem;
|
|
|
|
padding-bottom: 3rem;
|
|
|
|
padding-left: 3rem;
|
|
|
|
padding-right: 3rem;
|
|
|
|
margin: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
background: #ffffff 0% 0% no-repeat padding-box;
|
|
|
|
box-shadow: 0px 3px 6px #00000029;
|
|
|
|
border-radius: 4px;
|
|
|
|
// width: 987px;
|
|
|
|
margin-bottom: 3.75rem;
|
|
|
|
/* height: 407px; */
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-title {
|
|
|
|
text-align: left;
|
|
|
|
font: Bold 20px/30px Roboto;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #212121;
|
|
|
|
padding-left: 40px;
|
|
|
|
/* padding-top: 40px; */
|
|
|
|
padding-right: 55px;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-content {
|
|
|
|
text-align: left;
|
|
|
|
font: Light 16px/26px Roboto;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #212121;
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-top: 36px;
|
|
|
|
padding-bottom: 36px;
|
|
|
|
padding-right: 55px;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clear-icon {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.normal-btn {
|
|
|
|
min-width: 162px;
|
|
|
|
max-width: 256px;
|
|
|
|
height: 40px;
|
|
|
|
cursor: pointer;
|
|
|
|
background: #129d99 0% 0% no-repeat padding-box;
|
|
|
|
box-shadow: 0px 3px 6px #1e202029;
|
|
|
|
border-radius: 30px;
|
|
|
|
border: none;
|
|
|
|
color: #ffffff;
|
|
|
|
opacity: 1;
|
|
|
|
line-height: 1;
|
|
|
|
font-size: 0.87rem;
|
|
|
|
padding: 0.62rem 1.87rem;
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.yellow-btn {
|
|
|
|
min-width: 162px;
|
|
|
|
max-width: 256px;
|
|
|
|
height: 40px;
|
|
|
|
cursor: pointer;
|
|
|
|
background: #f7dd72 0% 0% no-repeat padding-box;
|
|
|
|
border-radius: 30px;
|
|
|
|
opacity: 1;
|
|
|
|
border: none;
|
|
|
|
color: #000000;
|
|
|
|
opacity: 1;
|
|
|
|
line-height: 1;
|
|
|
|
font-size: 0.87rem;
|
|
|
|
padding: 0.62rem 1.87rem;
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-text {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 1rem;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #212121;
|
|
|
|
}
|
2020-04-01 17:16:06 +02:00
|
|
|
|
2020-07-03 17:51:27 +02:00
|
|
|
.filter-btn {
|
2020-07-07 14:54:12 +02:00
|
|
|
position: fixed;
|
|
|
|
right: 0px;
|
|
|
|
z-index: 100;
|
|
|
|
width: 37px;
|
2020-07-03 17:51:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.filter-btn button {
|
2020-07-07 14:54:12 +02:00
|
|
|
color: white;
|
|
|
|
background-color: #23bcba;
|
|
|
|
width: 37px;
|
|
|
|
height: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-form {
|
|
|
|
// font-size: 12px;
|
|
|
|
text-align: left;
|
|
|
|
width: 17.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-form mat-icon {
|
|
|
|
color: #129d99;
|
|
|
|
}
|
|
|
|
|
2020-07-07 17:29:15 +02:00
|
|
|
::ng-deep .search-form .mat-form-field-wrapper {
|
2020-07-07 14:54:12 +02:00
|
|
|
background-color: white !important;
|
|
|
|
padding-bottom: 0 !important;
|
2020-07-03 17:51:27 +02:00
|
|
|
}
|
|
|
|
|
2019-05-09 15:30:39 +02:00
|
|
|
// .bot-paginator {
|
|
|
|
// margin-top: auto;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// ::ng-deep .mat-paginator {
|
|
|
|
// margin-top: auto;
|
|
|
|
// }
|
|
|
|
|
2019-05-08 15:29:52 +02:00
|
|
|
// .listing {
|
|
|
|
// .mat-card {
|
|
|
|
// margin: 1em 0;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .col-9 {
|
|
|
|
// display: flex;
|
|
|
|
// flex-direction: column;
|
|
|
|
// }
|
|
|
|
// }
|