zuora_connect_ui 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d632e67968c272f4c3af46bbd3f739ae9af6e664
4
- data.tar.gz: 0f9a66374fd2ba3194bbf3357aaae780d38ae767
3
+ metadata.gz: 61dbf28cd4e87b4b27c3e67576ca433246c8955c
4
+ data.tar.gz: 3c020f29854c49496ae961ffd609ad0929acc86f
5
5
  SHA512:
6
- metadata.gz: 28bf83fe47d2ed5f79f71e0c5baacef67591c340c42a0782ffb7604323becd49bdd80d2b4f22e8b7afc7663fe0f2afc921f4bc82762ff1dcf23540fa7e7b4dcc
7
- data.tar.gz: ea3ffcd37248c6158b9d7d504a4581177a2b19649d88dd73470685f6d0c6cd41c4de0c1dd1f0bac2632068f738f36344ce4e008eb0b93dafb6b4af17ab83d775
6
+ metadata.gz: 34c9ca321f8a4d94b2c055d4d4d10d73f051bfac879e50ce61906c1a3a64860f304229a139498993cfb0d239fb357a1ca806f4c0a307c3277821a03a5a8e36d0
7
+ data.tar.gz: eca627769e9fb32fbd21e08efcee7b032a3a5b84e28d5c6c5c873f1d24a4a95a63b097872e897ad892d40989c6836afe00edbd5a719eebb24004051bba8e2264
@@ -66,6 +66,7 @@ select {
66
66
  }
67
67
 
68
68
  #content {
69
+ margin: 0 1rem;
69
70
  background-color: $neutral-4;
70
71
  min-height: 500px;
71
72
 
@@ -1,4 +1,6 @@
1
1
  #breadcrumb-bar {
2
+ min-height: 3.25rem;
3
+
2
4
  #breadcrumbs {
3
5
  .breadcrumb {
4
6
  font-size: .75rem;
@@ -108,12 +108,12 @@ input[type="file"] {
108
108
  }
109
109
 
110
110
  label.zuo-floating-label {
111
- position: absolute;
112
- top: 1.25rem;
111
+ position: relative;
112
+ top: -1.4375rem;
113
113
  display: block;
114
114
  transition: 0.2s;
115
115
  font-size: .875rem;
116
- line-height: 1;
116
+ line-height: .875rem;
117
117
  font-weight: normal;
118
118
  color: #6e7c89;
119
119
  margin-bottom: 0;
@@ -124,7 +124,7 @@ label.zuo-floating-label {
124
124
  .zuo-textbox:focus + .zuo-floating-label,
125
125
  select + .select2-container--open + .zuo-floating-label {
126
126
  font-size: .75rem;
127
- top: 0;
127
+ top: -2.6875rem;
128
128
  }
129
129
 
130
130
  .zuo-textbox:focus + .zuo-floating-label,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZuoraConnectUi
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-07 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass