forked from miguel456/rbrecruiter
Added Outstanding applications page
This commit also includes Chart.js for the whole project using Webpack. It also updates NPM packages to support ChartJS, and suppresses locale.js warnings from Webpack builds. Gitignore removes the webpack bundle file since that file should be built each time dependencies/js code are modified.
This commit is contained in:
10
public/css/app.css
vendored
10
public/css/app.css
vendored
@@ -44,11 +44,6 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.view {
|
||||
background: url("/slides/06.png")no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
line-height: 1.15;
|
||||
@@ -4532,11 +4527,6 @@ input[type=button].btn-block {
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.navbar-style {
|
||||
background: rgb(132,235,173);
|
||||
background: linear-gradient(90deg, rgba(132,235,173,1) 10%, rgba(110,182,207,1) 29%, rgba(109,146,255,1) 92%);
|
||||
}
|
||||
|
||||
.navbar .container,
|
||||
.navbar .container-fluid,
|
||||
.navbar .container-sm,
|
||||
|
Reference in New Issue
Block a user