X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-frontend%2Fclient%2Fsrc%2Fapp%2Flayout%2Fdashboard%2Fdashboard.component.scss;fp=otf-frontend%2Fclient%2Fsrc%2Fapp%2Flayout%2Fdashboard%2Fdashboard.component.scss;h=8099e27e2594d8f707381099bdf59628dd8c8c40;hb=14f6f95c84a4a1fa8774190db4a03fd0214ec55f;hp=0000000000000000000000000000000000000000;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b;p=it%2Fotf.git diff --git a/otf-frontend/client/src/app/layout/dashboard/dashboard.component.scss b/otf-frontend/client/src/app/layout/dashboard/dashboard.component.scss new file mode 100644 index 0000000..8099e27 --- /dev/null +++ b/otf-frontend/client/src/app/layout/dashboard/dashboard.component.scss @@ -0,0 +1,82 @@ +/* Copyright (c) 2019 AT&T Intellectual Property. # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +##############################################################################*/ + + + +mat-card img{ + object-fit: cover; /*this makes de image in src fit to the size of specified below*/ + width: 100%; /* Here you can use wherever you want to specify the width and also the height of the */ + margin: 0; +} + +.dropdown-toggle::after { + display:none; +} + +mat-card-content { + padding: 0px !important; + padding-top: 0px !important; +} + +.mat-icon-button { + height: 20px !important; + padding: 0px !important; +} + +.col-md-4, .col-md-5{ + padding: 0px; + margin: 0px; +} +.col-md-3{ + + padding:0px; + margin: 0px; +} + +// +.shadow{ + -moz-box-shadow: inset 0 0 0 4px #2b2b2b; + -webkit-box-shadow: inset 0 0 0 4px #2b2b2b; + box-shadow: inset 0 0 0 4px #2b2b2b; +} + +.COMPLETED-dash { + background-color: #0d47a1; + color: white; +} + +.SUCCESS-dash { + background-color: #199700; + color: white; +} + +.FAILURE-dash { + background-color: #dd2c00 !important; + color: white; +} + +.STOPPED-dash { + background-color: #ff9100; + color: white; +} + +.UNAUTHORIZED-dash { + background-color: #000000; + color: white; +} + +.UNKNOWN-dash { + background-color: White; +} \ No newline at end of file