Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"preview": "vite preview",
"snapshot:update": "vitest --environment jsdom run --update",
"sort-package": "npx sort-package-json",
"stylelint": "stylelint \"src/**/*.{css,vue}\" --allow-empty-input",
"stylelint:fix": "stylelint \"src/**/*.{css,vue}\" --fix --allow-empty-input",
"test": "CI=true vitest",
"test:unit": "CI=true vitest",
"typecheck": "tsc --noEmit -p tsconfig.vitest.json --composite false"
Expand All @@ -35,11 +37,12 @@
"zod": "3.24.4"
},
"devDependencies": {
"@prefabs.tech/tsconfig": "0.7.0",
"@babel/core": "7.26.10",
"@babel/plugin-syntax-flow": "7.26.0",
"@babel/plugin-transform-react-jsx": "^7.21.5",
"@prefabs.tech/eslint-config": "0.7.0",
"@prefabs.tech/stylelint-config": "0.7.0",
"@prefabs.tech/tsconfig": "0.7.0",
"@testing-library/react": "16.3.2",
"@types/jsdom": "21.1.7",
"@types/node": "25.3.5",
Expand All @@ -50,6 +53,9 @@
"eslint": "9.39.4",
"jsdom": "27.0.1",
"prettier": "3.8.3",
"stylelint": "17.9.1",
"stylelint-config-standard": "40.0.0",
"stylelint-order": "8.1.1",
"typescript": "5.9.3",
"vite": "7.3.2",
"vite-plugin-compression": "0.5.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/demo/src/Views/Ui/components/Stepper/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}

.demo-stepper-button-wrapper {
margin-top: 3rem;
display: flex;
justify-content: flex-start;
gap: 1rem;
justify-content: flex-start;
margin-top: 3rem;
}

@media screen and (min-width: 576px) {
@media screen and (width >= 576px) {
.demo-stepper-wrapper {
flex-direction: row;
}
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/src/Views/Ui/components/Tag/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.demo-tag-container {
display: flex;
align-items: center;
gap: 1rem;
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
36 changes: 18 additions & 18 deletions apps/demo/src/Views/Ui/components/YoutubeFacade/index.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.youTubeFacade {
display: flex;
position: relative;
width: 100%;
display: flex;
}

.videoEmbed,
.youTubeFacade img {
width: 100%;
height: auto;
border: none;
height: auto;
width: 100%;
}

.youTubeFacade img {
Expand All @@ -20,42 +20,42 @@
}

.youTubeFacade a:first-child::after {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234.67 165.33'%3E%3Cpath d='M229.763 25.817c-2.699-10.162-10.65-18.165-20.748-20.881C190.716 0 117.333 0 117.333 0S43.951 0 25.651 4.936C15.553 7.652 7.6 15.655 4.903 25.817 0 44.236 0 82.667 0 82.667s0 38.429 4.903 56.85C7.6 149.68 15.553 157.681 25.65 160.4c18.3 4.934 91.682 4.934 91.682 4.934s73.383 0 91.682-4.934c10.098-2.718 18.049-10.72 20.748-20.882 4.904-18.421 4.904-56.85 4.904-56.85s0-38.431-4.904-56.85' fill='red'%3E%3C/path%3E%3Cpath d='M93.333 117.559l61.333-34.89-61.333-34.894z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E")
center no-repeat;
background-size: 4rem;
content: "";
height: 4rem;
left: 50%;
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
width: 4rem;
height: 4rem;
background-size: 4rem;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234.67 165.33'%3E%3Cpath d='M229.763 25.817c-2.699-10.162-10.65-18.165-20.748-20.881C190.716 0 117.333 0 117.333 0S43.951 0 25.651 4.936C15.553 7.652 7.6 15.655 4.903 25.817 0 44.236 0 82.667 0 82.667s0 38.429 4.903 56.85C7.6 149.68 15.553 157.681 25.65 160.4c18.3 4.934 91.682 4.934 91.682 4.934s73.383 0 91.682-4.934c10.098-2.718 18.049-10.72 20.748-20.882 4.904-18.421 4.904-56.85 4.904-56.85s0-38.431-4.904-56.85' fill='red'%3E%3C/path%3E%3Cpath d='M93.333 117.559l61.333-34.89-61.333-34.894z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E")
center no-repeat;
}

.youTubeFacade a:last-child {
position: absolute;
background: #333;
bottom: 1rem;
color: #fff;
font-family: arial, helvetica, sans-serif;
left: 0;
padding: 1rem;
font-family: arial, helvetica, sans-serif;
background: #333;
color: #fff;
position: absolute;
}

.youTubeFacade a:last-child::after {
content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 16 16"%3E%3Cpath fill="white" d="M6.01 10.49a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71l8.49-8.48c.2-.2.51-.2.71 0c.2.2.2.51 0 .71l-8.5 8.48c-.1.1-.23.15-.35.15Z"%2F%3E%3Cpath fill="white" d="M14.5 7c-.28 0-.5-.22-.5-.5V2H9.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h5c.28 0 .5.22.5.5v5c0 .28-.22.5-.5.5Zm-3 8H2.49C1.67 15 1 14.33 1 13.51V4.49C1 3.67 1.67 3 2.49 3H7.5c.28 0 .5.22.5.5s-.22.5-.5.5H2.49a.49.49 0 0 0-.49.49v9.02c0 .27.22.49.49.49h9.01c.27 0 .49-.22.49-.49V8.5c0-.28.22-.5.5-.5s.5.22.5.5v5.01c0 .82-.67 1.49-1.49 1.49Z"%2F%3E%3C%2Fsvg%3E');
}

.youTubeFacade a:last-child b {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 507.9 113.39'%3E%3Cg fill='%23fff'%3E%3Cpath d='M64.792 80.99V32.396l42.082 24.297zm93.803-63.285a20.285 20.285 0 00-14.32-14.32C131.642 0 80.99 0 80.99 0S30.337 0 17.705 3.385a20.286 20.286 0 00-14.32 14.32C0 30.338 0 56.693 0 56.693S0 83.049 3.385 95.68A20.285 20.285 0 0017.705 110c12.632 3.386 63.285 3.386 63.285 3.386s50.652 0 63.285-3.386a20.284 20.284 0 0014.32-14.32c3.385-12.632 3.385-38.988 3.385-38.988s0-26.355-3.385-38.988m94.473 74.326c.887-2.314 1.332-6.098 1.332-11.35V58.556c0-5.097-.445-8.822-1.332-11.178-.888-2.355-2.452-3.533-4.69-3.533-2.163 0-3.69 1.178-4.577 3.533-.888 2.356-1.332 6.081-1.332 11.178V80.68c0 5.25.424 9.035 1.275 11.35.848 2.318 2.392 3.475 4.633 3.475 2.239 0 3.803-1.157 4.691-3.475zm-17.953 11.122c-3.207-2.16-5.486-5.52-6.835-10.079-1.352-4.554-2.027-10.617-2.027-18.185v-10.31c0-7.644.771-13.784 2.316-18.417 1.544-4.633 3.956-8.011 7.24-10.135 3.282-2.123 7.587-3.186 12.916-3.186 5.251 0 9.459 1.082 12.626 3.243 3.165 2.162 5.482 5.542 6.95 10.136 1.466 4.595 2.2 10.715 2.2 18.36v10.31c0 7.567-.714 13.65-2.142 18.243-1.43 4.595-3.747 7.955-6.951 10.077-3.205 2.124-7.548 3.186-13.03 3.186-5.64 0-10.06-1.082-13.263-3.243m248.053-57.981c-.81 1.005-1.352 2.646-1.621 4.923-.272 2.278-.404 5.734-.404 10.367v5.097h11.697V60.46c0-4.555-.155-8.011-.463-10.367-.309-2.355-.868-4.014-1.678-4.98-.812-.966-2.067-1.449-3.766-1.449-1.7 0-2.954.503-3.765 1.506zm-2.025 29.886v3.591c0 4.557.132 7.974.404 10.251.269 2.279.828 3.94 1.68 4.982.849 1.041 2.16 1.564 3.938 1.564 2.392 0 4.035-.927 4.923-2.781.887-1.853 1.37-4.942 1.447-9.268l13.785.812c.077.62.116 1.469.116 2.548 0 6.565-1.795 11.47-5.387 14.712-3.589 3.242-8.669 4.865-15.232 4.865-7.876 0-13.398-2.47-16.564-7.414-3.168-4.94-4.75-12.586-4.75-22.935V63.589c0-10.657 1.641-18.436 4.924-23.342 3.281-4.903 8.9-7.355 16.854-7.355 5.482 0 9.691 1.004 12.626 3.012 2.933 2.01 5 5.137 6.197 9.383 1.197 4.247 1.796 10.117 1.796 17.607v12.163h-26.757m-284.953-1.33l-18.187-65.68h15.869l6.37 29.77c1.623 7.339 2.82 13.594 3.591 18.766h.464c.54-3.706 1.738-9.922 3.591-18.65l6.603-29.886h15.869l-18.417 65.68v31.51h-15.754v-31.51M322.115 34.23v71.007h-12.511l-1.39-8.688h-.347c-3.399 6.564-8.496 9.845-15.291 9.845-4.71 0-8.185-1.543-10.425-4.633-2.24-3.087-3.359-7.915-3.359-14.48V34.23h15.985v52.126c0 3.168.348 5.426 1.043 6.776.695 1.353 1.853 2.027 3.475 2.027 1.39 0 2.722-.423 3.996-1.275 1.274-.849 2.22-1.928 2.838-3.241V34.229h15.986m81.995.001v71.007h-12.511l-1.391-8.688h-.345c-3.402 6.564-8.498 9.845-15.292 9.845-4.711 0-8.186-1.543-10.426-4.633-2.24-3.087-3.358-7.915-3.358-14.48V34.23h15.985v52.126c0 3.168.347 5.426 1.041 6.776.696 1.353 1.855 2.027 3.476 2.027 1.391 0 2.723-.423 3.996-1.275 1.275-.849 2.22-1.928 2.839-3.241V34.229h15.985'%3E%3C/path%3E%3Cpath d='M365.552 20.908h-15.87v84.329h-15.637v-84.33h-15.869V8.05h47.376v12.858m76.811 53.636c0 5.174-.215 9.229-.639 12.162-.424 2.937-1.139 5.021-2.143 6.255-1.004 1.236-2.357 1.854-4.053 1.854a7.404 7.404 0 01-3.65-.927c-1.12-.618-2.026-1.544-2.722-2.78V50.796c.54-1.93 1.467-3.513 2.78-4.749 1.313-1.234 2.74-1.853 4.285-1.853 1.623 0 2.876.637 3.766 1.91.886 1.275 1.505 3.418 1.853 6.43.348 3.011.523 7.297.523 12.857zm14.652-28.964c-.967-4.478-2.531-7.721-4.692-9.73-2.163-2.007-5.136-3.011-8.919-3.011-2.935 0-5.676.83-8.224 2.49a16.926 16.926 0 00-5.908 6.545h-.117l.001-37.416h-15.405v100.777h13.204l1.622-6.717h.347c1.235 2.393 3.088 4.285 5.56 5.675 2.47 1.39 5.213 2.085 8.225 2.085 5.404 0 9.382-2.491 11.931-7.471 2.548-4.982 3.823-12.76 3.823-23.341V64.23c0-7.953-.484-14.17-1.448-18.65'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
center no-repeat;
background-size: 5rem;
color: transparent;
display: inline-block;
width: 5rem;
margin-left: 0.25rem;
font-size: 1.2rem;
line-height: 1.2rem;
color: transparent;
background-size: 5rem;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 507.9 113.39'%3E%3Cg fill='%23fff'%3E%3Cpath d='M64.792 80.99V32.396l42.082 24.297zm93.803-63.285a20.285 20.285 0 00-14.32-14.32C131.642 0 80.99 0 80.99 0S30.337 0 17.705 3.385a20.286 20.286 0 00-14.32 14.32C0 30.338 0 56.693 0 56.693S0 83.049 3.385 95.68A20.285 20.285 0 0017.705 110c12.632 3.386 63.285 3.386 63.285 3.386s50.652 0 63.285-3.386a20.284 20.284 0 0014.32-14.32c3.385-12.632 3.385-38.988 3.385-38.988s0-26.355-3.385-38.988m94.473 74.326c.887-2.314 1.332-6.098 1.332-11.35V58.556c0-5.097-.445-8.822-1.332-11.178-.888-2.355-2.452-3.533-4.69-3.533-2.163 0-3.69 1.178-4.577 3.533-.888 2.356-1.332 6.081-1.332 11.178V80.68c0 5.25.424 9.035 1.275 11.35.848 2.318 2.392 3.475 4.633 3.475 2.239 0 3.803-1.157 4.691-3.475zm-17.953 11.122c-3.207-2.16-5.486-5.52-6.835-10.079-1.352-4.554-2.027-10.617-2.027-18.185v-10.31c0-7.644.771-13.784 2.316-18.417 1.544-4.633 3.956-8.011 7.24-10.135 3.282-2.123 7.587-3.186 12.916-3.186 5.251 0 9.459 1.082 12.626 3.243 3.165 2.162 5.482 5.542 6.95 10.136 1.466 4.595 2.2 10.715 2.2 18.36v10.31c0 7.567-.714 13.65-2.142 18.243-1.43 4.595-3.747 7.955-6.951 10.077-3.205 2.124-7.548 3.186-13.03 3.186-5.64 0-10.06-1.082-13.263-3.243m248.053-57.981c-.81 1.005-1.352 2.646-1.621 4.923-.272 2.278-.404 5.734-.404 10.367v5.097h11.697V60.46c0-4.555-.155-8.011-.463-10.367-.309-2.355-.868-4.014-1.678-4.98-.812-.966-2.067-1.449-3.766-1.449-1.7 0-2.954.503-3.765 1.506zm-2.025 29.886v3.591c0 4.557.132 7.974.404 10.251.269 2.279.828 3.94 1.68 4.982.849 1.041 2.16 1.564 3.938 1.564 2.392 0 4.035-.927 4.923-2.781.887-1.853 1.37-4.942 1.447-9.268l13.785.812c.077.62.116 1.469.116 2.548 0 6.565-1.795 11.47-5.387 14.712-3.589 3.242-8.669 4.865-15.232 4.865-7.876 0-13.398-2.47-16.564-7.414-3.168-4.94-4.75-12.586-4.75-22.935V63.589c0-10.657 1.641-18.436 4.924-23.342 3.281-4.903 8.9-7.355 16.854-7.355 5.482 0 9.691 1.004 12.626 3.012 2.933 2.01 5 5.137 6.197 9.383 1.197 4.247 1.796 10.117 1.796 17.607v12.163h-26.757m-284.953-1.33l-18.187-65.68h15.869l6.37 29.77c1.623 7.339 2.82 13.594 3.591 18.766h.464c.54-3.706 1.738-9.922 3.591-18.65l6.603-29.886h15.869l-18.417 65.68v31.51h-15.754v-31.51M322.115 34.23v71.007h-12.511l-1.39-8.688h-.347c-3.399 6.564-8.496 9.845-15.291 9.845-4.71 0-8.185-1.543-10.425-4.633-2.24-3.087-3.359-7.915-3.359-14.48V34.23h15.985v52.126c0 3.168.348 5.426 1.043 6.776.695 1.353 1.853 2.027 3.475 2.027 1.39 0 2.722-.423 3.996-1.275 1.274-.849 2.22-1.928 2.838-3.241V34.229h15.986m81.995.001v71.007h-12.511l-1.391-8.688h-.345c-3.402 6.564-8.498 9.845-15.292 9.845-4.711 0-8.186-1.543-10.426-4.633-2.24-3.087-3.358-7.915-3.358-14.48V34.23h15.985v52.126c0 3.168.347 5.426 1.041 6.776.696 1.353 1.855 2.027 3.476 2.027 1.391 0 2.723-.423 3.996-1.275 1.275-.849 2.22-1.928 2.839-3.241V34.229h15.985'%3E%3C/path%3E%3Cpath d='M365.552 20.908h-15.87v84.329h-15.637v-84.33h-15.869V8.05h47.376v12.858m76.811 53.636c0 5.174-.215 9.229-.639 12.162-.424 2.937-1.139 5.021-2.143 6.255-1.004 1.236-2.357 1.854-4.053 1.854a7.404 7.404 0 01-3.65-.927c-1.12-.618-2.026-1.544-2.722-2.78V50.796c.54-1.93 1.467-3.513 2.78-4.749 1.313-1.234 2.74-1.853 4.285-1.853 1.623 0 2.876.637 3.766 1.91.886 1.275 1.505 3.418 1.853 6.43.348 3.011.523 7.297.523 12.857zm14.652-28.964c-.967-4.478-2.531-7.721-4.692-9.73-2.163-2.007-5.136-3.011-8.919-3.011-2.935 0-5.676.83-8.224 2.49a16.926 16.926 0 00-5.908 6.545h-.117l.001-37.416h-15.405v100.777h13.204l1.622-6.717h.347c1.235 2.393 3.088 4.285 5.56 5.675 2.47 1.39 5.213 2.085 8.225 2.085 5.404 0 9.382-2.491 11.931-7.471 2.548-4.982 3.823-12.76 3.823-23.341V64.23c0-7.953-.484-14.17-1.448-18.65'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
center no-repeat;
margin-left: 0.25rem;
width: 5rem;
}

.youTubeFacade span {
Expand Down
7 changes: 3 additions & 4 deletions apps/demo/src/Views/Ui/index.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
.demo-button .container,
.demo-modal .container {
display: flex;
align-items: center;
gap: 1rem;
display: flex;
flex-wrap: wrap;
gap: 1rem;
}

.demo-switch-input .container {
display: flex;
flex-direction: column;
flex-flow: column wrap;
gap: 1rem;
flex-wrap: wrap;
}
12 changes: 3 additions & 9 deletions apps/demo/src/assets/css/code-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,18 @@

.code-block pre {
background-color: #f5f5f5;
padding: 1.5rem;
margin: 0;
border-radius: 5px;
margin: 0;
overflow-x: auto;
padding: 1.5rem;
text-wrap: wrap;
}

.code-block .actions {
position: absolute;
top: 0.5rem;
right: 0.5rem;
}

.code-block .actions {
opacity: 0;
position: absolute;
top: 0.5rem;
right: 0.5rem;
top: 0.5rem;
transition: all 0.3s ease-in-out;
}

Expand Down
2 changes: 1 addition & 1 deletion apps/demo/src/assets/css/country.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.country-display .custom-render {
align-items: center;
background-color: #eef2ff;
border: 1px solid var(--border-color, #e2e8f0);
border-radius: 1rem;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.25rem 1rem;
width: 8rem;
Expand Down
14 changes: 7 additions & 7 deletions apps/demo/src/assets/css/demo.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.demo {
width: 100%;
height: 100%;
align-items: stretch;
display: flex;
flex-wrap: wrap;
align-items: stretch;
height: 100%;
width: 100%;
}

.demo > .demo-aside {
flex-basis: 17rem;
flex-grow: 1;
display: flex;
flex-basis: 17rem;
flex-direction: column;
padding: 1rem 1rem 1rem 0;
flex-grow: 1;
gap: 1rem;
padding: 1rem 1rem 1rem 0;
}

.demo > .demo-main {
Expand Down Expand Up @@ -90,7 +90,7 @@
font-weight: 600;
}

@media screen and (min-width: 576px) {
@media screen and (width >= 576px) {
.demo > .demo-aside {
border-right: 1px solid var(--border-color, #e5e7eb);
height: 100%;
Expand Down
16 changes: 8 additions & 8 deletions apps/demo/src/assets/css/header-addon.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}

.dz-layout .dz-header-container .header-addon {
grid-area: addon;
color: var(--_layout-header-color);
display: none;
grid-area: addon;
}

.dz-header-container .header-addon > a:hover {
Expand All @@ -23,20 +23,20 @@
var(--dz-layout-nav-item-padding-h);
}

@media screen and (min-width: 576px) {
@media screen and (width >= 576px) {
.dz-header-container .header-addon:hover {
background-color: var(--hover-bg, #e5e5e5);
border-radius: 5px;
cursor: pointer;
}

.dz-layout[aria-expanded="true"] .dz-header-container .header-addon {
display: block;
order: 1;
padding: var(--dz-layout-nav-item-padding-v)
var(--dz-layout-nav-item-padding-h);
}

.dz-header-container .header-addon:hover {
background-color: var(--hover-bg, #e5e5e5);
border-radius: 5px;
cursor: pointer;
}

.dz-header-container .dz-header-menu {
order: 2;
}
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/src/assets/css/home.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.dz-grid-container .package {
border: 1px solid rgb(0 0 0 / 20%);
border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.2);
cursor: pointer;
display: flex;
flex-direction: column;
padding: 1rem;
gap: 0.25rem;
padding: 1rem;
}

.dz-grid-container .package:hover {
Expand Down
29 changes: 14 additions & 15 deletions apps/demo/src/assets/css/index.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
@import "./vars.css";
@import "./style.css";
@import "./code-block.css";
@import "./demo.css";

@import "./data.css";
@import "./editable-title.css";
@import "./header-addon.css";
@import "./home.css";
@import "./inline-link.css";
@import "./select.css";
@import "./sticky-collapsible-footer.css";
@import "./tab-view.css";
@import "./table-border.css";
@import "./table.css";
@import url("./vars.css");
@import url("./style.css");
@import url("./code-block.css");
@import url("./demo.css");
@import url("./data.css");
@import url("./editable-title.css");
@import url("./header-addon.css");
@import url("./home.css");
@import url("./inline-link.css");
@import url("./select.css");
@import url("./sticky-collapsible-footer.css");
@import url("./tab-view.css");
@import url("./table-border.css");
@import url("./table.css");
2 changes: 1 addition & 1 deletion apps/demo/src/assets/css/sticky-collapsible-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.demo-section .demo-section-content .sticky-collapsible .content {
padding: 1rem;
display: flex;
gap: 0.5rem;
padding: 1rem;
}
6 changes: 3 additions & 3 deletions apps/demo/src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

.main-menu > ul > li:hover,
.main-menu > ul > li .active {
text-decoration: underline;
font-weight: normal;
text-decoration: underline;
}

code {
background: lightgrey;
border-radius: 0.25rem;
padding: 0.5rem 0.5rem;
font-family: monospace;
padding: 0.5rem;
}

@media screen and (min-width: 576px) {
@media screen and (width >= 576px) {
.dz-layout > header > .dz-header-container {
flex-wrap: wrap;
}
Expand Down
Loading
Loading