Skip to content

Commit

Permalink
Beautify styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 20, 2021
1 parent f702779 commit 73810cb
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

@import (multiple) '~@eeacms/search-less/theme.less';

@s-dark-gray: rgba(0, 0, 0, 0.87);
@s-light-gray: #edf1f2;

.sui-multi-checkbox-facet__option-input-wrapper {
max-width: 15em;
}
Expand All @@ -14,3 +17,67 @@
// white-space: nowrap;
// max-width: 15em;
}

div#page-document {
h1.documentFirstHeading {
display: none;
}

div.searchapp {
background-color: @s-light-gray;

div.sui-search-box {
div.search-input {
border-radius: 0;
}

div#archived-facet {
label {
color: @s-dark-gray !important;
}
}
}

div.filter-list {
background-color: @s-light-gray;
border-radius: 0px;

.ui.inverted.accordion .title:not(.ui) {
color: @s-dark-gray;
}

div.filter-name {
color: @s-dark-gray;
}

.ui.divider {
border-top: 1px solid #000 !important;
}

div.ui.label {
background: white;
}

button {
color: @s-dark-gray !important;
}
}

div.cards {
margin-bottom: 0px;

div.card-item {
border-radius: 0px;

div.header {
padding: 10px 0px 0px 0px;

a {
font-size: 0.9em;
font-weight: 500;
}
}
}
}
}
}

0 comments on commit 73810cb

Please sign in to comment.