margin: auto;
.doubleThumb, .padding {
display: inline-block;
- margin: 10px 10px 40px 10px;
+ padding: 10px 10px 25px 10px;
+ margin-bottom:15px;
position: relative;
width: 200px;
cursor: pointer;
text-align: center;
+ box-sizing: content-box;
+ border-radius: 3px;
}
&.bookmarkView {
}
}
+ &.here {
+ background-color: @menu-select-background;
+ color: @menu-select-text;
+ }
+
.overlay {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
.thumb {
position: absolute;
- top: 0px;
- left: 0px;
+ top: 10px;
+ left: 10px;
.bookmark {
width: 35px;
line-height: 1;
}
&.right {
- left: 100px;
+ left: 110px;
}
&.simple {
width: 100px;