monitor/src/app/home/home.component.css

99 lines
2.1 KiB
CSS

@media only screen and (min-width:1200px) {
.girl-background {
background-size: 210px;
background-repeat: no-repeat;
background-position: 95% 50%;
background-image: url("/assets/monitor-assets/home/girl.png");
padding-bottom: 100px;
}
.dashboard-section .dashboard {
background-image: url("/assets/monitor-assets/home/dashboard-background.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
}
.dashboard-section .info > div {
opacity: 0.3;
}
.dashboard-section .info > .uk-active > h5 {
color: var(--portal-main-color);
}
.dashboard-section .info > div:hover {
opacity: 1;
}
@media only screen and (min-width:960px) {
.hologram {
background-image: url("/assets/monitor-assets/home/hologram.png");
background-size: 20%;
background-repeat: no-repeat;
background-position: bottom center;
padding-bottom: 50px;
}
}
.hologram .part {
max-width: 370px;
}
.graph-section {
background-image: url("/assets/monitor-assets/home/graph-background.svg");
background-size: cover;
background-repeat: no-repeat;
padding: 5vh 0;
}
.stakeholder-section .stakeholders {
min-height: 300px;
}
.stakeholder-section .uk-subnav-pill > li > a {
color: currentColor;
font-size: 13px;
text-transform: none;
opacity: 0.5;
border-radius: 40px;
border: 1px solid currentColor;
padding: 6px 18px;
line-height: 18px;
}
.stakeholder-section .uk-subnav-pill > li:hover > a {
border-color: var(--portal-main-color);
color: var(--portal-main-color);
background-color: var(--portal-main-contrast);
opacity: 1;
}
.stakeholder-section .uk-subnav-pill > li.uk-active > a {
opacity: 1;
border-color: var(--portal-main-color);
color: var(--portal-main-contrast);
background-color: var(--portal-main-color);
font-weight: bold;
}
.stakeholder-section .uk-card {
border-radius: 20px;
color: currentColor;
font-family: "Roboto", sans-serif;
padding: 70px 20px;
}
.stakeholder-section .uk-card img {
max-height: 60px;
}
@media only screen and (max-width:639px) {
.stakeholder-section .uk-subnav-pill {
flex-wrap: nowrap;
overflow-x: auto;
}
}