vue: inheritPoint 샘플 작성
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
|
||||
$font-family-sans-serif: '나눔 고딕', 'Nanum Gothic';
|
||||
$body-bg: #000;
|
||||
|
||||
@import "../../node_modules/bootswatch/dist/darkly/_variables.scss";
|
||||
@import "../../node_modules/bootstrap5/scss/bootstrap.scss";
|
||||
@import "../../node_modules/bootswatch/dist/darkly/_bootswatch.scss";
|
||||
@@ -17,6 +17,10 @@ table.tb_layout {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
html, body{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.tb_layout td,
|
||||
.tb_layout th {
|
||||
border: solid 1px gray;
|
||||
|
||||
Reference in New Issue
Block a user