Skip to content

Commit

Permalink
Refs #139198 - Replace New ribbon with simple label.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 28, 2021
1 parent 398e8cc commit 0c6cd02
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,6 @@ div#page-document {
img {
padding: 10px;
}

div.ribbon {
position: absolute;
margin-top: 5px;
transform: translateX(-100%) translateX(-18px);
}
}

div.col-right {
Expand All @@ -238,6 +232,11 @@ div#page-document {
margin: 0px 0px 10px 0px;
}

h4 div.label.new-item {
padding: 5px 6px 4px 5px;
font-size: 70%;
}

p {
color: rgba(0, 0, 0, 0.4);
font-size: 12.8px;
Expand Down Expand Up @@ -298,11 +297,3 @@ div#page-document {
}
}
}

@media only screen and (min-width: 580px) {
div.col-right {
h4 {
padding-right: 70px;
}
}
}

0 comments on commit 0c6cd02

Please sign in to comment.