ama_layout 9.5.2 → 11.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +5 -5
  2. data/.github/workflows/ci.yml +45 -0
  3. data/.ruby-version +1 -0
  4. data/Dangerfile +19 -0
  5. data/ama_layout.gemspec +33 -18
  6. data/app/assets/javascripts/ama_layout/desktop/foundation-custom.js +1 -0
  7. data/app/helpers/ama_layout_breadcrumb_helper.rb +7 -1
  8. data/app/helpers/ama_layout_content_helper.rb +28 -17
  9. data/app/helpers/ama_layout_partial_helper.rb +11 -0
  10. data/app/views/ama_layout/{_alert.html.erb → v2/_alert.html.erb} +0 -0
  11. data/app/views/ama_layout/{_applogo.html.erb → v2/_applogo.html.erb} +0 -0
  12. data/app/views/ama_layout/{_breadcrumbs.html.erb → v2/_breadcrumbs.html.erb} +0 -0
  13. data/app/views/ama_layout/{_custom_nav_links.html.erb → v2/_custom_nav_links.html.erb} +0 -0
  14. data/app/views/ama_layout/{_custom_sidebar.html.erb → v2/_custom_sidebar.html.erb} +0 -0
  15. data/app/views/ama_layout/v2/_font.html.erb +1 -0
  16. data/app/views/ama_layout/{_footer.html.erb → v2/_footer.html.erb} +0 -0
  17. data/app/views/ama_layout/{_main_nav_item.html.erb → v2/_main_nav_item.html.erb} +0 -0
  18. data/app/views/ama_layout/{_main_top_nav_item.html.erb → v2/_main_top_nav_item.html.erb} +0 -0
  19. data/app/views/ama_layout/v2/_member_links.html.erb +6 -0
  20. data/app/views/ama_layout/{_mobile_links.html.erb → v2/_mobile_links.html.erb} +0 -0
  21. data/app/views/ama_layout/{_mobile_notification_icon.html.erb → v2/_mobile_notification_icon.html.erb} +0 -0
  22. data/app/views/ama_layout/{_notice.html.erb → v2/_notice.html.erb} +0 -0
  23. data/app/views/ama_layout/{_notices.html.erb → v2/_notices.html.erb} +0 -0
  24. data/app/views/ama_layout/{_notification.html.erb → v2/_notification.html.erb} +0 -0
  25. data/app/views/ama_layout/{_notification_icon.html.erb → v2/_notification_icon.html.erb} +0 -0
  26. data/app/views/ama_layout/{_notification_sidebar.html.erb → v2/_notification_sidebar.html.erb} +1 -1
  27. data/app/views/ama_layout/{_sidebar.html.erb → v2/_sidebar.html.erb} +0 -0
  28. data/app/views/ama_layout/{_sign_out_link.html.erb → v2/_sign_out_link.html.erb} +1 -1
  29. data/app/views/ama_layout/{_siteheader.html.erb → v2/_siteheader.html.erb} +0 -0
  30. data/app/views/ama_layout/{_sub_nav.html.erb → v2/_sub_nav.html.erb} +0 -0
  31. data/app/views/ama_layout/{_sub_nav_item.html.erb → v2/_sub_nav_item.html.erb} +0 -0
  32. data/app/views/ama_layout/{_success.html.erb → v2/_success.html.erb} +0 -0
  33. data/app/views/ama_layout/v2/_top_nav.html.erb +16 -0
  34. data/app/views/ama_layout/{_top_sub_nav.html.erb → v2/_top_sub_nav.html.erb} +0 -0
  35. data/app/views/ama_layout/{_top_sub_nav_item.html.erb → v2/_top_sub_nav_item.html.erb} +0 -0
  36. data/app/views/ama_layout/v3/_alert.html.erb +5 -0
  37. data/app/views/ama_layout/v3/_applogo.html.erb +3 -0
  38. data/app/views/ama_layout/v3/_breadcrumbs.html.erb +3 -0
  39. data/app/views/ama_layout/v3/_custom_nav_links.html.erb +0 -0
  40. data/app/views/ama_layout/v3/_custom_sidebar.html.erb +1 -0
  41. data/app/views/ama_layout/v3/_font.html.erb +2 -0
  42. data/app/views/ama_layout/v3/_footer.html.erb +69 -0
  43. data/app/views/ama_layout/v3/_main_nav_item.html.erb +6 -0
  44. data/app/views/ama_layout/v3/_main_top_nav_item.html.erb +4 -0
  45. data/app/views/ama_layout/v3/_member_links.html.erb +6 -0
  46. data/app/views/ama_layout/v3/_mobile_links.html.erb +22 -0
  47. data/app/views/ama_layout/v3/_mobile_notification_icon.html.erb +4 -0
  48. data/app/views/ama_layout/v3/_notice.html.erb +5 -0
  49. data/app/views/ama_layout/v3/_notices.html.erb +3 -0
  50. data/app/views/ama_layout/v3/_notification.html.erb +10 -0
  51. data/app/views/ama_layout/v3/_notification_icon.html.erb +6 -0
  52. data/app/views/ama_layout/v3/_notification_sidebar.html.erb +22 -0
  53. data/app/views/ama_layout/v3/_sidebar.html.erb +8 -0
  54. data/app/views/ama_layout/v3/_sign_out_link.html.erb +3 -0
  55. data/app/views/ama_layout/v3/_siteheader.html.erb +37 -0
  56. data/app/views/ama_layout/v3/_sub_nav.html.erb +3 -0
  57. data/app/views/ama_layout/v3/_sub_nav_item.html.erb +3 -0
  58. data/app/views/ama_layout/v3/_success.html.erb +5 -0
  59. data/app/views/ama_layout/v3/_top_nav.html.erb +16 -0
  60. data/app/views/ama_layout/v3/_top_sub_nav.html.erb +3 -0
  61. data/app/views/ama_layout/v3/_top_sub_nav_item.html.erb +3 -0
  62. data/config.ru +9 -0
  63. data/lib/ama_layout/ama_layout_view.rb +6 -0
  64. data/lib/ama_layout/decorators/agent/navigation_decorator.rb +11 -6
  65. data/lib/ama_layout/decorators/navigation_decorator.rb +41 -26
  66. data/lib/ama_layout/draper_replacement.rb +6 -0
  67. data/lib/ama_layout/moneris.rb +10 -1
  68. data/lib/ama_layout/moneris/{textbox.txt → v2/textbox.txt} +0 -0
  69. data/lib/ama_layout/moneris/v3/textbox.txt +58 -0
  70. data/lib/ama_layout/navigation.rb +16 -9
  71. data/lib/ama_layout/navigation.yml +2 -2
  72. data/lib/ama_layout/version.rb +3 -1
  73. data/spec/ama_layout/decorators/moneris_decorator_spec.rb +4 -4
  74. data/spec/ama_layout/decorators/navigation_decorator_spec.rb +115 -60
  75. data/spec/ama_layout/moneris_spec.rb +22 -3
  76. data/spec/factories/agent_navigation.rb +3 -1
  77. data/spec/factories/navigation.rb +3 -1
  78. data/spec/factories/navigation_item.rb +6 -4
  79. data/spec/factories/users.rb +20 -13
  80. data/spec/helpers/ama_layout_content_helper_spec.rb +64 -62
  81. data/spec/internal/app/assets/config/manifest.js +0 -0
  82. data/spec/internal/db/schema.rb +4 -1
  83. data/spec/spec_helper.rb +3 -1
  84. metadata +108 -83
  85. data/.travis.yml +0 -6
  86. data/app/views/ama_layout/_top_nav.html.erb +0 -11
