Skip to content

Commit

Permalink
Added - Changelog updtated
Browse files Browse the repository at this point in the history
  • Loading branch information
NirajChaudhary143 committed Aug 2, 2024
2 parents fdc61ca + 366d0fd commit 456e7b0
Show file tree
Hide file tree
Showing 23 changed files with 548 additions and 167 deletions.
79 changes: 75 additions & 4 deletions assets/css/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9274,6 +9274,7 @@
&--field {
flex: 2;
}

}
}

Expand Down Expand Up @@ -9532,7 +9533,7 @@

.ps__rail {
&-x {
display: none;
display: none;
}
}
}
Expand Down Expand Up @@ -9583,13 +9584,13 @@
display: flex;
align-items: center;
gap: 6px;

.evf-toggle-section {
.everest-forms-toggle-form {
margin: 0;
}
}

.everest-forms-toggle-text {
font-size: 14px;
line-height: 24px;
Expand Down Expand Up @@ -9697,6 +9698,8 @@
}
}



fieldset {
> label {
font-size: 14px;
Expand Down Expand Up @@ -9960,6 +9963,74 @@
height: 14px;
}
}
.everest-forms-custom-image-delete , .evf-image-container {

object-fit: cover;
display: inline-flex;
position: relative;
border-radius: 8px;
height: 100px;
width: auto;
overflow: hidden;
object-fit: cover;
object-position: center;
margin:auto;
display: inline-flex;
position: relative;
justify-content: center;
cursor: pointer;
user-select: none;

i {
display: none;
}

&:hover {
&::before {
content: "";
background: #000;
position: absolute;
width: 100%;
height: 100%;
opacity: 0.6;
}

i {
position: absolute;
display: contents;

&:hover {
&::before,
&::after {
transform: translate(-50%, -50%) scale(1.1);
}
}

&::before {
content: "";
background: #d52626;
width: 42px;
height: 42px;
position: absolute;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

&::after {
content: "\e907";
position: absolute;
font-size: 22px;
color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
}

}
}
}
}
Expand Down Expand Up @@ -10148,4 +10219,4 @@
left: 435px !important;
}
}
}
}
Loading

0 comments on commit 456e7b0

Please sign in to comment.