diff --git a/fusion_plating/fusion_plating_shopfloor/static/src/scss/tablet_lock.scss b/fusion_plating/fusion_plating_shopfloor/static/src/scss/tablet_lock.scss index 2b5b00e8..9fed7bee 100644 --- a/fusion_plating/fusion_plating_shopfloor/static/src/scss/tablet_lock.scss +++ b/fusion_plating/fusion_plating_shopfloor/static/src/scss/tablet_lock.scss @@ -30,10 +30,10 @@ .o_fp_lock_logo_frame { display: inline-flex; align-items: center; justify-content: center; - width: 84px; height: 84px; - border-radius: 20px; - margin-bottom: 12px; - padding: 14px; + width: 140px; height: 140px; + border-radius: 28px; + margin-bottom: 16px; + padding: 18px; box-sizing: border-box; background: $lock-frame-bg; border: 1px solid $lock-frame-border; @@ -48,10 +48,10 @@ } .o_fp_lock_logo_placeholder { - width: 100%; height: 100%; border-radius: 14px; + width: 100%; height: 100%; border-radius: 20px; background: linear-gradient(135deg, #f0a500, #ff6b00); display: inline-flex; align-items: center; justify-content: center; - font-size: 32px; font-weight: 900; color: #1a1d21; + font-size: 52px; font-weight: 900; color: #1a1d21; } .o_fp_lock_logo_text {