[UI Work] Artist Detail Page, Album Studio, Wanted, NavSearch, Rename

This commit is contained in:
Qstick
2017-09-11 23:11:32 -04:00
parent 456ead09da
commit 0054226307
93 changed files with 590 additions and 603 deletions
@@ -0,0 +1,34 @@
.result {
display: flex;
padding: 3px;
cursor: pointer;
}
.poster {
width: 35px;
height: 50px;
}
.titles {
flex: 1 1 1px;
}
.title {
flex: 1 1 1px;
margin-left: 5px;
}
.alternateTitle {
flex: 1 1 1px;
margin-left: 5px;
color: $disabledColor;
font-size: $smallFontSize;
}
@media only screen and (max-width: $breakpointSmall) {
.titles,
.title,
.alternateTitle {
composes: truncate from 'Styles/Mixins/truncate.css';
}
}