@@ -0,0 +1,6 @@
1
+ <li class="side-nav__item">
2
+ <%= link_to nav_item.text, nav_item.link,
3
+ target: nav_item.target, alt: nav_item.alt,
4
+ class: 'side-nav__link' %>
5
+ <%= nav_item.sidebar_sub_nav %>
6
+ </li>
@@ -0,0 +1,4 @@
1
+ <li class="has-submenu <%= nav_item.sub_nav_class %>">
2
+ <%= link_to nav_item.text, nav_item.link, class: 'show-for-small-only' %>
3
+ <%= nav_item.top_sub_nav %>
4
+ </li>
@@ -0,0 +1,6 @@
1
+ <li class="small-text">
2
+ <%= link_to 'Update Address', "#{Rails.configuration.youraccount_site}/membership_update/new" %>
3
+ </li>
4
+ <li class="small-text">
5
+ <%= link_to 'Manage Credit Cards', "#{Rails.configuration.gatekeeper_site}/members/credit_cards" %>
6
+ </li>
@@ -0,0 +1,22 @@
1
+ <div class="off-canvas position-left" id="offCanvasLeft" data-off-canvas>
2
+ <h2 class="side-nav__header">Online Account</h2>
3
+ <div class="side-nav__content">
4
+ <ul class="side-nav__list">
5
+ <li class="side-nav__item">
6
+ <%= link_to 'Sign In', "#{Rails.configuration.gatekeeper_site}/login", class: 'side-nav__link' %>
7
+ </li>
8
+ <li class="side-nav__item">
9
+ <a class="side-nav__link" href="<%= Rails.configuration.amaabca_site %>">AMA Website</a>
10
+ </li>
11
+ <li class="side-nav__item">
12
+ <a class="side-nav__link" href="http://amaroadreports.ca/">AMA Road Reports</a>
13
+ </li>
14
+ <li class="side-nav__item">
15
+ <a class="side-nav__link" href="<%= Rails.configuration.amaabca_site %>/knowledge-base/articles" target="_blank">Help</a>
16
+ </li>
17
+ <li class="side-nav__item">
18
+ <a class="side-nav__link" href="<%= Rails.configuration.amaabca_site %>/membership/contact-us--centre-locations-hours-and-contact-information">Contact Us</a>
19
+ </li>
20
+ </ul>
21
+ </div>
22
+ </div>
@@ -0,0 +1,4 @@
1
+ <a href="#" data-toggle="offCanvasRight" data-notifications-toggle>
2
+ <i class="fa fa-2x fa-bell notification__icon"></i>
3
+ <%= navigation.notification_badge %>
4
+ </a>
@@ -0,0 +1,5 @@
1
+ <div class="row">
2
+ <div class="large-12">
3
+ <div class="notice_notification"><span><%= message.html_safe %></span></div>
4
+ </div>
5
+ </div>
@@ -0,0 +1,3 @@
1
+ <%= notice(flash[:notice]) %>
2
+ <%= alert(flash[:alert]) %>
3
+ <%= success_message(flash[:success]) %>
@@ -0,0 +1,10 @@
1
+ <div class="row <%= notification.active_class %>">
2
+ <div class="small-2 column">
3
+ <%= notification.icon %>
4
+ </div>
5
+ <div class="small-10 column">
6
+ <p class="bold"><%= notification.header %></p>
7
+ <p><%= sanitize notification.content, scrubber: AmaLayout::NotificationScrubber.new %></p>
8
+ <p class="micetype"><%= notification.created_at %></p>
9
+ </div>
10
+ </div>
@@ -0,0 +1,6 @@
1
+ <li>
2
+ <a href="#" class="notification link--no-underline" data-toggle="offCanvasRight" data-notifications-toggle>
3
+ <i class="fa fa-2x fa-bell"></i>
4
+ <%= navigation.notification_badge %>
5
+ </a>
6
+ </li>
@@ -0,0 +1,22 @@
1
+ <div class="off-canvas position-right right-sidebar" id="offCanvasRight" data-off-canvas>
2
+ <div class="row column right-sidebar__header">
3
+ <h2 class="mt1">Notification Centre</h2>
4
+ <button class="close-button" aria-label="Close menu" type="button" data-close>
5
+ <span aria-hidden="true">&times;</span>
6
+ </button>
7
+ </div>
8
+ <div class="row column">
9
+ <%= navigation.notifications_heading %>
10
+ </div>
11
+ <%= render partial: ama_layout_partial('notification'), collection: notifications %>
12
+ <div class="row column">
13
+ <p class="mt1">Did You Know?</p>
14
+ <div class="section-content">
15
+ <p class="bold">Sign up for Vehicle Registration Auto-Renew</p>
16
+ <p>
17
+ We'll process your payment and mail you a new registration certificate and licence plate sticker. It's that simple!
18
+ </p>
19
+ <%= link_to 'Sign up now', "#{Rails.configuration.registries_site}/order/registrations/new", class: 'button--right button--expand-small-down' %>
20
+ </div>
21
+ </div>
22
+ </div>
@@ -0,0 +1,8 @@
1
+ <aside class="side-nav" data-equalizer-watch="page-container-equalize">
2
+ <h2 class="side-nav__header">Online Account</h2>
3
+ <div class="side-nav__content">
4
+ <ul class="side-nav__list">
5
+ <%= render partial: "ama_layout/main_nav_item", collection: navigation.items, as: :nav_item %>
6
+ </ul>
7
+ </div>
8
+ </aside>
@@ -0,0 +1,3 @@
1
+ <li>
2
+ <a class="side-nav__link" href="/logout">Sign Out</a>
3
+ </li>
@@ -0,0 +1,37 @@
1
+ <div class="header">
2
+ <div class="title-bar" data-responsive-toggle="main-menu" data-hide-for="large">
3
+ <button class="menu-icon" type="button" data-toggle="offCanvasLeft"></button>
4
+ <%= link_to(image_tag("ama-logo.png"), Rails.configuration.amaabca_site, class: "title-bar__logo") %>
5
+ <%= navigation.mobile_notification_icon %>
6
+ </div>
7
+ <div class="top-bar" id="main-menu">
8
+ <div class="top-bar-left">
9
+ <%= link_to(image_tag("ama-logo.png", class: "top-bar__logo"), Rails.configuration.amaabca_site) %>
10
+ </div>
11
+ <div class="top-bar-right">
12
+ <ul class="menu" data-responsive-menu="drilldown medium-dropdown">
13
+ <%= navigation.notification_icon %>
14
+ <li>
15
+ <a href="<%= Rails.configuration.amaabca_site %>/knowledge-base/articles" target="_blank">Help</a>
16
+ </li>
17
+ <li>
18
+ <a href="<%= Rails.configuration.amaabca_site %>/membership/contact-us--centre-locations-hours-and-contact-information">Contact Us</a>
19
+ </li>
20
+ <%= navigation.account_toggle(self) %>
21
+ <%= navigation.top_nav %>
22
+ </ul>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <%= navigation.mobile_links %>
27
+ <%= navigation.notification_sidebar %>
28
+ <div class="javascript_errors error_notification" hidden></div>
29
+ <noscript>
30
+ <div class="mt1 large-12 columns text-center error_notification">
31
+ <h2 class="mt1">There seems to be an issue with your browser.</h2>
32
+ <h5>Javascript is disabled in your web browser.</h5>
33
+ <div class='fieldset text-center small mb1 block'>
34
+ For full functionality of this site it is necessary to enable JavaScript. Here are the <a href="http://www.enable-javascript.com/" target="_blank"> instructions how to enable JavaScript in your web browser</a>
35
+ </div>
36
+ </div>
37
+ </noscript>
@@ -0,0 +1,3 @@
1
+ <ul class="side-nav__child-list">
2
+ <%= render partial: "ama_layout/sub_nav_item", collection: sub_nav, as: :nav_item %>
3
+ </ul>
@@ -0,0 +1,3 @@
1
+ <li class="side-nav__child-item">
2
+ <%= link_to nav_item.text, nav_item.link, class: "side-nav__child-link #{nav_item.active_class}" %>
3
+ </li>
@@ -0,0 +1,5 @@
1
+ <div class="row">
2
+ <div class="large-12">
3
+ <div class="success_notification"><span><%= message.html_safe %></span></div>
4
+ </div>
5
+ </div>
@@ -0,0 +1,16 @@
1
+ <li class="has-submenu">
2
+ <%= link_to navigation.display_name_text, '#', class: 'link--no-underline' %>
3
+ <ul class="submenu menu vertical">
4
+ <li class="bold">
5
+ <%= link_to 'Account Settings', "#{Rails.configuration.gatekeeper_site}/account_settings" %>
6
+ </li>
7
+ <li class="small-text">
8
+ <%= link_to 'Change Email/Password', "#{Rails.configuration.gatekeeper_site}/user/edit" %>
9
+ </li>
10
+ <li class="small-text">
11
+ <%= link_to 'Email Subscriptions', "#{Rails.configuration.youraccount_site}/subscriptions" %>
12
+ </li>
13
+ <%= navigation.member_links %>
14
+ <%= navigation.sign_out_link %>
15
+ </ul>
16
+ </li>
@@ -0,0 +1,3 @@
1
+ <ul class="submenu menu vertical" data-submenu>
2
+ <%= render partial: "ama_layout/top_sub_nav_item", collection: sub_nav, as: :nav_item %>
3
+ </ul>
@@ -0,0 +1,3 @@
1
+ <li>
2
+ <%= link_to nav_item.text, nav_item.link %>
3
+ </li>
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "rubygems"
4
+ require "bundler"
5
+
6
+ Bundler.require :default, :development
7
+
8
+ Combustion.initialize!(:all)
9
+ run Combustion::Application
@@ -1,5 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative '../../app/helpers/ama_layout_partial_helper'
4
+
1
5
  module AmaLayout
