8 changed files with 1476 additions and 520 deletions
-
4public/css/app.css
-
1522public/js/app.js
-
4resources/js/app.ts
-
51resources/js/components/ProcessFile/ProcessFile.scss
-
67resources/js/components/ProcessFile/ProcessFile.ts
-
154resources/js/components/ProcessFile/ProcessFile.vue
-
2resources/js/components/layout/Header.vue
-
6resources/sass/_variables.scss
1522
public/js/app.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,11 +1,54 @@ |
|||||
.file-card { |
.file-card { |
||||
flex: 0 1 74%; |
|
||||
|
flex: 0 1 49%; |
||||
} |
} |
||||
|
|
||||
.filters-card { |
|
||||
flex: 0 1 24% |
|
||||
} |
|
||||
|
// .filters-card { |
||||
|
// flex: 0 1 24% |
||||
|
// } |
||||
.p-overlaypanel { |
.p-overlaypanel { |
||||
// width: 450px; |
// width: 450px; |
||||
min-width: 450px; |
min-width: 450px; |
||||
} |
} |
||||
|
|
||||
|
.p-toolbar-group-right { |
||||
|
button { |
||||
|
margin-left: 10px; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.p-sidebar-content { |
||||
|
.p-toolbar { |
||||
|
margin-top: 32px; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.p-card-header { |
||||
|
.p-toolbar { |
||||
|
border: unset; |
||||
|
border-radius: unset; |
||||
|
border-bottom: 1px solid #dee2e6; |
||||
|
padding: .5rem; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
button.add-searchers { |
||||
|
height: 100%; |
||||
|
} |
||||
|
|
||||
|
.p-col.sidebar-title { |
||||
|
display: flex; |
||||
|
align-content: flex-start; |
||||
|
justify-content: flex-start; |
||||
|
} |
||||
|
|
||||
|
.p-grid.sidebar-title-container { |
||||
|
padding-top: 50px; |
||||
|
} |
||||
|
|
||||
|
.md-viewer { |
||||
|
text-align: start; |
||||
|
|
||||
|
h1, h2, h3, h4, h5 { |
||||
|
font-size: initial; |
||||
|
} |
||||
|
} |
||||
@ -1,7 +1,9 @@ |
|||||
$header-height: 4rem; |
$header-height: 4rem; |
||||
$header-background: var(--blue-400); |
|
||||
|
// $header-background: var(--blue-400); |
||||
|
$header-background: #2196F3; |
||||
|
|
||||
$footer-height: 4rem; |
$footer-height: 4rem; |
||||
$footer-background: var(--blue-400); |
|
||||
|
// $footer-background: var(--blue-400); |
||||
|
$footer-background: #2196F3; |
||||
|
|
||||
$content-padding: 25px; |
$content-padding: 25px; |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue