blob: 11a0daec4a376efa21ca65055ba220136e225b5f [file] [log] [blame]
.td-team {
h2 {
border-bottom: 0;
}
.hide {
display: none;
}
.show {
display: block;
}
.fa-angle-right {
color: #1F1F20;
}
.total {
display: inline-block;
font-weight: normal;
font-size: 26px;
padding: 5px 6px;
color: #909094;
text-align: center;
}
.skywalking-team {
text-align: center;
font-size: 16px;
.text-box {
max-width: 1000px;
margin: 0 auto;
}
.appreciate {
position: relative;
max-width: 800px;
min-height: 240px;
overflow: hidden;
padding: 4px 24px 60px;
background: radial-gradient(50% 31.04% at 50% 100%, rgba(0, 134, 255, 0.15) 0%, rgba(0, 134, 255, 0) 98.96%);
border: 1px solid #DADDE0;
box-sizing: border-box;
border-radius: 6px;
margin: 40px auto 20px;
.deco-img {
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
&:hover {
cursor: default;
}
}
}
}
.table-wrapper {
display: flex;
justify-content: space-between;
overflow: hidden;
.table-box {
border-radius: 6px;
border: solid 1px #dfdfdf;
width: 49.3%;
.icon-twitter {
color: #3176d9;
}
}
table {
width: 100%;
margin: 0;
thead tr {
border-bottom: 1px solid #dfdfdf;
}
th, td, tr {
border: 0;
}
}
}
.contributors-wrapper {
.item-wrapper {
display: flex;
flex-wrap: wrap;
row-gap: 0.25rem;
padding-bottom: 2rem;
}
.item {
width: 33.33%;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 35px;
.total {
font-size: 16px;
}
&:hover {
cursor: pointer;
.name {
color: #3176d9;
}
}
.item-text {
display: flex;
gap: 0.75rem;
align-items: center;
}
}
}
.modal-wrapper {
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 0px;
display: none;
z-index: 99999;
.modal-inner {
max-width: 80%;
padding: 40px;
height: 600px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #fff;
border-radius: 6px;
display: flex;
flex-direction: column;
.modal-detail {
overflow-y: scroll;
}
.modal-name-box {
display: flex;
gap: 0.5rem;
align-items: center;
margin-top: 2rem;
margin-bottom: 2rem;
.modal-icon {
&:hover {
cursor: default;
}
}
.modal-name {
font-weight: 600;
}
}
}
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
li {
position: relative;
border: 1px solid #eaecef;
border-radius: 4px;
padding: 4px 7px;
box-shadow: #f8f9fa 0px 1px 2px 0px;
a {
color: #2c3e50;
}
}
}
.graph-wrapper {
display: flex;
.graph-img {
width: 50%;
position: relative;
&:last-child {
padding: 30px 0;
}
.txt {
position: absolute;
top: 0;
left: 20px;
font-size: 12px;
}
}
}
#mergedGraph {
width: 100%;
height: 100%;
}
@media (max-width: 992px) {
.table-wrapper {
flex-wrap: wrap;
.table-box {
width: 100%;
&:nth-of-type(1) {
margin-bottom: 12px;
}
}
}
.graph-wrapper {
flex-wrap: wrap;
.graph-img {
width: 100%;
&:last-child {
padding-top: 61.3%;
}
#mergedGraph {
position: absolute;
left: 0;
top: 0;
}
.txt {
font-size: 9px;
}
}
}
}
@media (max-width: 1200px) {
.contributors-wrapper {
.item {
width: 50% !important;
}
}
}
@media (max-width: 768px) {
.contributors-wrapper {
.item {
width: 100% !important;
padding-right: 0;
}
}
.modal-wrapper {
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 0px;
display: none;
z-index: 99999;
.modal-inner {
max-width: 90%;
padding: 20px;
}
}
}
}