Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshedhossan9 committed Jan 20, 2024
1 parent 4125cf4 commit 03e9110
Show file tree
Hide file tree
Showing 16 changed files with 786 additions and 637 deletions.
581 changes: 536 additions & 45 deletions development/App.vue

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions development/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
@import "../node_modules/bootstrap/scss/bootstrap";
body, html{
padding: 0;
margin: 0;
background: #ffffff;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; /* (e.g., Courier) */
font-size: 1rem;
}

.hour-range-picker-test{

}
.code-block{
border:none;
color: #eef3fa;
background-color: #2e3b53;
padding: 1rem;
border-radius: .5rem;
// color: #738a9c;
// color: #9d9d9d;
overflow: auto;
}
.sidebar-menu{
position: sticky;
top: 10px;
.nav-link{
padding: .25rem .25rem;
color: #4879b2;
&:hover{
text-decoration: underline;
}
&.active{
color: #3e5c7f;
}
}
}
1 change: 0 additions & 1 deletion doc/assets/main-Qbo5vk9r.css

This file was deleted.

126 changes: 126 additions & 0 deletions doc/assets/main-UoxsCYCn.js

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions doc/assets/main-fwS1qrli.js

This file was deleted.

5 changes: 5 additions & 0 deletions doc/assets/main-pn-S-yKw.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hour Range Picker</title>
<script type="module" crossorigin src="/vue-hour-range-picker/assets/main-fwS1qrli.js"></script>
<link rel="stylesheet" crossorigin href="/vue-hour-range-picker/assets/main-Qbo5vk9r.css">
<script type="module" crossorigin src="/vue-hour-range-picker/assets/main-UoxsCYCn.js"></script>
<link rel="stylesheet" crossorigin href="/vue-hour-range-picker/assets/main-pn-S-yKw.css">
</head>
<body>
<div id="app"></div>
Expand Down
25 changes: 0 additions & 25 deletions index.dist.html

This file was deleted.

Loading

0 comments on commit 03e9110

Please sign in to comment.