¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

@@ -1,19 +1,21 @@
.panel-wrap {
.panel {
margin-bottom: 15px;
box-shadow: none;
box-shadow: none;
border: 1px solid #e9e9e9;
border-radius: 3px;
.panel-header {
font-size: 16px;
font-weight: 500;
padding: 15px;
background: #f6f6f7;
border-bottom: 1px solid #e9e9e9;
.drag-icon {
.drag-handle {
font-size: 16px;
display: inline-block;
margin: 2px 10px 0 0;
margin: 3px 10px 0 0;
color: #737881;
cursor: move;
white-space: nowrap;
@@ -21,19 +23,24 @@
> i {
float: left;
&:last-child {
&:last-child {
margin-left: 1px;
}
}
}
.btn {
color: #737881;
padding: 0;
background: transparent;
i {
-webkit-text-stroke: 1px #f6f6f7;
}
&:hover {
color: #333333;
}
}
}
@@ -41,7 +48,7 @@
position: relative;
padding: 15px;
}
.panel-image {
position: absolute;
left: 15px;
@@ -101,4 +108,4 @@
}
}
}
}
}