From 7e4c32397a0bb8b99a505a3758e901973da2b546 Mon Sep 17 00:00:00 2001 From: JANGHYUNn Date: Fri, 2 Feb 2024 10:24:09 +0900 Subject: [PATCH] =?UTF-8?q?fsm=20modal=20css=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 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 272a286..a3940da 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -956,6 +956,8 @@ background-size: 75% auto; .laanc-btn{width:100%;font-size:1rem} .onstop-link a{width:100%;color: #8a1c05} .onstop-link a + a{margin-top:10px} +.onstop-link a + button{margin-top:10px} +.onstop-link button{width:100%;} .laanc-pop-btn{font-size:1rem;min-width:280px;margin-bottom:1rem} .laanc-modal{margin:0;position:fixed;right:0;top:0;height:100vh;overflow-y: scroll;box-shadow: -4px 1px 10px #ddd;min-width:500px} .laanc-modal .modal-content{height:100vh;} @@ -1156,4 +1158,9 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;} .statistics .chart-wrap .card {min-height:520px} .statistics .card .card-title{font-size:1.125rem} .statistics .select-date-wrap{padding-left:1rem;padding-right:1rem} -.statistics .select-date + .select-date{margin-left:0.5rem} \ No newline at end of file +.statistics .select-date + .select-date{margin-left:0.5rem} +.fsm-box{padding:1rem} +.fsm-ti{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding-bottom:0.5rem;margin-bottom:1rem} +.fsm-ti h5{font-weight:500} +.fsm-ti .btn-wrap button + button{margin-left:0.5rem} +.fsm-box .list-input label{font-size:0.875rem} \ No newline at end of file