diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index ec5ec96..e14c218 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -15134,3 +15134,56 @@ main.sona_cont_measurement { height: 25px; } +/* 8-10.설정하기-인증코드확인 */ +.connect .cont_code { + margin: 0 20px; +} + +.connect .view_code { + width: 100%; + height: 55px; + display: flex; + align-items: center; + border: 1px solid #FF9C01; + border-radius: 7px; + padding: 0 20px; +} + +/* 8-11.설정하기-계정연동하기 */ +.connect .description { + padding-top: 0.5rem; + color: #00000080; + font-size: 0.7rem; + margin: 0 20px; +} + +.connect .input { + display: flex; + align-items: center; + position: relative; +} + +.connect .btn_auth { + display: flex; + position: absolute; + right: 15px; + align-items: center; + background-color: #FF9C01; + color: #fff; + padding: 5px 8px; + font-size: 14px; + cursor: pointer; +} + +.connect .result { + display: none; +} + +/* 8-13.설정하기-계정연동하기-완료 */ +.cont_code01 { + margin: 0 20px; +} + +.cont_code01 div { + margin-bottom: 5px; +} diff --git a/src/main/webapp/m/html/setting/8-10.설정하기-인증코드확인.html b/src/main/webapp/m/html/setting/8-10.설정하기-인증코드확인.html new file mode 100644 index 0000000..8a4d79c --- /dev/null +++ b/src/main/webapp/m/html/setting/8-10.설정하기-인증코드확인.html @@ -0,0 +1,35 @@ + + + +
+ + + +