discourse/app/assets/stylesheets/common/base/search.scss

209 lines
3.5 KiB
SCSS
Raw Normal View History

.fps-invalid {
margin-bottom: 1em;
}
.fps-result {
2015-07-27 05:28:10 -04:00
.author {
display: inline-block;
vertical-align: top;
}
.like-count {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-medium);
2018-01-12 17:27:38 -05:00
.fa { color: $love; font-size: $font-down-1; }
}
2015-07-27 05:28:10 -04:00
.badge-wrapper span.badge-category {
max-width: inherit;
}
.search-category {
2016-06-17 21:54:41 -04:00
padding-top:3px;
}
2015-07-27 05:28:10 -04:00
margin-bottom: 28px;
max-width: 780px;
.topic {
padding-bottom: 2px;
2016-06-17 21:54:41 -04:00
max-width:700px;
}
.avatar {
margin-right: 14px;
}
a.search-link:visited .topic-title {
2017-10-10 16:07:46 -04:00
color: $tertiary-high;
}
.search-link {
.topic-statuses, .topic-title {
2018-01-12 17:27:38 -05:00
font-size: $font-up-2;
line-height: $line-height-large;
}
.topic-statuses {
float: none;
display: inline-block;
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-medium);
2018-01-12 17:27:38 -05:00
font-size: $font-0;
}
}
.blurb {
2018-01-12 17:27:38 -05:00
font-size: $font-0;
line-height: $line-height-large;
word-wrap: break-word;
max-width: 640px;
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-medium);
2015-07-27 05:28:10 -04:00
.date {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-high);
2015-07-27 05:28:10 -04:00
}
.search-highlight {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary, $secondary-low);
}
}
.discourse-tag {
2018-01-12 17:27:38 -05:00
font-size: $font-down-1;
}
}
.fps-topic {
display: inline-block;
}
.fps-select {
margin-top: -15px;
margin-bottom: 15px;
a:hover {
color: $secondary;
background-color: $tertiary;
}
a {
margin-right: 15px;
2018-01-12 17:27:38 -05:00
font-size: $font-down-1;
padding: 2px 5px;
}
}
.search.row {
margin-bottom: 15px;
.input-xxlarge {
width: 100%;
}
.search-bar {
display: flex;
margin-bottom: 10px;
max-width: 780px;
input {
height: 22px;
padding-left: 6px;
margin: 0 5px 0 0;
}
}
.new-topic-btn {
float:right;
}
}
.no-results-suggestion {
margin-top: 30px;
}
.search-footer {
margin-bottom: 30px;
}
.panel-body-contents .search-context label {
float: left;
}
.search-title {
position: relative;
margin: 10px 0 15px;
max-width: 780px;
border-bottom: 3px solid $primary-low;
width: 100%;
.term {
font-weight: bold;
}
.result-count {
float: left;
margin-bottom: 4px;
span {
2018-01-12 17:27:38 -05:00
line-height: $line-height-large;
height: 28px;
display: inline-block;
}
}
.sort-by {
float: right;
margin-bottom: 4px;
.desc {
margin-right: 5px;
}
select {
margin-bottom: 0;
width: auto;
min-width: 150px;
}
}
}
.google-search-form {
margin-top: 2em;
}
.search-advanced {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
max-width: 780px;
.search-advanced-options {
border: 1px solid $primary-low;
padding: 0 20px;
width: 100%;
.date-picker-wrapper {
vertical-align: top;
}
@media screen and (max-width: 715px) {
padding: 0 10px;
#postTime {
margin: 0 0 5px 0;
}
}
}
.search-advanced-btn {
flex: 1 1 100%;
width: 100%;
text-align: left;
font-weight: bold;
}
.container {
display: flex;
flex: 1 1 100%;
padding: 15px 0 10px 0;
.all-tags {
margin-bottom: 0;
}
@media screen and (max-width: 600px) {
flex-wrap: wrap;
}
&:not(:first-of-type) {
border-top: 1px solid $primary-low;
}
.control-group {
flex: 1 1 100%;
@media screen and (max-width: 600px) {
margin: 0;
&:nth-of-type(2) {
margin-top: 5px;
}
}
}
}
}