Skip to content

Commit

Permalink
Added style for expired ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Oct 6, 2021
1 parent b9c3df0 commit 9929208
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
@sf-medium-gray2: #606060;
@sf-dark-gray: #303030;

@s-light-blue: #6cbbf6;
@s-dark-blue: #184799;
.sui-multi-checkbox-facet__option-input-wrapper {
max-width: 15em;
}
Expand Down Expand Up @@ -371,6 +373,13 @@ div#page-document {
font-size: 70%;
}

h4 div.label.archived-item {
padding: 5px 6px 4px 5px;
background: @s-light-blue;
color: @s-dark-blue;
font-size: 70%;
}

p {
color: @s-dark-gray;
font-size: 12.8px;
Expand Down

0 comments on commit 9929208

Please sign in to comment.