1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-21 09:19:16 +08:00

84 lines
1.5 KiB
SCSS
Raw Normal View History

2023-02-14 15:33:23 +08:00
.install-card {
margin-top: 10px;
cursor: pointer;
2023-01-16 15:30:24 +08:00
padding: 10px;
.a-detail {
height: 100%;
width: 100%;
.d-name {
height: 20%;
.name {
font-weight: 500;
font-size: 18px;
2023-02-14 14:17:22 +08:00
color: var(--panel-text-color);
}
.status {
margin-left: 10px;
}
.h-button {
float: right;
margin-right: 10px;
}
}
.d-description {
margin-top: 10px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
.el-tag {
margin-right: 5px;
}
.description {
margin-top: 10px;
font-size: 14px;
2023-02-17 16:39:54 +08:00
color: var(--el-text-color-regular);
}
}
.d-button {
margin-top: 10px;
2023-03-01 16:18:10 +08:00
min-width: 440px;
}
}
2023-02-10 17:40:15 +08:00
&:hover {
background-color: rgba(0, 94, 235, 0.03);
}
}
.table-button {
display: inline;
margin-right: 5px;
}
.app-divider {
margin-top: 5px;
border: 0;
2023-02-10 17:40:15 +08:00
border-top: var(--panel-border);
}
2023-02-01 15:50:39 +08:00
.update-prompt {
text-align: center;
2023-02-03 13:59:17 +08:00
margin-top: 100px;
2023-02-01 15:50:39 +08:00
span {
color: #bbbfc4;
}
2023-02-03 13:59:17 +08:00
img {
width: 300px;
height: 300px;
}
2023-02-01 15:50:39 +08:00
}
.tag-button {
margin-right: 10px;
&.no-active {
background: none;
border: none;
}
}