hackathon_manager 0.5.5 → 0.5.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d9d077aa62db01e3471036edab8f1e75cc13662
4
- data.tar.gz: ae283fc3b6dcbd1baabec3a4891fc6d294b141ad
3
+ metadata.gz: 39b6a7f4c9399988b46718c3e737868c187e0c69
4
+ data.tar.gz: c5dfb9e1c160131e7a44e894bc8988a503eff9ce
5
5
  SHA512:
6
- metadata.gz: f9a50a45be44036f7f6578ab945f771683ecf68f4a30ee2a73f227a46273c78ffeef22013b9bd242ba6f52869ba79e8c51e490b2d7a0231e87ef563a4438e588
7
- data.tar.gz: 6a7a54cbefbaf3abdab82d077263d6a14e54334c189a5baa532dbe1c6cf13af888f7a2c35258d154339cd6c8f433d078c1dba1eb9ea50cde29ca1d0dcc06edd0
6
+ metadata.gz: 35e7c387a2df217c2d4af7542d8e019ca143dbcb4ea1b4a6f52f5fddb23cb3ee381c0eb58735066b441b35cb4ac6934d107e5d271e8cfea5a36dbb760de711cb
7
+ data.tar.gz: 917e27daf592f494288023a8b0154aeb0f75fceb34b38aed11852eca3d662f7ed8fd46304bd293f89928a360986b63a51ca251ed4770409d74df648b296a0ea1
@@ -5,7 +5,6 @@
5
5
  display: inline-block
6
6
  padding: 0.6em 1.3em !important
7
7
  font-size: 15px
8
- border-radius: 0
9
8
  text-transform: uppercase
10
9
  color: $button--text
11
10
  font-weight: 600 !important
@@ -7,7 +7,7 @@ $account-nav-padding-vert: 15px
7
7
  display: flex
8
8
  flex-flow: row nowrap
9
9
  justify-content: center
10
- background: $grey-dark
10
+ background: $account-header--background
11
11
 
12
12
  .header__wrapper
13
13
  display: flex
@@ -96,14 +96,16 @@ h1.center,h2.center,h3.center,h4.center,h5.center,h6.center,p.center
96
96
  text-align: center
97
97
 
98
98
  .button
99
- background: $secondary
99
+ background: $button--background
100
+ border: 1px solid $button--border
100
101
  display: inline-block
101
- padding: 0.8em 1.5em
102
+ padding: 0.6em 1.3em
102
103
  font-size: 15px
103
- border-radius: 30px
104
104
  text-transform: uppercase
105
105
  letter-spacing: 0.07em
106
- color: white
106
+ color: $button--text
107
107
  font-weight: 600
108
108
  margin: 12px 5px
109
109
  text-decoration: none
110
+ box-shadow: 0 2px 15px rgba($button--background, 0.3)
111
+ border-radius: 3px
@@ -115,6 +115,11 @@ $alert--background--error: $red !default
115
115
  $alert--border--error: $red !default
116
116
  $alert--text--error: $white_pure !default
117
117
 
118
+ /*
119
+ * Account header
120
+ */
121
+ $account-header--background: $grey-dark !default
122
+
118
123
  /*
119
124
  * Account navigation
120
125
  */
@@ -1,3 +1,3 @@
1
1
  module HackathonManager
2
- VERSION = '0.5.5'.freeze
2
+ VERSION = '0.5.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hackathon_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Olivera