Changeset 0208bbd for resources/assets
- Timestamp:
- 10/24/21 13:12:30 (3 years ago)
- Branches:
- develop, master
- Children:
- 8c71900
- Parents:
- 5e56e8a
- Location:
- resources/assets
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/assets/css/custom.css
r5e56e8a r0208bbd 10 10 overflow: auto; 11 11 transition: right .2s; 12 } 13 14 @media screen and (max-width: 520px) { 15 li.page-item-test { 16 display: none; 17 } 12 18 } 13 19 -
resources/assets/js/app.min.js
r5e56e8a r0208bbd 497 497 /***/ (function(module, exports, __webpack_require__) { 498 498 499 __webpack_require__( "./resources/js/app.js");500 module.exports = __webpack_require__( "./public/assets/sass/app.scss");499 __webpack_require__(/*! C:\wamp64\www\themeforest\nago\resources\js\app.js */"./resources/js/app.js"); 500 module.exports = __webpack_require__(/*! C:\wamp64\www\themeforest\nago\public\assets\sass\app.scss */"./public/assets/sass/app.scss"); 501 501 502 502 -
resources/assets/js/custom.js
r5e56e8a r0208bbd 147 147 }); 148 148 149 149 150 })(jQuery);
Note:
See TracChangeset
for help on using the changeset viewer.