2
6
  class AmaLayoutView < ActionView::Base
7
+ include AmaLayoutPartialHelper
8
+
3
9
  attr_accessor :view_data
4
10
 
5
11
  def initialize(args)
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module AmaLayout
2
4
  module Agent
3
5
  class NavigationDecorator
@@ -12,18 +14,21 @@ module AmaLayout
12
14
  end
13
15
 
14
16
  def sign_out_link
15
- return "" unless user
16
- h.render partial: "ama_layout/sign_out_link"
17
+ return '' unless user
18
+
19
+ h.render partial: ama_layout_partial('sign_out_link')
17
20
  end
18
21
 
19
22
  def top_nav
20
- return "" unless user
21
- h.render partial: "ama_layout/agent/top_nav", locals: { navigation: self }
23
+ return '' unless user
24
+
25
+ h.render partial: ama_layout_partial('agent/top_nav'), locals: { navigation: self }
22
26
  end
23
27
 
24
28
  def sidebar
25
- return "" unless user
26
- h.render partial: "ama_layout/sidebar", locals: { navigation: self }
29
+ return '' unless user
30
+
31
+ h.render partial: ('sidebar'), locals: { navigation: self }
27
32
  end
28
33
 
29
34
  def cash_drawer_name
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module AmaLayout
2
4
  class NavigationDecorator
3
5
  include AmaLayout::DraperReplacement
@@ -11,16 +13,27 @@ module AmaLayout
11
13
  end
12
14
 
13
15
  def sign_out_link
14
- return "" unless user
15
- h.render partial: "ama_layout/sign_out_link"
16
+ return '' unless user
17
+
18
+ h.render partial: ama_layout_partial('sign_out_link')
19
+ end
20
+
21
+ def member_links
22
+ return '' unless user && %w[member member_renewal member_outstanding_balance].include?(user.try(:menu_key))
23
+
24
+ h.render partial: ama_layout_partial('member_links')
16
25
  end
17
26
 
18
27
  def top_nav
19
- h.render partial: "ama_layout/top_nav", locals: { navigation: self } if user
28
+ return '' unless user
29
+
30
+ h.render partial: ama_layout_partial('top_nav'), locals: { navigation: self }
20
31
  end
21
32
 
22
33
  def sidebar
23
- h.render partial: "ama_layout/sidebar", locals: { navigation: self } if items.any?
34
+ return '' if items.none?
35
+
36
+ h.render partial: ama_layout_partial('sidebar'), locals: { navigation: self }
24
37
  end
25
38
 
26
39
  def name_or_email
@@ -28,42 +41,44 @@ module AmaLayout
28
41
  end
