misc: 기본 글꼴 크기를13px -> 14px
This commit is contained in:
@@ -9,7 +9,7 @@ body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
line-height: 1.3;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.center {
|
||||
@@ -32,7 +32,7 @@ table.mimic_flex {
|
||||
table.tb_layout {
|
||||
border-collapse: collapse;
|
||||
padding: 0px;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
|
||||
@@ -10,13 +10,13 @@ html {
|
||||
table.tb_layout {
|
||||
border-collapse: collapse;
|
||||
padding: 0px;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.tb_layout td,
|
||||
|
||||
+5
-5
@@ -148,7 +148,7 @@ body {
|
||||
.commandButton {
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -203,7 +203,7 @@ body {
|
||||
.commandButton {
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -282,7 +282,7 @@ body {
|
||||
@extend .btn-sammo-base2;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.toolbarButton2 {
|
||||
@@ -291,7 +291,7 @@ body {
|
||||
color: magenta;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
@@ -316,7 +316,7 @@ body {
|
||||
#container {
|
||||
/*width:1000px;*/
|
||||
margin: auto;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/*임시용 끝*/
|
||||
|
||||
Reference in New Issue
Block a user