Skip to content

Commit

Permalink
Merge pull request #209 from ogomaemmanuel/design
Browse files Browse the repository at this point in the history
Design
  • Loading branch information
ogomaemmanuel committed Oct 19, 2023
2 parents 12d18fb + e1b24af commit 677027e
Show file tree
Hide file tree
Showing 32 changed files with 4,214 additions and 2,981 deletions.
2,477 changes: 1,317 additions & 1,160 deletions hr_core/package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions hr_core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"dependencies": {
"@aspnet/signalr": "^1.1.4",
"@chenfengyuan/datepicker": "^1.0.7",
"@fortawesome/vue-fontawesome": "^2.0.10",
"@toast-ui/editor": "^2.5.0",
"@toast-ui/editor-plugin-color-syntax": "^1.0.1",
"@types/jest": "^26.0.14",
Expand Down Expand Up @@ -121,6 +122,7 @@
"vue-full-calendar": "^2.7.0",
"vue-js-modal": "^1.3.31",
"vue-popperjs": "^2.0.4",
"vue-sidebar-menu": "^4.8.1",
"vue-simple-calendar": "^5.0.1",
"vue-virtualscroll": "^1.0.0",
"vuedraggable": "^2.24.3",
Expand Down
12 changes: 10 additions & 2 deletions hr_core/src/main/resources/static/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@


html {
background-color: #f2f2f2;
background-color: rgb(250, 249, 251);
height: 100%;
overflow-y: auto;
}

body {
background-color: #f2f2f2;
background-color: rgb(250, 249, 251);
height: 100%;
min-height: 100%;
}
Expand Down Expand Up @@ -117,4 +117,12 @@ body.modal-open {
.show-top-border {
border-top: 2px #a9a9a9 solid;
}
}

.card .box{
border-color: #e2e8f0 !important;
}

.modal{
z-index: 999;
}
2 changes: 1 addition & 1 deletion hr_core/src/main/resources/static/js/dist/106.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hr_core/src/main/resources/static/js/dist/124.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 677027e

Please sign in to comment.