29
42
 
30
43
  def account_toggle(view_data = {})
31
- h(view_data).render partial: "account_toggle"
44
+ h(view_data).render partial: 'account_toggle'
32
45
  end
33
46
 
34
47
  def notification_icon
35
- if user
36
- h.render 'ama_layout/notification_icon', navigation: self
37
- end
48
+ return '' unless user
49
+
50
+ h.render ama_layout_partial('notification_icon'), navigation: self
38
51
  end
39
52
 
40
53
  def mobile_notification_icon
41
- if user
42
- h.render 'ama_layout/mobile_notification_icon', navigation: self
43
- end
54
+ return '' unless user
55
+
56
+ h.render ama_layout_partial('mobile_notification_icon'), navigation: self
44
57
  end
45
58
 
46
59
  def mobile_links
47
- h.render 'ama_layout/mobile_links' unless user
60
+ return '' if user
61
+
62
+ h.render ama_layout_partial('mobile_links')
48
63
  end
49
64
 
50
65
  def notification_badge
51
- if new_notifications?
52
- h.content_tag(
53
- :div,
54
- active_notification_count,
55
- class: 'notification__badge',
56
- data: {
57
- notification_count: true
58
- }
59
- )
60
- end
66
+ return '' unless new_notifications?
67
+
68
+ h.content_tag(
69
+ :div,
70
+ active_notification_count,
71
+ class: 'notification__badge',
72
+ data: {
73
+ notification_count: true
74
+ }
75
+ )
61
76
  end
