Skip to content

Commit

Permalink
continuous-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Feb 28, 2024
1 parent e8c3618 commit eb612d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"rules": {
"order/order": ["custom-properties", "declarations"],
"order/properties-alphabetical-order": true,
"custom-property-pattern": "^_?(amsterdam|denhaag|example|todo|utrecht)-?[a-z0-9-]+$",
"selector-class-pattern": "^(amsterdam|denhaag|example|todo|utrecht)-[a-z0-9_-]+$",
"keyframes-name-pattern": "^(amsterdam|denhaag|example|todo|utrecht)-[a-z0-9-]+$",
"custom-property-pattern": "^_?(amsterdam|denhaag|example|todo|utrecht|conduction|leiden)-?[a-z0-9-]+$",
"selector-class-pattern": "^(amsterdam|denhaag|example|todo|utrecht|conduction|leiden)-[a-z0-9_-]+$",
"keyframes-name-pattern": "^(amsterdam|denhaag|example|todo|utrecht|conduction|leiden)-[a-z0-9-]+$",
"at-rule-no-unknown": null,
"block-no-empty": [true],
"color-no-invalid-hex": [true],
Expand Down
14 changes: 7 additions & 7 deletions styles/_logo.scss
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
.utrecht-logo__container {
background-size: contain;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}

.utrecht-logo__container-header {
inline-size: var(--conduction-logo-header-inline-size);
block-size: var(--conduction-logo-header-block-size);
background-image: var(--conduction-logo-header-background-image);
block-size: var(--conduction-logo-header-block-size);
inline-size: var(--conduction-logo-header-inline-size);
}

.utrecht-logo__container-footer {
inline-size: var(--conduction-logo-footer-inline-size);
block-size: var(--conduction-logo-footer-block-size);
background-image: var(--conduction-logo-footer-background-image);
block-size: var(--conduction-logo-footer-block-size);
inline-size: var(--conduction-logo-footer-inline-size);
}

.utrecht-logo__container-navbar {
inline-size: var(--conduction-logo-navbar-inline-size);
block-size: var(--conduction-logo-navbar-block-size);
background-image: var(--conduction-logo-navbar-background-image);
block-size: var(--conduction-logo-navbar-block-size);
inline-size: var(--conduction-logo-navbar-inline-size);
}

.utrecht-logo__container-clickable:hover {
Expand Down
3 changes: 0 additions & 3 deletions styles/leiden-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@
--utrecht-skip-link-padding-inline-end: var(--utrecht-button-padding-inline-end);
--utrecht-skip-link-padding-inline-start: var(--utrecht-button-padding-inline-start);
--utrecht-spotlight-section-margin-block-start: var(--utrecht-space-block-md);
/* --utrecht-typography-sans-serif-font-family: "Lucida Grande", "Arial", sans-serif; */
--utrecht-unordered-list-margin-block-start: var(--utrecht-space-block-md);

--utrecht-page-content-padding-block-start: var(--leiden-size-lg);
--utrecht-page-content-padding-block-end: var(--leiden-size-lg);
--utrecht-paragraph-margin-block-start: var(--leiden-size-md) !important;

--utrecht-icon-size: 48px;
}

0 comments on commit eb612d4

Please sign in to comment.