4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-06-13 22:39:23 +08:00
iczer 4063a4f08a feat: add global night mode; 🌟
新增:全局夜晚模式;
2020-07-06 21:52:36 +08:00

60 lines
981 B
Plaintext

.project-list {
.card-title {
span{
vertical-align: middle;
&:last-child{
margin-left: 12px;
}
}
}
.project-item {
display: flex;
justify-content: space-between;
margin-top: 8px;
overflow: hidden;
font-size: 12px;
color: inherit;
.group{
color: @text-color;
flex: 1 1 0;
&:hover {
color: @primary-color;
}
}
.datetime {
color: @text-color-second;
flex: 0 0 auto;
}
}
.ant-card-meta-description {
height: 44px;
line-height: 22px;
overflow: hidden;
}
}
.item-group{
padding: 20px 0 8px 24px;
font-size: 0;
a{
color: inherit;
display: inline-block;
font-size: 14px;
margin-bottom: 13px;
width: 25%;
}
}
.members {
a {
display: block;
margin: 12px 0;
color: @text-color;
&:hover {
color: @primary-color;
}
.member {
vertical-align: middle;
margin-left: 12px;
}
}
}