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

50 lines
778 B
SCSS
Raw Normal View History

2017-08-11 17:47:25 +08:00
.ant-tabs-bar {
border-bottom: 1px solid transparent;
margin-bottom: 0;
}
2017-09-13 17:09:06 +08:00
2017-08-11 17:47:25 +08:00
.m-panel{
2017-08-10 21:20:57 +08:00
background-color: #fff;
padding: 24px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
border-radius: 4px;
2017-08-24 18:06:38 +08:00
min-height: 4.68rem;
2017-08-11 17:47:25 +08:00
margin-top: 0;
2017-08-10 21:20:57 +08:00
}
2017-09-13 17:09:06 +08:00
.project-list{
.project-list-header{
background: #eee;
2017-09-13 17:17:18 +08:00
height: 64px;
2017-09-13 17:09:06 +08:00
line-height: 40px;
border-radius: 4px;
text-align: right;
2017-09-13 17:17:18 +08:00
padding: 12px 15px;
font-weight: bold;
2017-09-13 17:09:06 +08:00
margin-bottom: 15px;
}
}
2017-08-10 21:20:57 +08:00
.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;
}