Skip to content

Commit

Permalink
Merge pull request #1032 from sul-dlss/unused-code
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo authored Nov 8, 2023
2 parents a18c87a + 44ffc47 commit a7584af
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 137 deletions.
16 changes: 14 additions & 2 deletions app/assets/stylesheets/application.sass.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
// Entry point for your Sass build
@import 'palette';
@import 'deja-vu-font';
@import 'sul-variables';

// Color
$color-cardinal-red: #8c1515;
$gray-41-percent: #696969;

$sul-footer-bg-color: #f2f1eb;
$sul-topnavbar-link-color: $color-cardinal-red;
$sul-link-color-border: #b6b1a9;
$sul-body-bg: #fbfbf9;
$sul-text-color: #000;

$sul-h1-font-color: #3f3c30;
$sul-h2-border-color: #e3dfd5;
$sul-shadow-color: rgba(0, 0, 0, .2);

@import 'bootstrap-variables';

Expand Down
27 changes: 0 additions & 27 deletions app/assets/stylesheets/bootstrap-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,9 @@ $text-color: $sul-text-color;
$link-color: $sul-text-color;
$link-hover-color: $sul-text-color;

// Panels
$panel-border-radius: 0px;
$panel-bg: $sul-panel-bg;
$panel-footer-bg: $sul-panel-bg;
$panel-default-heading-bg: $sul-panel-heading-default;
$panel-default-border: $sul-panel-border-bottom;

// Colors
$gray-light: #737373;
$primary: $color-cardinal-red;
$component-active-bg: #80bdff;

// Navbar
$navbar-default-link-color: $white;
$navbar-default-link-hover-color: $white;
$navbar-default-link-active-color: $white;
$navbar-default-toggle-hover-bg: transparent;

// Pagination
$pagination-active-bg: $sul-pagination-active-bg;
$pagination-active-border: $sul-pagination-active-bg;

// Tables
$table-bg-accent: $color-beige-10;

// Tooltip
$tooltip-bg: $sul-tooltip-bg;

// Typography
$font-size-h1: 2.3em;
$font-size-h2: 1.6em;
$font-size-h3: 1.4em;
$headings-font-weight: 300;
3 changes: 0 additions & 3 deletions app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
border: none;
}

.header-logo > a, h3.panel-title a {
border-bottom: none;
}

#topnav, #search-navbar, #main-container, #sul-footer, #masthead-container {
margin: 0 auto;
Expand Down
11 changes: 0 additions & 11 deletions app/assets/stylesheets/palette.scss

This file was deleted.

50 changes: 0 additions & 50 deletions app/assets/stylesheets/sul-variables.scss

This file was deleted.

5 changes: 0 additions & 5 deletions app/views/shared/_brand_navbar.html.erb

This file was deleted.

4 changes: 0 additions & 4 deletions app/views/shared/_print_header.html.erb

This file was deleted.

35 changes: 0 additions & 35 deletions app/views/shared/_skip_to_nav.html.erb

This file was deleted.

0 comments on commit a7584af

Please sign in to comment.