1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-14 22:22:39 +01:00

change css for season on item

This commit is contained in:
devfake 2016-11-29 13:33:56 +01:00
parent 200aca29de
commit 7cb11c22e4

View File

@ -47,10 +47,18 @@ main {
}
.show-episode {
opacity: .9;
bottom: 24px;
}
}
.guest & {
.show-episode {
opacity: .9;
cursor: default;
}
}
.recommend-item,
.remove-item {
opacity: .9;
@ -287,7 +295,7 @@ main {
position: absolute;
bottom: 0;
right: 0;
opacity: .9;
opacity: 0;
background: $main2;
background: linear-gradient(to right, $main1, $main2);
padding: 3px 6px;
@ -299,12 +307,17 @@ main {
@include transition(opacity, bottom);
&:hover {
opacity: 1 !important;
.logged & {
opacity: 1 !important;
}
}
&:active {
opacity: .7 !important;
.logged & {
opacity: .7 !important;
}
}
@include media(3) {
@ -407,6 +420,12 @@ main {
}
}
.version-wrap {
float: left;
width: 100%;
color: gray;
}
.checkbox {
float: left;
width: 100%;