ttk-app-core
Version:
@ttk/recat enterprise develop framework
29 lines (28 loc) • 500 B
text/less
.home-card {
ul {
padding: 0;
li {
background: #f9f8fa;
height: 60px;
margin-bottom: 5px;
list-style: none;
display: flex;
i {
background: rgb(30, 181, 173);
height: 60px;
display: inline-block;
width: 5px;
margin-right: 28px;
}
.list-title {
padding: 5px 0;
}
.list-link {
padding-left: 10px;
a {
text-decoration: underline;
}
}
}
}
}