|
|
@ -22,6 +22,8 @@ |
|
|
height: 290px; |
|
|
height: 290px; |
|
|
overflow: auto; |
|
|
overflow: auto; |
|
|
clear: both; |
|
|
clear: both; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
flex-wrap: wrap; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.#{$am-prefix}assets-header { |
|
|
.#{$am-prefix}assets-header { |
|
|
@ -33,7 +35,8 @@ |
|
|
width: 70%; |
|
|
width: 70%; |
|
|
float: left; |
|
|
float: left; |
|
|
} |
|
|
} |
|
|
button{ |
|
|
|
|
|
|
|
|
button { |
|
|
width: 25%; |
|
|
width: 25%; |
|
|
float: right; |
|
|
float: right; |
|
|
} |
|
|
} |
|
|
@ -43,75 +46,87 @@ |
|
|
padding: 6px; |
|
|
padding: 6px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.#{$am-prefix}assets-cont { |
|
|
.#{$am-prefix}preview-cont { |
|
|
background-color: $mainDklColor; |
|
|
position: relative; |
|
|
border-radius: 3px; |
|
|
height: 70px; |
|
|
box-sizing: border-box; |
|
|
width: 30%; |
|
|
padding: 10px; |
|
|
background-color: $mainColor; |
|
|
width: 45%; |
|
|
border-radius: 2px; |
|
|
float:right; |
|
|
float: left; |
|
|
height: 325px; |
|
|
|
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
##{$am-prefix}preview-cont{ |
|
|
.#{$am-prefix}preview { |
|
|
position: relative; |
|
|
position: absolute; |
|
|
height: 70px; width: 30%; |
|
|
background-position: center center; |
|
|
background-color: $mainColor; |
|
|
background-size: cover; |
|
|
border-radius: 2px; |
|
|
background-repeat: no-repeat; |
|
|
float: left; |
|
|
height: 100%; |
|
|
overflow: hidden; |
|
|
width: 100%; |
|
|
} |
|
|
z-index: 1; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
##{$am-prefix}preview{ |
|
|
.#{$am-prefix}preview-bg { |
|
|
position: absolute; |
|
|
@include opacity(0.5); |
|
|
background-position: center center; |
|
|
|
|
|
background-size: cover; |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
z-index: 1; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
##{$am-prefix}preview-bg{ |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
z-index: 0; |
|
|
@include opacity(0.5); |
|
|
} |
|
|
z-index: 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.#{$am-prefix}highlight { |
|
|
.#{$am-prefix}dimensions { |
|
|
background-color: $mainLhColor; |
|
|
@include opacity(0.5); |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.#{$am-prefix}asset { |
|
|
font-size: 10px; |
|
|
border-bottom: 1px solid darken($mainDkColor, 3%); |
|
|
} |
|
|
padding: 5px; |
|
|
|
|
|
cursor:pointer; |
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
|
|
|
|
&:hover ##{$am-prefix}close { display: block;} |
|
|
.#{$am-prefix}meta { |
|
|
|
|
|
width: 70%; |
|
|
|
|
|
float: left; |
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
padding: 5px 0 0 5px; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
|
|
|
|
> div { |
|
|
|
|
|
margin-bottom: 5px; |
|
|
} |
|
|
} |
|
|
##{$am-prefix}close { |
|
|
} |
|
|
@extend .btn-cl; |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
right: 5px; |
|
|
|
|
|
top: 0; |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
##{$am-prefix}meta { |
|
|
.#{$am-prefix}close { |
|
|
width: 70%; |
|
|
@extend .btn-cl; |
|
|
float: left; |
|
|
|
|
|
font-size: 12px; |
|
|
cursor: pointer; |
|
|
padding: 5px 0 0 5px; |
|
|
position: absolute; |
|
|
box-sizing: border-box; |
|
|
right: 5px; |
|
|
|
|
|
top: 0; |
|
|
> div { margin-bottom: 5px;} |
|
|
display: none; |
|
|
##{$am-prefix}dimensions { |
|
|
} |
|
|
font-size: 10px; |
|
|
|
|
|
@include opacity(0.5); |
|
|
.#{$am-prefix}asset { |
|
|
} |
|
|
border-bottom: 1px solid darken($mainDkColor, 3%); |
|
|
|
|
|
padding: 5px; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
position: relative; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
|
|
&:hover .#{$am-prefix}close { |
|
|
|
|
|
display: block; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.#{$am-prefix}highlight { |
|
|
|
|
|
background-color: $mainLhColor; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.#{$am-prefix}assets-cont { |
|
|
|
|
|
background-color: $mainDklColor; |
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
padding: 10px; |
|
|
|
|
|
width: 45%; |
|
|
|
|
|
float: right; |
|
|
|
|
|
height: 325px; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
} |
|
|
|