yapi/client/containers/Group/ProjectList/ProjectList.scss

50 lines
778 B
SCSS
Executable File

.ant-tabs-bar {
border-bottom: 1px solid transparent;
margin-bottom: 0;
}
.m-panel{
background-color: #fff;
padding: 24px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
border-radius: 4px;
min-height: 4.68rem;
margin-top: 0;
}
.project-list{
.project-list-header{
background: #eee;
height: 64px;
line-height: 40px;
border-radius: 4px;
text-align: right;
padding: 12px 15px;
font-weight: bold;
margin-bottom: 15px;
}
}
.ant-input-group-wrapper {
width: 100%;
}
.dynamic-delete-button {
cursor: pointer;
position: relative;
top: 4px;
font-size: 24px;
color: #999;
transition: all .3s;
}
.dynamic-delete-button:hover {
color: #777;
}
.dynamic-delete-button[disabled] {
cursor: not-allowed;
opacity: 0.5;
}