Skip to content

Commit

Permalink
Update _manage-jenkins.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 29, 2024
1 parent 7cc0446 commit 0670eba
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions war/src/main/scss/pages/_manage-jenkins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,33 +117,6 @@
}
}

&-slider {
display: none;
position: relative;
width: 11px;

&::after {
content: "";
position: absolute;
top: calc(50% - 20px);
left: calc(50% - 1.5px);
width: 3px;
height: 40px;
background: currentColor;
border-radius: 2px;
opacity: 0.5;
transition: var(--standard-transition);
}

&:hover {
cursor: ew-resize;

&::after {
opacity: 1;
}
}
}

&-preview {
display: flex;
align-items: center;
Expand Down Expand Up @@ -247,7 +220,8 @@

.document {
width: 70ch;
background: var(--item-background--hover);
background: var(--card-background);
border: var(--card-border-width) solid var(--card-border-color);
padding: var(--section-padding);
border-radius: 10px;
line-height: 1.66;
Expand Down

0 comments on commit 0670eba

Please sign in to comment.