Skip to content

Commit

Permalink
Refs #140518 - More like this - update styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 4, 2021
1 parent d83a4fc commit 60cf079
Showing 1 changed file with 8 additions and 32 deletions.
40 changes: 8 additions & 32 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@ div#page-document {
}
}

div.mlt-filter {
img {
width: 100%;
height: auto;
max-width: 200px;
}
}

.card .meta {
color: @s-medium-gray2 !important;
}
Expand Down Expand Up @@ -264,38 +272,6 @@ div#page-document {
}
}

div.mlt-card {
width: calc(100% - 18px);
float: left;

div.col-left {
width: calc(100% - 100px);
padding-right: 2em;
float: left;

div.meta {
margin-bottom: 10px;
font-size: 12px !important;
}

h4 {
margin: 0px 0px 10px 0px;
}
}

div.col-right {
width: 100px;
float: right;

img {
position: relative;
top: 10px;
width: 100px;
height: auto;
}
}
}

div.sui-search-box {
padding-top: 10px;
margin: 2em 0 1em 0;
Expand Down

0 comments on commit 60cf079

Please sign in to comment.