bootstrap_bux 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/bootstrap_bux/application.css +7 -0
- data/app/views/bootstrap_bux/_footer_logo.html.erb +1 -5
- data/app/views/bootstrap_bux/_osu_footer.html.erb +3 -3
- data/app/views/bootstrap_bux/_osu_footer_dark.html.erb +1 -1
- data/app/views/bootstrap_bux/_osu_footer_light.html.erb +1 -1
- data/app/views/bootstrap_bux/_osu_footer_white.html.erb +1 -1
- data/lib/bootstrap_bux/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b079d633c977538c7eec23082b808ffb70bad2e4967a4974e529680c3621c7bd
|
4
|
+
data.tar.gz: caa7c04f8da6022094f2b0e7436c9b0222dc31498cab963798d1c6760c951bde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77fc93ab8c457ecd7102530dd0d51158ac79cb34819a541535f4f49dbe0ab6b29775832d363a10bcb6f43d4efc9b3f7b1abd6bd8e2964e79a34fd7344e69b8a1
|
7
|
+
data.tar.gz: ee0afb010dcf0933c41d0d5cf5bfc451b352e7b7c060499197eb9d8183b6214857b73c6d5e356498b6e483c4286899bb41a9690a8e452af3fa6bb0e60368c419
|
@@ -726,6 +726,13 @@ a.bux-button {
|
|
726
726
|
margin-bottom: 1rem;
|
727
727
|
}
|
728
728
|
|
729
|
+
.bux-footer--dark .bux-footer__logo .st0{fill:#FFFFFF}
|
730
|
+
.bux-footer--dark .bux-footer__logo .st1{fill:#BA0C2F}
|
731
|
+
.bux-footer--light .bux-footer__logo .st0{fill:#666666}
|
732
|
+
.bux-footer--light .bux-footer__logo .st1{fill:#BA0C2F}
|
733
|
+
.bux-footer--white .bux-footer__logo .st0{fill:#666666}
|
734
|
+
.bux-footer--white .bux-footer__logo .st1{fill:#BA0C2F}
|
735
|
+
|
729
736
|
.bux-footer .bux-footer__contact p {
|
730
737
|
/* font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif; */
|
731
738
|
font-size: .875rem;
|
@@ -1,11 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
2
|
<!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
3
|
<svg role="img" aria-label="The Ohio State University" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
-
viewBox="0 0 576 90"
|
5
|
-
<style type="text/css">
|
6
|
-
.st0{fill:<%= fill1 %>}
|
7
|
-
.st1{fill:<%= fill2 %>}
|
8
|
-
</style>
|
4
|
+
viewBox="0 0 576 90" xml:space="preserve">
|
9
5
|
<g>
|
10
6
|
<polygon class="st0" points="83.9,64.5 83.9,65.9 576,65.9 576,64.5 "/>
|
11
7
|
<path class="st1" d="M17.1,26.8l5.5-5.5h17.8l5.5,5.5v36.6l-5.5,5.5H22.6l-5.5-5.5V26.8L17.1,26.8z M59.8,20.8L46.2,7.3H16.8
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<div class="col">
|
4
4
|
<div class="bux-footer__logo">
|
5
5
|
<a href="http://osu.edu" target="_blank">
|
6
|
-
<%= render 'bootstrap_bux/footer_logo'
|
6
|
+
<%= render 'bootstrap_bux/footer_logo'%>
|
7
7
|
</a>
|
8
8
|
</div>
|
9
9
|
<div class="bux-footer__contact bux-footer__contact--address">
|
@@ -102,9 +102,9 @@
|
|
102
102
|
<% unless BootstrapBux.configuration.signin_link.blank? || BootstrapBux.configuration.signout_link.blank? %>
|
103
103
|
<p class="bux_footer__link">
|
104
104
|
<% if signed_in? %>
|
105
|
-
<%=
|
105
|
+
<%= link_to('Log Out', BootstrapBux.configuration.signout_link, class: 'bux-link btn btn-link', 'data-method'=> :delete) %>
|
106
106
|
<% else %>
|
107
|
-
<%= button_to('Log In', BootstrapBux.configuration.signin_link, method: :post, class: 'bux-link btn btn-link') %>
|
107
|
+
<%= button_to('Log In', BootstrapBux.configuration.signin_link, method: :post, class: 'bux-link btn btn-link', data: { turbo: false }) %>
|
108
108
|
<% end %>
|
109
109
|
</p>
|
110
110
|
<% end %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap_bux
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alison Furlong
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|