From c0c305062b56c65225e12b9e98e439ec4fbda2f4 Mon Sep 17 00:00:00 2001 From: myunsyeya <myunsyeya@ajou.ac.kr> Date: Sun, 8 Dec 2024 01:06:51 +0900 Subject: [PATCH] =?UTF-8?q?style:=20step=20=EA=B0=84=20=ED=99=94=EC=82=B4?= =?UTF-8?q?=ED=91=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PartsCertification/PartsCertification.css | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/src/pages/PartsCertification/PartsCertification.css b/src/pages/PartsCertification/PartsCertification.css index 61295cf..5bd4471 100644 --- a/src/pages/PartsCertification/PartsCertification.css +++ b/src/pages/PartsCertification/PartsCertification.css @@ -91,17 +91,6 @@ justify-content: center; } -.step-item:not(:last-child)::after { - content: '→'; - position: absolute; - right: -1rem; - top: 50%; - transform: translateY(-50%); - color: var(--primary-color); - font-size: 1.2rem; - z-index: 1; -} - .step-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); @@ -165,15 +154,6 @@ padding: 1.2rem; } - .step-item:not(:last-child)::after { - content: '↓'; - position: absolute; - bottom: -1.25rem; - left: 50%; - top: auto; - transform: translateX(-50%); - } - .step-number { margin-bottom: 0; min-width: 80px; -- GitLab