| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/main/content/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/main/content/__wp.scss |
/* FILE: main/content/__wp.scss */
//
// WordPress default styles
//
// Image caption
.wp-caption .wp-caption-text {
opacity: .75;
}
// Sticky post
.label-sticky {
position: absolute;
display: block;
width: 32px;
height: 32px;
#{$right}: 0; // {{RTL}}
top: 0;
line-height: 28px;
text-align: center;
z-index: 10;
&::before,
&::after {
content: '';
position: absolute;
display: block;
border-width: 16px;
border-style: solid;
.site & {
border-bottom-color: transparent;
border-#{$left}-color: transparent;
}
}
&::before {
#{$right}: 100%; // {{RTL}}
top: 0;
}
&::after {
#{$right}: 0; // {{RTL}}
top: 100%;
}
}
// Media player
.mejs-container {
margin-bottom: 1.62em;
&::last-child {
margin-bottom: 0;
}
}