padma-assets 0.2.0 → 0.2.1
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/common/custom.scss +37 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23e6018ae259d39f6dea07f2f8fdbba2a6c4aade
|
|
4
|
+
data.tar.gz: 84002152792c0d3a2e422761cf9f84c78e6e84f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92560ae2a88edf13bc5974ef89e724aef1b41b640f4aed34f6e2668f9dd35b870f8f3d144ede1f1c878afd903cece2eef4eb9b9c7ebd3b2040d721418e369c91
|
|
7
|
+
data.tar.gz: c27c265718c9848479eb7de304070b0fbb837da366233632e072e7ba17992b26f9b73c127ffe3d3ab319a09df05ae236e83d156b4155612813212cfd8f826bf0
|
|
@@ -201,6 +201,7 @@ $font-color-th-link: #2c69b8;
|
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.sticky-thead {
|
|
204
|
+
z-index: -1;
|
|
204
205
|
> thead {
|
|
205
206
|
> tr {
|
|
206
207
|
> th,
|
|
@@ -1608,4 +1609,40 @@ $bg-day-active: #0971b7;
|
|
|
1608
1609
|
border-color: rgba(#000, .1);
|
|
1609
1610
|
border-radius: 0;
|
|
1610
1611
|
box-shadow: 0 6px 12px rgba(#000, .175); // Add box shadow
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
// Custom Selectize plugin
|
|
1615
|
+
.selectize-control {
|
|
1616
|
+
&.multi .selectize-input,
|
|
1617
|
+
.selectize-input {
|
|
1618
|
+
border-color: #ebebeb;
|
|
1619
|
+
border-radius: 4px;
|
|
1620
|
+
border-width: 2px;
|
|
1621
|
+
color: #555;
|
|
1622
|
+
input[type='text'] {
|
|
1623
|
+
height: auto;
|
|
1624
|
+
}
|
|
1625
|
+
&:focus,
|
|
1626
|
+
&:focus:active,
|
|
1627
|
+
&.input-active {
|
|
1628
|
+
border-color: #66afe9;
|
|
1629
|
+
box-shadow: inset 0 1px 1px rgba(#000, .075), 0 0 8px rgba(102, 175, 233, .6);
|
|
1630
|
+
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
|
|
1631
|
+
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
1632
|
+
}
|
|
1633
|
+
> div { // tag
|
|
1634
|
+
background-color: #ebebeb;
|
|
1635
|
+
border-radius: 3px;
|
|
1636
|
+
color: #525252;
|
|
1637
|
+
font: {
|
|
1638
|
+
size: 11px;
|
|
1639
|
+
weight: bold;
|
|
1640
|
+
}
|
|
1641
|
+
margin: 0 3px 3px 0;
|
|
1642
|
+
padding: 1px 5px;
|
|
1643
|
+
&.active {
|
|
1644
|
+
background-color: #0971b7;
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1611
1648
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: padma-assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dwayne Macgowan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|