-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from MITLibraries/gdt-129-ask-gis
Add 'Ask GIS' panel and reorganize SCSS
- Loading branch information
Showing
6 changed files
with
60 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,3 @@ | ||
body { | ||
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; | ||
} | ||
|
||
// Things I don't know how to classify yet. Ideally this will be empty. | ||
.top-line { | ||
border-top: 1px solid #000; | ||
} | ||
|
||
.top-attached { | ||
margin-top: 0; | ||
} | ||
|
||
.top-space { | ||
margin-top: 2.4rem; | ||
} | ||
|
||
#advanced-search-panel legend { | ||
color: #000 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<% if display == 'view-aside' %> | ||
<div class="col1qr-sidebar"> | ||
<% end %> | ||
<div class="bit ask-us <%= display %>"> | ||
<h3 class="title">Need help?</h3> | ||
<% if Flipflop.enabled?(:gdt) %> | ||
<a class="btn button-secondary" href="https://libraries.mit.edu/ask-gis">Ask GIS</a> | ||
<% else %> | ||
<a class="btn button-secondary" href="https://libraries.mit.edu/ask/">Ask Us</a> | ||
<% end %> | ||
</div> | ||
<% if display == 'view-aside' %> | ||
</div> | ||
<% end %> |