60 lines
1.3 KiB
CSS
60 lines
1.3 KiB
CSS
/*
|
|
Copyright 2014 Google Inc. All rights reserved.
|
|
|
|
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.
|
|
*/
|
|
|
|
img {
|
|
height: 100px;
|
|
width: 100px;
|
|
float: right;
|
|
background-size: 100px 100px;
|
|
margin-left: 10px;
|
|
border: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
ul {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.pod {
|
|
font-family: Roboto, Open Sans, arial;
|
|
border: 1px solid black;
|
|
border-radius: 5px;
|
|
border: 1px groove #DCDDDE;
|
|
padding: 10px;
|
|
margin: 10px;
|
|
display: inline-block;
|
|
box-shadow: 3px 3px 3px 1px #CFCFCF;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
body {
|
|
background-color: #E8E8E8;
|
|
}
|
|
|
|
.k8s-example-update-demo-card-section {
|
|
color: black;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.k8s-example-update-demo-card-section .k8s-title {
|
|
color: #7D7D7D;
|
|
}
|
|
|
|
.k8s-example-update-demo-card-section .k8s-card-id {
|
|
font-size: bigger;
|
|
}
|