playbook_ui 14.1.0.pre.alpha.PLAY15063614 → 14.1.0.pre.alpha.PLAY15063616

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
  SHA256:
3
- metadata.gz: df41e33aa0df2f998a39182c3692b8fd3ef9aeb046718aebf1e7dc3dd2313c79
4
- data.tar.gz: 1ce3f1dc14db9279e0342ff4d177a5bba4ee5ad2e09e3747147f482e8625a15a
3
+ metadata.gz: e867947a5b9a78b085c51e48aa0a3c883048d6826c8a9351028d55e9702dc089
4
+ data.tar.gz: 699cf8fcef6fc2823aa27d3262e98c50c27bdcae977fa046792d1126a0f451ab
5
5
  SHA512:
6
- metadata.gz: 553a52c4d07ff77f1f1a43b60871ad7727524770028a101145e58f10efe28ec96ca0e27af2176702d279b8bfa993e16313caee911eeda3afb6eb71d33258dc03
7
- data.tar.gz: a116dbedc8fa5f67aa10ad5e9b81aa15ac97aac93b52c124a4505989946eb2e4e04034eebfdd912e1db029ec4573eaeb16ad9983db9729609f7e231d5c5ac212
6
+ metadata.gz: 247455763d0bc712a015d94772d0a935030beedb12987532c56bc3f6797743870c6ae344a779b654b08b7ba68ffb39cf71186a659743483609bf265a92e86f26
7
+ data.tar.gz: c7ace21b2fc8d6207ad06e8c34759167873229406b6bb1c9c26c4e55dc951ce7a00549de31909e5f24c104e4e1765723642a36091d5c023960e7a7658bffbbb2
@@ -6,6 +6,7 @@
6
6
  @import 'pb_bar_graph/bar_graph';
7
7
  @import 'pb_body/body';
8
8
  @import 'pb_bread_crumbs/bread_crumbs';
9
+ @import 'pb_button/button_mixins';
9
10
  @import 'pb_button/button';
10
11
  @import 'pb_button_toolbar/button_toolbar';
11
12
  @import 'pb_caption/caption';
@@ -14,16 +14,16 @@
14
14
  }
15
15
  }
16
16
 
17
- @mixin icon-base($icon_size, $border_size) {
18
- &.dark {
19
- background-color: $bg_dark;
17
+ @mixin icon-base {
18
+ &.dark{
19
+ background-color: $bg_dark
20
20
  }
21
21
  width: $icon_size;
22
22
  height: $icon_size;
23
23
  position: absolute;
24
24
  background-color: $white;
25
25
  border-radius: $icon_size;
26
- font-size: $icon_size - ($border_size * 2);
26
+ font-size: ($icon_size - $border_size * 2);
27
27
  display: flex;
28
28
  justify-content: center;
29
29
  align-items: center;
@@ -48,11 +48,11 @@
48
48
  }
49
49
 
50
50
  &[class*=_bottom] .icon {
51
- @include icon-base($icon_size, $border_size);
51
+ @include icon-base;
52
52
  top: $icon_size * 1.27;
53
53
  }
54
54
  &[class*=_top] .icon {
55
- @include icon-base($icon_size, $border_size);
55
+ @include icon-base;
56
56
  bottom: $icon_size * 1.27;
57
57
  }
58
58
  &[class*=_right] .icon {
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.1.0"
5
- VERSION = "14.1.0.pre.alpha.PLAY15063614"
5
+ VERSION = "14.1.0.pre.alpha.PLAY15063616"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.1.0.pre.alpha.PLAY15063614
4
+ version: 14.1.0.pre.alpha.PLAY15063616
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX