From 296de4d2353e52f8f9a08045f09ab4d5e2bbf775 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 수, 08 12월 2021 13:27:40 +0900
Subject: [PATCH] 이슈 제목 on/off 버튼이 on 상태로 변경 안되게 수정

---
 src/main/webapp/assets/styles/main.css |   64 ++++++++++++++++++++++++++++++-
 1 files changed, 61 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index 30df0e3..27d63ec 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -897,6 +897,9 @@
 .offset-detail-2 {
     margin-left: 4%;
 }
+.offset-detail-3 {
+    margin-left: 9.2%;
+}
 
 .offset-1 {
     margin-left: 8.3333333333%;
@@ -10779,6 +10782,10 @@
 
 .btn.btn-rounded, .all-wrapper .btn-rounded.fc-button {
     border-radius: 40px;
+}
+
+.btn.btn-roundRel {
+    border-radius: 100%;
 }
 
 .btn.btn-upper, .all-wrapper .btn-upper.fc-button {
@@ -28472,6 +28479,14 @@
     margin-top: 30px !important;
 }
 
+.mt-40 {
+    margin-top: 40px; !important;
+}
+
+.mt-50 {
+    margin-top: 50px; !important;
+}
+
 .ml-10 {
     margin-left: 10px !important;
 }
@@ -28681,6 +28696,27 @@
     transition: .4s;
 }
 
+.slider-disabled {
+    position: absolute;
+    cursor: pointer;
+    top: 0;
+    left: 0;
+    right: 0;
+    bottom: 0;
+    background-color: #2196F3;
+}
+
+.slider-disabled:before {
+    position: absolute;
+    content: "";
+    height: 18px;
+    width: 18px;
+    left: 30px;
+    bottom: 4px;
+    background-color: white;
+}
+
+
 input:checked + .slider {
     background-color: #2196F3;
 }
@@ -28700,6 +28736,14 @@
 }
 
 .slider.round:before {
+    border-radius: 50%;
+}
+
+.slider-disabled.round {
+    border-radius: 34px;
+}
+
+.slider-disabled.round:before {
     border-radius: 50%;
 }
 
@@ -30379,6 +30423,20 @@
     font-weight: 600;
 }
 
+.email_font {
+    color: #494848;
+    font-size: 0.75rem;
+    line-height: 1.5;
+    font-weight: 600;
+}
+
+.info_detail_font {
+    color: #000;
+    font-size: 1rem;
+    line-height: 1.5;
+    font-weight: 600;
+}
+
 .email_color {
     color:#0066ff;
 }
@@ -30390,10 +30448,12 @@
 .TemplateIMG {
     height: 50px;
     width: 50px;
+    margin: 20px;
 }
 
 .TemplateIMG-selected {
     border: 2px solid #0066ff;
+
 }
 
 .TemplateIMG:active {
@@ -30402,6 +30462,7 @@
 
 .TemplateIMG:visited {
     border: 2px solid #0066ff;
+
 }
 
 .Template-area {
@@ -30419,7 +30480,4 @@
     margin: 0 auto;
 }
 
-.Email-Template-detail {
-
-}
 /* 媛꾪듃李⑦듃 end */

--
Gitblit v1.8.0