mb ts projets

This commit is contained in:
2024-10-04 10:12:42 +02:00
parent 8c481433ef
commit cedade787f
4 changed files with 71 additions and 7 deletions
+57 -5
View File
@@ -13,9 +13,10 @@
/*!**************************!*\
!*** ./scss/styles.scss ***!
\**************************/
/***/ (function() {
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
eval("throw new Error(\"Module build failed (from ./node_modules/sass-loader/dist/cjs.js):\\nExpected expression.\\n ╷\\n328 │ width: auto%;\\n │ ^\\n ╵\\n scss/pages/_actualite.scss 328:41 @import\\n scss/styles.scss 33:9 root stylesheet\");\n\n//# sourceURL=webpack://dev.eql.fr/./scss/styles.scss?");
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */ __webpack_exports__[\"default\"] = (__webpack_require__.p + \"./css/bundle.css\");\n\n//# sourceURL=webpack://dev.eql.fr/./scss/styles.scss?");
/***/ }),
@@ -41,14 +42,65 @@ eval("\nconsole.log('salut');\n// menu burger open\n\nvar burger = document.getE
/******/ });
/************************************************************************/
/******/ // The require scope
/******/ var __webpack_require__ = {};
/******/
/************************************************************************/
/******/ /* webpack/runtime/global */
/******/ !function() {
/******/ __webpack_require__.g = (function() {
/******/ if (typeof globalThis === 'object') return globalThis;
/******/ try {
/******/ return this || new Function('return this')();
/******/ } catch (e) {
/******/ if (typeof window === 'object') return window;
/******/ }
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ var scriptUrl;
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
/******/ var document = __webpack_require__.g.document;
/******/ if (!scriptUrl && document) {
/******/ if (document.currentScript)
/******/ scriptUrl = document.currentScript.src;
/******/ if (!scriptUrl) {
/******/ var scripts = document.getElementsByTagName("script");
/******/ if(scripts.length) {
/******/ var i = scripts.length - 1;
/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
/******/ }
/******/ }
/******/ }
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
/******/ scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
/******/ __webpack_require__.p = scriptUrl;
/******/ }();
/******/
/************************************************************************/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module can't be inlined because the eval devtool is used.
/******/ __webpack_modules__["./scripts/main.js"]();
/******/ __webpack_modules__["./scripts/extlink.js"]();
/******/ __webpack_modules__["./scripts/main.js"](0, {}, __webpack_require__);
/******/ __webpack_modules__["./scripts/extlink.js"](0, {}, __webpack_require__);
/******/ var __webpack_exports__ = {};
/******/ __webpack_modules__["./scss/styles.scss"]();
/******/ __webpack_modules__["./scss/styles.scss"](0, __webpack_exports__, __webpack_require__);
/******/
/******/ })()
;
+8 -1
View File
@@ -1425,7 +1425,7 @@ a {
}
@media (max-width: 568px) {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .field__item {
width: 100%;
width: auto;
}
}
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) {
@@ -3894,6 +3894,12 @@ a {
display: flex;
align-content: center;
}
@media (max-width: 550px) {
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .view-filters #views-exposed-form-projets-block-1 .form-item {
width: 100%;
margin: auto;
}
}
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .view-filters #views-exposed-form-projets-block-1 select, .path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .view-filters #views-exposed-form-projets-block-1 input {
padding: 0.3rem;
margin: 0.5rem;
@@ -4001,6 +4007,7 @@ a {
}
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .view-filters #views-exposed-form-projets-block-1 #edit-actions {
width: 100%;
margin: auto;
}
}
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .view-content {
@@ -325,7 +325,7 @@
padding-right: 1rem;
}
@media (max-width: 568px){
width: auto%;
width: auto;
}
}
span:nth-of-type(2){
@@ -147,6 +147,10 @@
margin-bottom: 1rem;
display: flex;
align-content: center;
@media (max-width: 550px) {
width: 100%;
margin: auto;
}
}
select, input{
padding: 0.3rem;
@@ -259,6 +263,7 @@
flex-direction: column;
#edit-actions{
width: 100%;
margin: auto;
}
}
}