62
77
 
63
78
  def notification_sidebar
64
- if user
65
- h.render 'ama_layout/notification_sidebar', navigation: self, notifications: decorated_notifications
66
- end
79
+ return '' unless user
80
+
81
+ h.render ama_layout_partial('notification_sidebar'), navigation: self, notifications: decorated_notifications
67
82
  end
68
83
 
69
84
  def notifications_heading
@@ -85,7 +100,7 @@ module AmaLayout
85
100
  end
86
101
 
87
102
  def new_notifications?
88
- active_notification_count > 0
103
+ active_notification_count.positive?
89
104
  end
90
105
  end
91
106
  end
@@ -1,8 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative '../../app/helpers/ama_layout_partial_helper'
4
+
1
5
  module AmaLayout
2
6
  module DraperReplacement
3
7
  extend ActiveSupport::Concern
4
8
 
5
9
  included do
10
+ include AmaLayoutPartialHelper
11
+
6
12
  attr_accessor :object, :controller
7
13
 
8
14
  def h(view_data = {})
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module AmaLayout
2
4
  class Moneris
3
5
  include ActiveModel::Model
@@ -9,7 +11,14 @@ module AmaLayout
9
11
  attr_accessor :textbox_style_file
10
12
 
11
13
  def textbox_style_file
12
- @textbox_style_file ||= File.join Gem.loaded_specs["ama_layout"].full_gem_path, "lib", "ama_layout", "moneris", "textbox.txt"
14
+ @textbox_style_file ||= File.join(
15
+ Gem.loaded_specs['ama_layout'].full_gem_path,
16
+ 'lib',
17
+ 'ama_layout',
18
+ 'moneris',
19
+ Rails.configuration.stylesheet_resolver.version,
20
+ 'textbox.txt'
21
+ )
13
22
  end
14
23
  end
15
24
  end
@@ -0,0 +1,58 @@
1
+ -webkit-appearance: none;
2
+ -webkit-box-shadow: none;
3
+ -webkit-rtl-ordering: logical;
4
+ -webkit-transition-delay: 0s, 0s;
5
+ -webkit-transition-duration: 0.45s, 0.45s;
6
+ -webkit-transition-property: box-shadow, border-color;
7
+ -webkit-transition-timing-function: ease, ease-in-out;
8
+ -webkit-user-select: text;
9
+ -webkit-writing-mode: horizontal-tb;
10
+ background-color: rgb(255, 255, 255);
11
+ border-bottom-color: rgb(160, 160, 161);
12
+ border-bottom-style: solid;
13
+ border-bottom-width: 2px;
14
+ border-image-outset: 0px;
15
+ border-image-repeat: stretch;
16
+ border-image-slice: 100%;
17
+ border-image-source: none;
18
+ border-image-width: 1;
19
+ border-left-color: rgb(160, 160, 161);
20
+ border-left-style: solid;
21
+ border-left-width: 2px;
22
+ border-right-color: rgb(160, 160, 161);
23
+ border-right-style: solid;
24
+ border-right-width: 2px;
25
+ border-top-color: rgb(160, 160, 161);
26
+ border-top-style: solid;
27
+ border-top-width: 2px;
28
+ box-shadow: none;
29
+ border-radius: 9px;
30
+ box-sizing: border-box;
31
+ color: rgba(0, 0, 0, 0.74902);
32
+ cursor: auto;
33
+ display: block;
34
+ font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;font-size: 14px;
35
+ font-style: normal;font-variant: normal;
36
+ font-weight: normal;
37
+ height: 44px;
38
+ letter-spacing: normal;
39
+ line-height: normal;
40
+ margin-bottom: 0px;
41
+ margin-left: 0px;
42
+ margin-right: 0px;
43
+ margin-top: 0px;
44
+ padding-bottom: 8px;
45
+ padding-left: 8px;
46
+ padding-right: 8px;
47
+ padding-top: 8px;
48
+ text-align: start;
49
+ text-indent: 0px;
50
+ text-shadow: none;
51
+ text-transform: none;
52
+ transition-delay: 0s, 0s;
53
+ transition-duration: 0.45s, 0.45s;
54
+ transition-property: box-shadow, border-color;
55
+ transition-timing-function: ease, ease-in-out;
56
+ width: 100%;
57
+ word-spacing: 0px;
58
+ writing-mode: lr-tb;