12 lines
221 B
Plaintext
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);
|
|
}
|
|
|
|
} |