From 1577bb10331d5d54e48fb0f406103a91d6379383 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 30 Nov 2025 03:23:36 +0900 Subject: refactor(slides): Separate CSS files --- services/nuldoc/static/_all/style.css | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'services/nuldoc/static/_all') diff --git a/services/nuldoc/static/_all/style.css b/services/nuldoc/static/_all/style.css index 32dd4f5..8c848bc 100644 --- a/services/nuldoc/static/_all/style.css +++ b/services/nuldoc/static/_all/style.css @@ -418,33 +418,3 @@ img { color: #000; border-bottom-color: #000; } - -.controllers { - display: flex; - flex-direction: column; - align-items: end; - margin: 1rem 0; -} - -.controllers-buttons { - display: flex; - align-items: center; - gap: 1rem; -} - -.controllers button { - width: 3.5rem; - height: 3rem; - border-radius: 0.5rem; - background: #000; - display: flex; - align-items: center; - justify-content: center; - color: #fff; - border: none; - cursor: pointer; -} - -.controllers button:hover { - background: #555; -} -- cgit v1.2.3-70-g09d2