From 5643b44a032ef13708115d3bb84195e653fc431b Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Wed, 21 Apr 2021 17:04:34 +0200 Subject: [PATCH] fix perched poule height --- extensions/odoo_theme/static/scss/_mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/odoo_theme/static/scss/_mixins.scss b/extensions/odoo_theme/static/scss/_mixins.scss index 0acb5c24f..630fe125d 100644 --- a/extensions/odoo_theme/static/scss/_mixins.scss +++ b/extensions/odoo_theme/static/scss/_mixins.scss @@ -128,7 +128,7 @@ height: calc(100% - 3rem); } -@mixin o-easter-egg($width: 100%, $height: 30px, $img: 'img/poule.svg' ){ +@mixin o-easter-egg($width: 100%, $height: 100%, $img: 'img/poule.svg' ){ position: relative; // Easter Egg on hover 5s &:after {