ux: search progress

This commit is contained in:
Torkel Ödegaard
2017-11-01 20:26:14 +01:00
parent b9d6c97147
commit f4d0e2caee
5 changed files with 17 additions and 11 deletions

View File

@@ -21,7 +21,6 @@
// Base modal
.modal {
position: fixed;
overflow: hidden;
z-index: $zindex-modal;
width: 100%;
background-color: $panel-bg;

View File

@@ -134,13 +134,13 @@
background-color: $tight-form-func-bg;
}
.fa-star, .fa-star-o {
padding-left: 13px;
}
.fa-star {
color: $orange;
}
// .fa-star, .fa-star-o {
// padding-left: 13px;
// }
//
// .fa-star {
// color: $orange;
// }
}
.search-item__title {
@@ -154,6 +154,7 @@
padding: 5px;
flex: 0 0 auto;
font-size: 19px;
padding: 5px 2px 5px 10px;
}
.search-item__tags {