.title {
@include size(font-size, 14px);
color: #242424;
+ white-space: normal;
}
}
}
}
- .right-column {
+ .audiobook-right-column {
@media screen and (min-width: 1024px) {
+ float: right;
@include size(width, 360px);
}
}
@include size(margin-right, 11.25px);
position: absolute;
right: 0;
+ z-index: 10;
- button::-moz-focus-inner {
- padding: 0;
- border: 0
+ button {
+ cursor: pointer;
+ &::-moz-focus-inner {
+ padding: 0;
+ border: 0;
+ }
}
.if-unlike button {
font-size: 1em;