#1354 버튼 스타일 조정

This commit is contained in:
bnu 2015-04-08 15:19:08 +09:00
parent 63d55ffe6a
commit 5873dd6a47
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ a:hover,a:active,a:focus{text-decoration:none}
/* button */
.btn_item{display:inline-block;margin:35px 0;padding:0 27px;height:50px;font-family: "Open Sans";background-color:#555;font-size:13px;line-height:50px;letter-spacing:1px;color:#FFF;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out}
.btn_item{display:inline-block;margin:35px 0;padding:0 27px;height:50px;font-family: "Open Sans";background-color:#555;font-size:14px;line-height:50px;letter-spacing:1px;color:#FFF;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out}
.btn_item:hover,
.btn_item:active
.btn_item:focus{background-color:#CBA061;color:#fff}

View file

@ -17,7 +17,7 @@
.welcomeXE .xeicon h1 {margin-top: 170px; font-size: 40px; color: #f6f6f6; text-align: center; letter-spacing: 3px; font-weight: 400; line-height: 1.2em; text-transform: uppercase; }
.welcomeXE .xeicon h1 a {color: #FFF; }
.welcomeXE .xeicon .button-area {text-align: center; }
.welcomeXE .xeicon .button-area .btn_item {font-size: 16px; letter-spacing: 2px;}
.welcomeXE .xeicon .button-area .btn_item {font-size: 14px; letter-spacing: 2px;}
/* section.guide */
.welcomeXE .guide{height:640px;padding-top:80px}