fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/shelfzilla/themes/bootflat/static/less/fixes.less

47 lines
816 B
Plaintext
Raw Normal View History

// jquery vegas, background with opacity, not overlaying
.vegas-background {
2014-03-28 17:21:03 +00:00
opacity: .2;
z-index: -200;
}
2014-03-28 12:30:35 +00:00
// bootstrap navbar, margin-top
.navbar {
margin-top: 20px;
}
2014-03-28 18:51:00 +00:00
* > p:last-child {
margin-bottom: 0 !important;
}
2014-03-28 22:47:53 +00:00
.volume-item {
&:not(.user-have-it) {
.badges { display: none; }
&:hover .badges {
display: block;
}
}
&
.badges {
position: absolute;
right: 10px;
top: -10px;
.badge {
@size: 34px;
border: #FFF 3px solid;
border-radius: 50%;
display: block;
font-size: @size/1.5;
height: @size;
line-height: (@size)-3px;
padding: 0;
text-align: center;
width: @size;
}
}
}