Skip to content

Commit

Permalink
Remove second include of styles
Browse files Browse the repository at this point in the history
Prune unused variables
  • Loading branch information
jcoyne committed Oct 31, 2024
1 parent 2758b2b commit 89859f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
24 changes: 0 additions & 24 deletions app/assets/stylesheets/base.scss
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
#main-container {
a {
&.disabled {
color: #ccc;
cursor: not-allowed;
text-decoration: none;
}
}

a:hover,
a:focus {
text-decoration: underline;
}

li {
a {
&:hover,
&:focus {
border-bottom: 0;
}
}
}
}

h4 {
font-weight: 400;
}
Expand Down
16 changes: 0 additions & 16 deletions app/assets/stylesheets/variables.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
$gray-base: #000;
$nav-color: #fbfbf9;

$pagination-active-bg: #696969;
$pagination-active-border: #696969;

/* $theme-colors: (
"primary": $color-cardinal-red,
"secondary": #6c757d,
"success": #008566,
"danger": $color-cardinal-red,
); */

// 1rem = 16px in BS4. .94 approximates the previous font size which was specified as 15px
$font-size-base: 0.94rem;
Expand All @@ -25,11 +14,6 @@ $headings-font-weight: 100;

$font-family-sans-serif: "Source Sans Pro", "Arial Unicode MS", Helvetica,
sans-serif;
$txt-color: $gray-base;

$gray-41-percent: #696969;

//@at-root: $brand-primary;

$global-alert-color: rgb(204, 0, 0);

Expand Down
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<%= title site: 'Library Hours', separator: '|', reverse: true %>
<%= favicon_link_tag 'favicon.ico' %>
<%= stylesheet_link_tag "application", media: "all" %>
<link href="https://www-media.stanford.edu/su-identity/css/su-identity.css" rel="stylesheet">
<%= stylesheet_link_tag "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" %>
<%= stylesheet_link_tag "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.2/css/all.min.css" %>
Expand Down

0 comments on commit 89859f4

Please sign in to comment.