function FluidbookCoquillette(fluidbook) {\r
this.fluidbook = fluidbook;\r
- this.size = 60;\r
+ this.size = 48;\r
this.element = $("#coquillette");\r
this.rotation = 0;\r
this.speed = 1; // 1/2 tours / sec\r
this.ctx.fill();\r
// Set stroke style\r
this.ctx.strokeStyle = this.fluidbook.datas.coquilletteFront;\r
- this.ctx.lineWidth = Math.round(this.size * 0.13);\r
+ this.ctx.lineWidth = Math.round(this.size * 0.0625);\r
this.ctx.lineCap = 'round';\r
this.ctx.lineJoin = 'mitter';\r
this.ctx.beginPath();\r
color: @menu-text;
a, span {
- padding: 10px 10px 10px 30px;
+ padding: 10px 10px 10px 29px;
img {
display: inline-block;
right: 0;
width: 60px;
height: 60px;
- padding: 22px !important; // Controls size of icon and position within the element
+ padding: 21px 21px 23px 23px !important; // Controls size of icon and position within the element
color: @menu-text;
background-color: @menu-button-background;
}
top: 50%;
transform: translateY(-50%);
color: @menu-background;
+ padding: 9px 10px 10px 26px;
.svg-icon {
width: 25px;
}
.share-icons {
- display: flex;
- justify-content: space-around;
+ padding-left: 29px;
}
+
a {
padding: 0;
+ &:not(:last-of-type) {
+ margin-right: 33px;
+ }
+
img {
margin: 0;
}