From f362949579427007d79adb50c29d7f4aaf7ba270 Mon Sep 17 00:00:00 2001 From: Rodribm10 Date: Fri, 1 May 2026 22:40:44 -0300 Subject: [PATCH] fix(captain/hermes-builder): troca componente Button por +
nextTick().then(scrollToBottom), { deep: true }); } } +.start-button { + background: var(--color-woot-500, #1f93ff); + color: #fff; + border: none; + padding: 10px 24px; + border-radius: 8px; + font-size: 14px; + font-weight: 500; + cursor: pointer; + transition: background 0.15s; + + &:hover:not(:disabled) { + background: var(--color-woot-600, #1976d2); + } + + &:disabled { + opacity: 0.5; + cursor: not-allowed; + } +} + .msg { display: flex;