cms/app-client/app/styles/results.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 24 Jun 2016 02:00:50 +0200
changeset 203 2ee21302dc47
parent 196 7550cb541901
permissions -rw-r--r--
Set application date property and filter date property observer Add color tags to filter component

.result-header,
.result-list{
  background-color: #eeeeee;
}

.result-header{
  flex: 0 1 auto;
  float: left;
  padding: 0 10px;
}

.result-header .filters{
  display: inline-block;
  border-radius: 5px;
  padding: 1px 5px;
  color: #fff;
}

.result-list{
  flex: 1 1 auto;
  float: left;
  overflow: auto;
  border: none;
  background: #eeeeee;
  padding: 5px 10px;
}


.playlist-component ul li.show-more {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 1rem 0rem;
  z-index: 200;
}

.result-item.playing .playing-indicator {
  background: rgba(0, 0, 0, 0) url("images/equalizer.png") no-repeat scroll 0 0 / 15px auto;
  height: 14px;
  margin: 2px 7px;
  width: 15px;
}
.result-item.playing .playing-indicator:before {
  content: none;
}

.result-item button{
  margin-top: 10px;
}