aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/resources
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-03-21 08:13:32 +0000
committerGerrit Code Review <gerrit@onap.org>2023-03-21 08:13:32 +0000
commit9b360f4198b39a49ee9a53b9d0f698f9849196b2 (patch)
tree759f1b5b7f0f78217976dc47bb4b6b1ae4d9447f /kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/resources
parent0879dfcaad420fcc7a6adc77b2b9c72b9522e3cb (diff)
parent353a8c92280d3a92133ea077e5160f5b93774556 (diff)
Merge "[A1P] Chart Cleanup from TLS/AAF"
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/resources')
0 files changed, 0 insertions, 0 deletions
lor: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/*
============LICENSE_START==========================================
===================================================================
Copyright (C) 2018-19 IBM Intellectual Property. All rights reserved.
===================================================================

Unless otherwise specified, all software contained herein is licensed
under the Apache License, Version 2.0 (the License);
you may not use this software 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.
============LICENSE_END============================================
*/

.outerDiv {
    display: flex;
    // align-items: center;
    // justify-content: center;
    margin: 1px;
    padding: 16px;
    border-radius: 8px;
  }

  .divone {
    height: 100%;
    width: 18%;
    background-color: #D7D1D1;
  }
.divtwo {
  height: 100%;
    width: 100%;
    background-color: #D7D1D1;
}
.divThree{
  width: 30%;
  height: 100%;
  background-color: #D7D1D1;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 53px;
  margin: 2px;
  text-align: center;
  line-height: 53px;
  font-size: 13px;
}
.cnv
{
  background-image: url('http://i.imgur.com/M3PFd.png');
  background-position: 39px 32px;
  background-repeat: repeat;
  width: 100%
}
.designerTmp {
  display: flex; 
  flex-direction: row; 
  height: 490px;
  width: 100%
}