blob: a47ec1f3f282f8597ce10b51523cf8195f3cbf09 [file] [log] [blame]
/*
* Copyright 2017-present Open Networking Foundation
* 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.
*/
/*$brand-primary: $cord-red;*/
service-map {
width: 100%;
height: 100px;
display: block; }
service-map .node rect {
fill: #fff;
stroke-width: 2px; }
service-map .node.uni rect {
stroke: #CE5650; }
service-map .node.uni path {
fill: #902d28; }
service-map .node.service rect {
stroke: #337ab7; }
service-map .node.service path {
fill: #1d4568; }
service-map .node text {
font: 12px sans-serif; }
service-map .link {
fill: none;
stroke: #ccc;
stroke-width: 1; }