- Add package.json dependencies: jquery, jquery-ui, moment, daterangepicker, wavesurfer.js, air-datepicker - Create scripts/setup-vendor.js to copy npm packages to public/assets/vendor - Update view templates to use vendor paths instead of old /js/ or CDN URLs - Clean up legacy commented-out scripts in master layout
39 lines
527 B
SCSS
Vendored
39 lines
527 B
SCSS
Vendored
.header {
|
|
height: 111px;
|
|
.logo {
|
|
float: left;
|
|
margin-top: 10px;
|
|
img {
|
|
height: 95px;
|
|
}
|
|
}
|
|
ins[data-revive-zoneid] {
|
|
float: right;
|
|
width: 728px;
|
|
height: 90px;
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1170px) {
|
|
.header {
|
|
padding: 0 20px;
|
|
}
|
|
}
|
|
@media (max-width: 980px) {
|
|
.header {
|
|
height: 212px;
|
|
.logo {
|
|
float: none;
|
|
}
|
|
ins[data-revive-zoneid] {
|
|
float: none;
|
|
}
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.header_container {
|
|
display: none;
|
|
}
|
|
}
|