Skip to content

Commit

Permalink
Adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 28, 2021
1 parent d198974 commit cefcccc
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,23 @@ body.searchlib-page {
font-size: 0.8em;
}

// results
div.label.new-item {
display: inline-block;
padding: 0.3em !important;
margin-left: 0.3em !important;
background: @s-light-orange;
color: @s-dark-orange;
font-size: 70%;
}

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

div#page-document {
h1.documentFirstHeading {
display: none;
Expand Down Expand Up @@ -184,7 +201,7 @@ div#page-document {
box-shadow: none;

div.content {
padding: 10px;
padding: 0.5em;

div.header {
padding: 0px;
Expand Down Expand Up @@ -718,20 +735,6 @@ div#page-document {
margin: 0px 0px 10px 0px;
}

h3 div.label.new-item {
padding: 4px 5px 4px 4px;
background: @s-light-orange;
color: @s-dark-orange;
font-size: 70%;
}

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

p {
color: @s-dark-gray;
font-size: 12.8px;
Expand Down Expand Up @@ -999,6 +1002,8 @@ div.ui.modal.facet {
margin-top: 3em;

.answers__loading {
margin-bottom: 2em !important;

.progress {
height: 3px;
margin-top: 1em;
Expand Down

0 comments on commit cefcccc

Please sign in to comment.