forked from Gitlink/forgeplus-react
102 lines
1.4 KiB
CSS
102 lines
1.4 KiB
CSS
.background-f {
|
|
background: #fff;
|
|
}
|
|
.newMain{background: transparent!important;}
|
|
.background-g {
|
|
background: #fafafa;
|
|
}
|
|
.pt-15 {
|
|
padding-top: 15px;
|
|
}
|
|
.mr-4{margin-right: 4px;}
|
|
.pb-10 {
|
|
padding-bottom: 10px;
|
|
}
|
|
.plr-20 {
|
|
padding: 0 20px;
|
|
}
|
|
/* .font-18 {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
} */
|
|
.font-12 {
|
|
font-size: 12px;
|
|
}
|
|
.font-15 {
|
|
font-size: 15px;
|
|
}
|
|
.border-b-line {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.list-item {
|
|
width: 100%;
|
|
}
|
|
.w-100 {
|
|
width: 100%;
|
|
}
|
|
.w-25 {
|
|
width: 25%;
|
|
}
|
|
.p-10 {
|
|
padding: 10px;
|
|
}
|
|
.pd-105 {
|
|
padding: 15px 10px;
|
|
}
|
|
.grid-item {
|
|
display: grid !important;
|
|
align-items: center;
|
|
grid-template-columns: max-content 1fr;
|
|
}
|
|
.avatar-60 {
|
|
height: 60px;
|
|
width: 60px;
|
|
border-radius: 50%;
|
|
}
|
|
.text-primary {
|
|
color: #5091ff !important;
|
|
}
|
|
.text-primary:hover {
|
|
color: #2878ff !important;
|
|
}
|
|
.text-yellow{
|
|
color: #FFA802 !important
|
|
}
|
|
.text-gray {
|
|
color: #888888;
|
|
}
|
|
.ml12 {
|
|
margin-left: 12px;
|
|
}
|
|
.user-join-time {
|
|
font-size: 14px !important;
|
|
color: #60b25e;
|
|
}
|
|
.btn-cir-grey {
|
|
background: rgba(250, 250, 250, 1);
|
|
color: #888888;
|
|
font-weight: normal;
|
|
border: 1px solid rgba(238, 238, 238, 1);
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
}
|
|
.wd-75 {
|
|
width: 75px;
|
|
}
|
|
.pbt15 {
|
|
padding: 15px 0;
|
|
}
|
|
.pbt25 {
|
|
padding: 25px 0;
|
|
}
|
|
.mlr10 {
|
|
margin: 0 15px;
|
|
}
|
|
.user-list-items {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: inline-block;
|
|
}
|
|
.max-w-200{max-width: 200px;}
|
|
.inline-block{display: inline-block;}
|