Skip to content

Instantly share code, notes, and snippets.

@methyl
Created April 24, 2014 14:11
Show Gist options
  • Save methyl/11255984 to your computer and use it in GitHub Desktop.
Save methyl/11255984 to your computer and use it in GitHub Desktop.
.favorites-mobile {
.contestant-list {
margin: 0;
padding: 0;
}
.contestant-item {
position: relative;
background: rgba(white, 0.6);
border-radius: 4px;
border: 1px solid #d6d6d6;
@include pie-clearfix;
margin-bottom: 10px;
}
.contestant-mandala {
position: absolute;
right: -1px;
top: -5px;
width: 60px;
height: 60px;
background: #fefefe;
border-radius: 3px;
border: 1px solid #e8e8e8;
border-bottom-right-radius: 1px;
opacity: 0.9;
svg {
display: block;
width: 100%;
height: 100%;
}
}
.contestant-picture {
width: 100px;
height: 100px;
float: left;
border-radius: 4px;
margin-right: 10px;
text-align: center;
background: #fff;
}
.contestant-image {
height: 100%;
}
.contestant-no-picture {
line-height: 100px;
font-size: 50px;
color: #ccc;
}
.contestant-name {
font-weight: 600;
font-size: 16px;
color: #3c4043;
font-family: Exo;
position: absolute;
bottom: 5px;
left: 110px;
right: 65px;
}
.contestant-ranking {
color: #868686;
font-size: 14px;
font-weight: 600;
font-family: Exo;
margin-top: 5px;
}
ul.tabs {
padding: 0;
margin: 0;
text-align: center;
margin-bottom: 20px;
li {
display: inline-block;
padding: 0 2px;
text-transform: uppercase;
a {
color: #88aed0;
font-weight: 600;
font-size: 18px;
font-family: Exo;
&.active {
color: #1077b8;
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment