Nicolas Bally 7b2e6811dd initial
2020-06-05 11:10:02 +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);
}
}