20 lines
362 B
CSS
20 lines
362 B
CSS
|
.card-proj-jump {
|
||
|
width: 224px;
|
||
|
padding: 10px 15px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.card-proj-jump .title {
|
||
|
font-size: 18px;
|
||
|
font-weight: bold;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.card-proj-jump .desc {
|
||
|
margin: 5px 0 10px 0;
|
||
|
max-height: 36px;
|
||
|
line-height: 18px;
|
||
|
color: var(--color-note);
|
||
|
}
|