Skip to content

Commit

Permalink
Build minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareham committed Sep 21, 2023
1 parent 3fb0393 commit 873fc05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/style/Textpattern/sass/modules/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ textarea {
border-radius: 0.25em;
color: var(--clr-text-btn);
font: inherit;
/* autoprefixer: off */
appearance: none;
cursor: pointer;
}
Expand Down
3 changes: 0 additions & 3 deletions src/style/Textpattern/sass/modules/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
========================================================================== */

@media (min-width: setup.$breakpoint-2) {

/**
* Grid container.
*/
Expand Down Expand Up @@ -206,7 +205,6 @@
}

@media (max-width: setup.$breakpoint-2) {

/**
* Changes in styling for search form.
*/
Expand Down Expand Up @@ -435,7 +433,6 @@
}

@media (max-width: setup.$breakpoint-3) {

/**
* User search table (admin).
*/
Expand Down
3 changes: 0 additions & 3 deletions src/style/Textpattern/sass/setup/_settings.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
// typography grid

$base-font-size: 16px !default;
$base-line-height: 1.5 !default;
$small-line-height: 1.375 !default;
$code-font-size: 0.875rem !default; // 14px / 16px
$small-font-size: 0.75rem !default; // 12px / 16px

// layout grid

$container-max-width: 72rem !default; // 1152px / 16px
$breakpoint-3: 60rem !default; // 960px / 16px
$breakpoint-2: 48rem !default; // 768px / 16px
$breakpoint-1: 30rem !default; // 480px / 16px

// borders

$border-radius: 0.5em !default; // 8px / 16px

0 comments on commit 873fc05

Please sign in to comment.