Skip to content

Commit

Permalink
Removes unnecessary content top styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyonnetti committed Apr 26, 2024
1 parent 583a2db commit f42340b
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 3,770 deletions.
1 change: 0 additions & 1 deletion claroalter_base/.stylelintignore

This file was deleted.

7 changes: 0 additions & 7 deletions claroalter_base/.stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
"color-hex-length": null,
"declaration-block-no-duplicate-properties": true,
"declaration-block-no-shorthand-property-overrides": true,
"declaration-colon-space-after": "always-single-line",
"function-max-empty-lines": 1,
"indentation": 2,
"max-nesting-depth": 8,
"number-leading-zero": "always",
"number-no-trailing-zeros": null,
"property-no-vendor-prefix": null,
"rule-empty-line-before": [
"always-multi-line",
Expand All @@ -28,8 +23,6 @@
"selector-max-id": null,
"selector-no-qualifying-type": null,
"shorthand-property-no-redundant-values": true,
"string-quotes": "double",
"value-list-comma-space-after": "always-single-line",
"order/properties-alphabetical-order": null,
"order/order": [
"custom-properties",
Expand Down
4 changes: 1 addition & 3 deletions claroalter_base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
Install the following node modules (npm), in the same directory as this readme file, for compiling and linting our code.

```bash
yarn add autoprefixer browser-sync postcss sass sass-migrator standard stylelint stylelint-config-sass-guidelines stylelint-order uglify-js util yarn-upgrade-all --dev
bun add -D autoprefixer browser-sync concurrently nodemon postcss postcss-cli sass standard stylelint stylelint-config-sass-guidelines stylelint-order uglify-js
```

To run sass-migrator on a file, run the following command `yarn sass-migrator module --verbose src/sass/DIR/FILE.scss`

---

## Linting
Expand Down
Binary file added claroalter_base/bun.lockb
Binary file not shown.
58 changes: 3 additions & 55 deletions claroalter_base/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,46 +17,9 @@ a:focus,
box-shadow: none !important;
}

.page-wrapper {
background-color: var(--color-gray-050);
}
.page-wrapper .content-header {
background-color: var(--color-gray-050);
margin: 0;
padding-right: 3rem;
padding-left: 3rem;
}
.page-wrapper .layout-container {
margin: 0 !important;
}
.page-wrapper .layout-container .progress:not(#updateprogress) {
padding: 0 3rem 2rem;
}

.page-content {
background-color: #fff;
box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
margin-top: 0;
margin-bottom: 0;
padding-top: 1rem;
}

.region-highlighted,
.help,
#block-claroalter-primary-admin-actions,
#block-claroalter-secondary-local-tasks {
padding-right: 3rem;
padding-left: 3rem;
}

.region-content #block-claroalter-content {
background-color: #fff;
padding: 0 3rem 3rem;
}

.region-content-bottom {
background-color: #fff;
padding: 1px 3rem 4rem;
padding: 1px 0 4rem;
}
.region-content-bottom .navigation .menu {
box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
Expand All @@ -72,20 +35,6 @@ a:focus,
padding-top: 32px;
}

.layout-region--node-main,
.layout-region--node-footer {
width: 100%;
}

.layout-region--node-main .layout-region__content,
.layout-region--node-footer .layout-region__content {
max-width: unset;
}

.tabs.tabs--secondary::after {
border-bottom-style: none;
}

.views-tabs .action-list li,
.views-tabs .views-tabs__action-list-button.form-submit,
.views-tabs a {
Expand Down Expand Up @@ -206,7 +155,6 @@ th:last-child {
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), inset -1px 0 0 0 rgba(255, 255, 255, 0.3), 0 -1px 0 0 rgba(0, 0, 0, 0.75), 1px 0 0 0 rgba(0, 0, 0, 0.75);
inset: auto auto 0 0 !important;
padding: 20px 25px !important;
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
}

/*# sourceMappingURL=style.css.map */
2 changes: 1 addition & 1 deletion claroalter_base/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions claroalter_base/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,9 @@
height: 26px;
min-height: 26px;
}
#admin-toolbar-search-input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
#admin-toolbar-search-input::-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
}
#admin-toolbar-search-input::placeholder {
color: rgba(255, 255, 255, 0.5);
}
/*# sourceMappingURL=toolbar.css.map */
2 changes: 1 addition & 1 deletion claroalter_base/css/toolbar.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f42340b

Please sign in to comment.