From 94fc1ee43637c31ab86f308b2a589cdfca72b691 Mon Sep 17 00:00:00 2001 From: JANGHYUNn Date: Wed, 3 Jan 2024 15:26:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EB=AE=AC=EB=A0=88=EC=9D=B4=EC=85=98?= =?UTF-8?q?=20css=20=EC=86=8D=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 7274fb42..851fbd06 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -777,7 +777,7 @@ background-size: 75% auto; .simulation-ti div{font-size:1rem;font-weight:500;} .simulation-ti-btn{padding:0;background-color: transparent!important;border:none;margin-right:1rem;} .simulation-ti-btn:focus{background-color: transparent!important;border:none;} -.simulation-slider-time{display:flex;padding:0 20px 0 20px;} +.simulation-slider-time{display:flex;padding:0 20px 0 20px;justify-content:space-between} .simulation-slider-time .noUi-pips{display:none;} .simulation-slider-time .btn{margin-right:20px;padding:0;width:35px;height:35px;} .simulation-cont-box{display:flex;flex-direction: column;}