|
@@ -1,12 +1,16 @@
|
1
|
|
-@font-face {
|
|
1
|
+/* @font-face {
|
2
|
2
|
font-family: 'GmarketSansMedium';
|
3
|
3
|
src: url("../main/webapp/mobile/fonts/KoPubWorld Dotum Medium.ttf") format('woff');
|
|
4
|
+} */
|
|
5
|
+/* @font-face {
|
|
6
|
+ font-family: 'GmarketSansMedium';
|
|
7
|
+ src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
|
4
|
8
|
font-weight: normal;
|
5
|
9
|
font-style: normal;
|
6
|
|
-}
|
7
|
|
-* {margin: 0; padding: 0;letter-spacing: -1px; box-sizing: border-box; text-align: center; font-family: 'GmarketSansMedium', 'serif'; list-style: none;}
|
|
10
|
+} */
|
|
11
|
+* {margin: 0; padding: 0;letter-spacing: -1px; box-sizing: border-box; text-align: center; font-family: 'KoPub Dotum', 'serif'; list-style: none;}
|
8
|
12
|
section {}
|
9
|
|
-body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'GmarketSansMedium';
|
|
13
|
+body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'KoPub Dotum';
|
10
|
14
|
overflow:scroll-y;
|
11
|
15
|
-webkit-overflow-scrolling:touch;}
|
12
|
16
|
body .login {position:fixed;}
|
|
@@ -145,8 +149,8 @@ button {background-color: #fff; padding: 10px;}
|
145
|
149
|
button.btn-primary {color: #fff; background-color: #8f9fc6; border: 1px solid #cacfe3;}
|
146
|
150
|
button.btn-primary:active{background-color: #708cd1;}
|
147
|
151
|
button.btn-yellow {color: #fff; background-color: #f9c03c; border: 1px solid #cacfe3;}
|
148
|
|
-button.btn-orange {color: #fff; background-color: #f0831e; border: 1px solid #cacfe3;}
|
149
|
|
-button.btn-orange:active {border:3px solid #708cd1; background-color: #fff; color:#B7B8B8;}
|
|
152
|
+button.btn-m-orange {color: #fff; background-color: #f0831e; border: 1px solid #cacfe3;}
|
|
153
|
+button.btn-m-orange:hover {border:3px solid #f0831e !important; background-color: #fff; color:#B7B8B8;}
|
150
|
154
|
button.btn-gray {color: #fff; background-color: #a89d9c; border: 1px solid #cacfe3;}
|
151
|
155
|
button.btn-danger {color: #fff; background-color: #c8989d; border: 1px solid #cacfe3;}
|
152
|
156
|
button.btn-green {color: #fff; background-color: #5cb85c; border: 1px solid #cacfe3;}
|