From 79103ca4febf3fd12b20309e1487c6c2cc9b9b32 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 금, 03 12월 2021 10:42:47 +0900 Subject: [PATCH] 이메일 템플릿 수정 --- src/main/webapp/assets/styles/main.css | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index 30df0e3..2d4c0ac 100644 --- a/src/main/webapp/assets/styles/main.css +++ b/src/main/webapp/assets/styles/main.css @@ -30390,10 +30390,12 @@ .TemplateIMG { height: 50px; width: 50px; + margin: 20px; } .TemplateIMG-selected { border: 2px solid #0066ff; + } .TemplateIMG:active { @@ -30402,6 +30404,7 @@ .TemplateIMG:visited { border: 2px solid #0066ff; + } .Template-area { -- Gitblit v1.8.0