2 * ========================LICENSE_START=================================
5 * Copyright (C) 2019 AT&T Intellectual Property and Nokia
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 * ========================LICENSE_END===================================
24 grid-template-columns: auto;
25 grid-template-rows: 0.5fr auto;
34 mat-sidenav-container, mat-sidenav-content, mat-sidenav {
51 .side-menu__container {
62 .side-menu__container-active {
66 .side-menu__container::before {
75 background-color: #0c1066;
77 transition: opacity 300ms linear;
81 .side-menu__container-active::before {
86 box-sizing: border-box;
87 transform: translateX(-103%);
95 background-color: white;
96 box-shadow: 0 0 2rem rgba(0, 0, 255, 0.1);
98 grid-template-columns: 1fr;
99 grid-template-rows: 2fr 4fr 1fr;
101 transition: transform 300ms linear;
102 will-change: transform;
110 background: linear-gradient(to right, #00FF9B, #5f84fb);
112 grid-template-rows: 1fr 4fr;
113 grid-template-columns: 1fr 4fr;
114 grid-template-areas: "greeting greeting" "image details";
115 box-sizing: border-box;
117 align-content: center;
119 box-shadow: 0 0.5rem 2rem rgba(0, 0, 255, 0.2);
137 letter-spacing: 0.15rem;
138 text-transform: uppercase;
140 justify-self: center;
154 margin-bottom: 0.5rem;
159 letter-spacing: 0.1rem;
167 .profile-image__container {
169 margin-right: 0.5rem;
175 justify-content: center;
177 background-color: white;
188 background-size:cover;
190 background-image:url('../assets/intelligence.png');
191 background-position:50% 50%;
198 grid-template-columns: 1fr 1fr 0.25fr;
199 grid-template-rows: 1fr;
200 box-shadow: 0 0 2rem rgba(0, 0, 255, 0.1);
204 transition: background-color 500ms linear;
205 animation: fadein 1s ease-in-out 0ms 1;
209 background-color: #2B244D;
213 .toggle-button__container {
219 .mode-toggle__input {
220 -webkit-appearance: none;
221 -moz-appearance: none;
227 border-radius: 0.5rem;
228 background-color: rgba(0, 0, 0, 0.5);
229 display: inline-block;
230 transition: background-color 300ms linear;
233 .mode-toggle__circle {
236 background-color: #2B244D;
240 box-shadow: 0 0 0 rgba(0, 0, 255, 0.5);
241 transition: left 300ms linear;
245 .mode-toggle__circle-checked {
246 background-color: white;
250 .mode-toggle__bg-checked {
251 background-color: #FF0070;
256 text-transform: uppercase;
257 letter-spacing: 0.1rem;
263 grid-template-rows: 1fr;
264 grid-template-columns: 1fr 1fr;
270 grid-template-rows: 1fr;
271 grid-template-columns: 1fr 1fr 1fr;
276 text-transform: uppercase;
277 letter-spacing: 0.1rem;
287 padding: 0.5rem 1.5rem;
305 .hamburger__icon__fill {
309 .hamburger__icon__fill-dark {
324 .main__container__body {
325 min-height: calc(100vh - 140px);
328 .main-container__bg {
335 transition: opacity 300ms linear;
338 .main-container__bg-dark {
340 background: linear-gradient(to bottom, #B290FF, #2E1D65);
341 transition: opacity 300ms linear;
350 background: transparent;
357 background-color: #2B244D;
361 .main-footer__bg-dark {
363 background: linear-gradient(to bottom, #B290FF, #2E1D65);
364 transition: opacity 300ms linear;
367 @media only screen and (max-width: 300px) {