Nicolas Bally 120e9803eb initial
2020-04-28 14:51:42 +02:00

12 lines
221 B
Plaintext

%div{:style => ("position:absolute;bottom:0px;left:0px;right:0px;top:52px;" if !params[:manager])}
=render :partial => "index_block"
:scss
#albums a{
&.hover{
background:rgba(143,202,70,0.8);
}
}