vue: NPCControl(WIP) 메인 기능 동작
This commit is contained in:
Vendored
+2
@@ -5,6 +5,8 @@ $body-bg: #000;
|
||||
$input-bg: #ddd;
|
||||
$input-color: #303030;
|
||||
|
||||
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css");
|
||||
|
||||
@import "../../node_modules/bootswatch/dist/darkly/_variables.scss";
|
||||
@import "../../node_modules/bootstrap5/scss/bootstrap.scss";
|
||||
@import "../../node_modules/bootswatch/dist/darkly/_bootswatch.scss";
|
||||
@@ -28,3 +28,12 @@ html, body{
|
||||
word-break: break-all;
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
.float-left{
|
||||
float:left;
|
||||
}
|
||||
|
||||
.float-right{
|
||||
float:right;
|
||||
}
|
||||
Reference in New Issue
Block a user