Browse Source

fsm modal css 추가

master
김장현 8 months ago
parent
commit
7e4c32397a
  1. 9
      src/assets/css/custom.css

9
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}
.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}
Loading…
Cancel
Save