added new field indicator

This commit is contained in:
Gani Georgiev
2023-03-23 10:37:38 +02:00
parent 9736a45e80
commit 0710214701
2 changed files with 16 additions and 2 deletions
+11
View File
@@ -20,6 +20,17 @@
.form-field {
margin: 0;
}
.field-type-icon.new:after {
$size: 4px;
content: "";
position: absolute;
left: -6px;
top: 9px;
width: $size;
height: $size;
border-radius: $size;
background: var(--baseAlt4Color);
}
.options-trigger {
i {
transition: transform var(--baseAnimationSpeed);