mirror of
https://github.com/vee1e/kubearmor-client.git
synced 2026-09-04 19:58:09 +00:00
145 lines
No EOL
2.6 KiB
CSS
145 lines
No EOL
2.6 KiB
CSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
body {
|
|
font-size: 14px;
|
|
}
|
|
.div-main {
|
|
position: relative;
|
|
top: 75px;
|
|
}
|
|
.v38_6837 {
|
|
width: 288px;
|
|
height: 57px;
|
|
background: url("./v38_6837.png");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
opacity: 1;
|
|
position: relative;
|
|
top: 15px;
|
|
left: 38px;
|
|
overflow: hidden;
|
|
}
|
|
.v38_6848 {
|
|
color: rgba(11,66,150,1);
|
|
font-family: Red Hat Display;
|
|
font-weight: Medium;
|
|
font-size: 14px;
|
|
opacity: 1;
|
|
}
|
|
.v38_6859 {
|
|
width: 60px;
|
|
height: 23px;
|
|
background: rgba(244,221,221,1);
|
|
padding: 2px 12px;
|
|
opacity: 1;
|
|
position: relative;
|
|
border-top-left-radius: 8px;
|
|
border-top-right-radius: 8px;
|
|
border-bottom-left-radius: 8px;
|
|
border-bottom-right-radius: 8px;
|
|
overflow: hidden;
|
|
}
|
|
.v38_6860 {
|
|
width: 36px;
|
|
color: rgba(131,0,0,1);
|
|
position: relative;
|
|
font-family: Red Hat Display;
|
|
font-weight: Medium;
|
|
font-size: 14px;
|
|
opacity: 1;
|
|
text-align: left;
|
|
}
|
|
.v38_6985 {
|
|
width: 59px;
|
|
height: 23px;
|
|
background: rgba(244,232,221,1);
|
|
padding: 2px 12px;
|
|
opacity: 1;
|
|
position: relative;
|
|
border-top-left-radius: 8px;
|
|
border-top-right-radius: 8px;
|
|
border-bottom-left-radius: 8px;
|
|
border-bottom-right-radius: 8px;
|
|
overflow: hidden;
|
|
}
|
|
.v38_6986 {
|
|
width: 35px;
|
|
color: rgba(216,111,14,1);
|
|
position: relative;
|
|
font-family: Red Hat Display;
|
|
font-weight: Medium;
|
|
font-size: 14px;
|
|
opacity: 1;
|
|
text-align: left;
|
|
}
|
|
|
|
.v38_6838 {
|
|
width: 482px;
|
|
color: rgba(11,66,150,1);
|
|
position: absolute;
|
|
top: 75px;
|
|
left: 515px;
|
|
font-family: Red Hat Display;
|
|
font-weight: Bold;
|
|
font-size: 26px;
|
|
opacity: 1;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
}
|
|
.v38_7029 {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url("./v38_7029.png");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: contain;
|
|
opacity: 1;
|
|
position: fixed;
|
|
overflow: hidden;
|
|
}
|
|
.v38_7030 {
|
|
color: #0b4296;
|
|
font-family: 'Red Hat Display';
|
|
font-weight: Bold;
|
|
}
|
|
#wrapper {
|
|
text-align: center;
|
|
overflow: hidden;
|
|
width: fit-content;
|
|
color: rgba(0,0,0,1);
|
|
font-weight: bolder;
|
|
font-size: 26px;
|
|
opacity: 1;
|
|
position: relative;
|
|
top: 15px;
|
|
font-family: "Red Hat Display";
|
|
}
|
|
#wrapper h1 {
|
|
margin-top: 50px;
|
|
font-size: 45px;
|
|
color: #585858;
|
|
overflow: hidden;
|
|
}
|
|
#wrapper h1 p {
|
|
font-size: 20px;
|
|
}
|
|
#table_detail {
|
|
height: max-content;
|
|
width: 70%;
|
|
text-align: left;
|
|
border-collapse: collapse;
|
|
color: #2E2E2E;
|
|
border: #A4A4A4;
|
|
overflow: hidden;
|
|
font-size: 14px;
|
|
}
|
|
#table_detail tr:hover {
|
|
background-color: #F2F2F2;
|
|
overflow: hidden;
|
|
}
|
|
#table_detail .hidden_row {
|
|
display: none;
|
|
overflow: hidden;
|
|
} |