assets/scss/_custom_team.scss (228 lines of code) (raw):

.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; } } } .team-input-group { width: 300px; padding-bottom: 1em; .form-control { border: solid 1px #dfdfdf; border-radius: 3px; &:focus-visible { outline: none; box-shadow: none; } } .btn-outline-success { border: solid 1px #dfdfdf; color: #2c3e50; &:focus, &:active, &:hover { z-index: 9; background-color: #3788d0d6; border-color: #3788d0d6; color: #fff; box-shadow: none!important; } } } .contributors-wrapper { .item-wrapper { display: flex; flex-wrap: wrap; padding-bottom: 2rem; } .item { width: 33.33%; display: flex; justify-content: space-between; align-items: center; padding-right: 35px; margin-bottom: 0.4rem; .total { font-size: 16px; } &:hover { cursor: pointer; .name { color: #3176d9; } } .item-text { display: flex; align-items: center; img { margin-right: 0.3rem; } } } } .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; align-items: center; margin-top: 2rem; margin-bottom: 2rem; .modal-icon { &:hover { cursor: default; } } .modal-name { font-weight: 600; margin-left: 0.4rem; } } } 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; } } } @media (max-width: 992px) { .table-wrapper { flex-wrap: wrap; .table-box { width: 100%; &:nth-of-type(1) { margin-bottom: 12px; } } } } @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; } } } }