• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
itnAdmin / base_react star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
base_reactsrcstylesusrlayout.css
Download as .zip file
File name
Commit message
Commit date
public/publish
게시판 관리 게시판 마스터 목록 + (포토형, 일반형) 게시판 목록 [detail, 홈페이지 이동 추가해야함.]
05-07
src
권한관리 > 롤관리
05-20
.gitignore
init commit
05-04
eslint.config.js
권한관리 > 관리자별메뉴관리, 자주 쓰이는 메커니즘 function [util] 화
05-20
index.html
init commit
05-04
package-lock.json
api use Query + axios 형태로 변경 예시 use BoardListQuery 추가
05-06
package.json
api use Query + axios 형태로 변경 예시 use BoardListQuery 추가
05-06
tsconfig.app.json
init commit
05-04
tsconfig.json
init commit
05-04
tsconfig.node.json
init commit
05-04
vite.config.ts
게시판 관리 게시판 마스터 목록 + (포토형, 일반형) 게시판 목록 [detail, 홈페이지 이동 추가해야함.]
05-07
File name
Commit message
Commit date
admin
권한관리 > 롤관리
05-20
api
api use Query + axios 형태로 변경 예시 use BoardListQuery 추가
05-06
styles
권한관리 > 관리자별메뉴관리, 자주 쓰이는 메커니즘 function [util] 화
05-20
type
권한관리 > 롤관리
05-20
user
init commit
05-04
App.tsx
권한관리 > 관리자별메뉴관리, 자주 쓰이는 메커니즘 function [util] 화
05-20
main.tsx
toast Message + board example Add
05-06
File name
Commit message
Commit date
adm
권한관리 > 관리자별메뉴관리, 자주 쓰이는 메커니즘 function [util] 화
05-20
common
init commit
05-04
usr
init commit
05-04
app.css
toast Message + board example Add
05-06
File name
Commit message
Commit date
button.css
init commit
05-04
calendar.css
init commit
05-04
common.css
init commit
05-04
content.css
init commit
05-04
content_layout.css
init commit
05-04
icon.css
init commit
05-04
layout.css
init commit
05-04
main.css
init commit
05-04
popup.css
init commit
05-04
reset.css
init commit
05-04
style.css
init commit
05-04
tab.css
init commit
05-04
table.css
init commit
05-04
chominsoo4245 05-04 a6c24b3 init commit UNIX
Raw Open in browser Change history
@charset "utf-8"; .wrap{position:relative;width:100%;height:100%;} .inner{max-width:1440px;width:100%;height:100%;margin:0 auto;padding:0 20px;box-sizing:border-box;} .container{margin:140px 0 0 0;} .container.sub .content_wrap{display:inline-block;width:100%;margin:0;padding:20px 0 0 0;vertical-align:top;} .content_title,.section_title{display:flex;margin:0 0 20px 0;align-items:center;justify-content:space-between;} .content_title h3{font-size:40px;font-weight:bold;color:var(--primary-title-color);} .section_title{margin:60px 0 20px 0;} .section_title h4{font-size:22px;font-weight:bold;} .breadcrumb{display:flex;font-size:14px;color:#636469;gap:8px;align-items:center;} .breadcrumb a{position:relative;display:flex;padding:0 8px;align-items:center;} .breadcrumb a::after{position:absolute;width:100%;height:100%;content:"";background:url(/publish/usr/images/component/icon_arrow_right_gray.png) no-repeat right center;right:-12px;top:1px;} .breadcrumb .home i{display:flex;width:15px;height:15px;background:url(/publish/usr/images/component/icon_home.png) no-repeat center center;} .breadcrumb .current_location{padding:0 0 0 8px;} /* header */ .header{position:fixed;width:100%;left:0;top:0;z-index:9;} .header_top{width:100%;height:40px;background:#EEEFF4;} .header_top .inner{display:flex;height:100%;justify-content:space-between;} .header_top .user_menu{display:flex;align-items:center;} .header_top .user_menu a{position:relative;height:100%;padding:0 20px;margin:0 0 6px 0;font-size:14px;color:#656770;} .header_top .user_menu a::after{position:absolute;content:"";width:1px;height:16px;background:#c5c6cc;right:0;top:3px;} .header_top .user_menu :last-child a::after{display:none;} .header_container{position:relative;width:100%;height:100px;background:#fff;} .header_container .inner{display:flex;height:100%;justify-content:space-between;align-items:center;} .header_container nav,.header_container .gnb{display:flex;height:100%;} .header_container .gnb{width:calc(100% - 100px);gap:100px;} .header_container .gnb a{display:flex;height:100%;padding:0 10px;font-size:20px;font-weight:bold;color:#222;align-items:center;justify-content:center;white-space:nowrap;} .header_container .depth02_container{position:absolute;width:100%;border-top:1px solid #eeeff4;top:100%;left:0;background:#fff;box-shadow:0 8px 10px rgba(0,0,0,0.05);max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),opacity 0.3s ease,transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),visibility 0.4s;} .header_container .active .depth02_container{max-height:100vh;opacity:1;visibility:visible;} .header_container .depth02_ul{display:flex;max-width:1440px;margin:0 auto;padding:40px 0;gap:20px;justify-content:center;} .header_container .depth02_ul>li{width:calc(100% / 4);} .header_container a.depth02{display:flex;width:100%;height:50px;font-size:18px;font-weight:400;text-align:center;padding:0 18px;border:2px solid #eeeff4;border-radius:8px;justify-content:center;align-items:center;} .header_container .depth03_ul{display:flex;margin:8px 0 0 0;flex-direction:column;gap:8px;text-align:center;} .header_container .depth03_ul a.depth03{font-size:16px;font-weight:300;} .header_util{display:flex;gap:12px;align-items:center;} .header_util button{width:40px;height:40px;} .header_util button i{display:inline-block;width:100%;height:100%;} .btn_search i{background:url(/publish/usr/images/common/search.png) no-repeat center center;} .btn_sitemap i{background:url(/publish/usr/images/common/menu.png) no-repeat center center;} /* footer */ .footer{width:100%;padding:60px 0;margin:100px 0 0 0;background:#222427;border-radius:30px 30px 0 0;box-sizing:border-box;} .footer .inner{display:flex;justify-content:space-between;align-items:center;} .footer .footer_left{display:flex;flex-direction:column;gap:50px;} .footer .link{display:flex;align-items:center;} .footer .link a{position:relative;font-size:16px;color:#72787d;padding:0 20px;} .footer .link a::after{position:absolute;content:"";width:1px;height:12px;background:#72787d;right:0;top:6.5px;} .footer .link :first-child a{padding:0 20px 0 0;color:#2DE394;font-weight:bold;} .footer .link :last-child a::after{display:none;} .footer .footer_right{font-size:16px;color:#72787d;line-height:1.8;letter-spacing:0.3px;} .footer .footer_right address b{margin:0 8px 0 0;} .footer .footer_right address b:nth-child(3){margin:0 8px 0 16px;} /* sidemenu */ .sidemenu{display:inline-block;width:300px;background:#f2f4f6;border-radius:20px;} .sidemenu_tit{position:relative;width:100%;height:164px;border-radius:20px;background:linear-gradient(166deg,rgba(44, 69, 195, 1) 0%, rgba(21, 33, 93, 1) 100%);} .sidemenu_tit::after{position:absolute;content:"";width:100%;height:100%;background:url(/publish/usr/images/common/sidemenu_title_bg.png) no-repeat calc(100% + 4px) calc(100% + 11px);right:0;bottom:0;mix-blend-mode:luminosity;} .sidemenu_tit h2{position:absolute;font-family:var(--secondary-title-font);font-size:24px;font-weight:bold;color:#fff;bottom:30px;left:35px;} .sidemenu_nav{padding:40px 20px 160px 20px;background:url(/publish/usr/images/common/sidemenu_nav_bg.png) no-repeat calc(100% - 20px) calc(100% - 20px);box-sizing: border-box;} .sidemenu_nav .depth01_list{display:flex;flex-direction:column;gap:8px;} .sidemenu_nav .depth01{display:flex;width:100%;height:50px;font-size:18px;font-weight:500;color:var(--primary-title-color);padding:0 16px;border-radius:8px;align-items:center;justify-content:space-between;transition:all .3s;} .sidemenu_nav .depth01:hover{background:var(--primary-color);color:#fff;} .sidemenu_nav .depth01 i{width:24px;height:24px;background:url(/publish/usr/images/component/icon_arrow_down.png) no-repeat center;} .sidemenu_nav .depth01:hover i{background:url(/publish/usr/images/component/icon_arrow_down_white.png) no-repeat center;} .sidemenu_nav .depth01.active{background:var(--primary-color);color:#fff;} .sidemenu_nav .depth01.active i{background: url(/publish/usr/images/component/icon_arrow_up_white.png) no-repeat center;color:#fff;} .sidemenu_nav .depth02_list{background:#fff;padding:16px;margin:8px 0 0 0;border-radius:8px;} .sidemenu_nav .depth02{display:flex;width:100%;height:30px;font-size:16px;font-weight:400;color:#3f4043;align-items:center;} .sidemenu_nav .depth02:hover,.sidemenu_nav .depth02.active{color:var(--primary-color);font-weight:500;}

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up