jam-cloud/web/app/assets/stylesheets/client/searchResults.css.scss

95 lines
1.6 KiB
SCSS

.search-result-header {
width:100%;
padding:11px 0px 11px 0px;
background-color:#4c4c4c;
min-height:20px;
overflow-x:hidden;
margin-top: 30px;
}
a.search-nav {
font-size:13px;
color:#fff;
text-decoration:none;
margin-right:40px;
float:left;
font-weight:200;
padding-bottom:4px;
}
a.search-nav.active, a.search-nav.active:hover {
font-weight:700;
border-bottom:solid 3px #ed3618;
}
a.search-nav:hover {
border-bottom: dotted 2px #ed3618;
}
.search-result {
width:193px;
min-height:85px;
background-color:#242323;
position:relative;
float:left;
margin:10px 20px 10px 0px;
padding-bottom:5px;
}
.search-connected {
background-color:#4c4c4c;
width:193px;
min-height:85px;
position:relative;
float:left;
margin:10px 20px 10px 0px;
padding-bottom:5px;
font-size:11px;
text-align:center;
vertical-align:middle;
}
.search-connected a {
color:#B3DD15;
}
.search-band-genres {
float:left;
width:40%;
font-size:10px;
margin-left:10px;
padding-right:5px;
}
.search-result-name {
float:left;
font-size:12px;
margin-top:12px;
font-weight:bold;
}
.search-result-location {
font-size:11px;
color:#D5E2E4;
font-weight:200;
}
.avatar-small {
float:left;
padding:1px;
width:36px;
height:36px;
background-color:#ed3618;
margin:10px;
-webkit-border-radius:18px;
-moz-border-radius:18px;
border-radius:18px;
}
.avatar-small img {
width: 36px;
height: 36px;
-webkit-border-radius:18px;
-moz-border-radius:18px;
border-radius:18px;
}