forgeplus-react/src/forge/users/new_user.css

57 lines
1003 B
CSS

.new-content-flex{
width: 1200px;
margin: 20px auto;
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.list-left{
width: 26%;
padding-right: 30px;
box-sizing: border-box;
margin-bottom: 20px;
}
.list-r-Search {
width: 400px;
}
.list-right{
width:74%;
background: #fff;
padding:0px !important;
border:none!important;
}
.text-center{text-align: center;}
.mt-n15{margin-top: -15px;}
.position-relative{position: relative;}
.mr-5{margin-right: 5px;}
a.text-button-grey{
color: rgba(0, 0, 0, 0.65)
}
.user-info-star-button{margin: 20px 50px 0 50px}
.list-l-p{
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
cursor: pointer;
padding-right: 20px;
}
.fwb {
font-weight: bold;
}
.pl-10{height: 100%;}
.w-100 {
width: 100%;
}
.w-33 {
width: 33%;
}
.text-right{text-align: right;}
.bbt{border-bottom: 1px solid #e0e0e0;}