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:
parent
200aca29de
commit
7cb11c22e4
21
client/resources/sass/components/_content.scss
vendored
21
client/resources/sass/components/_content.scss
vendored
@ -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,13 +307,18 @@ main {
|
||||
|
||||
@include transition(opacity, bottom);
|
||||
|
||||
|
||||
&:hover {
|
||||
.logged & {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
&:active {
|
||||
.logged & {
|
||||
opacity: .7 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include media(3) {
|
||||
//opacity: 1 !important;
|
||||
@ -407,6 +420,12 @@ main {
|
||||
}
|
||||
}
|
||||
|
||||
.version-wrap {
|
||||
float: left;
|
||||
width: 100%;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
float: left;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user