waterfall_bourbon_neat_rails 2.0.0.8 → 2.0.0.9
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23b208c300663e20b3012d8419c4475df6b2b0a7
|
4
|
+
data.tar.gz: d8bcfbae9a6fab483bad652f957820e63aef5260
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 607226a1eb6a6d73a7a1d624b097920347c0f08faa079fd0adef02f21725506b2aa5ea8df960ca1d1bef594a113e3bfb678d84347e51eae7f5585c7f7d1cb416
|
7
|
+
data.tar.gz: d0bee75304bc369325921aaa73ec5aa6ad81d4869299ecd8f47f906a6bb44dbb2af93d7db8ad39b74c8137a5fb3787ea85a091049a843662317566a493108866
|
@@ -0,0 +1,56 @@
|
|
1
|
+
.bhours-wrapper{
|
2
|
+
width: 600px;
|
3
|
+
|
4
|
+
fieldset{
|
5
|
+
border: solid 1px orange;
|
6
|
+
background : rgba(247,247,247,0.9);
|
7
|
+
|
8
|
+
@include border-top-radius(5px);
|
9
|
+
@include border-right-radius(5px);
|
10
|
+
@include border-bottom-radius(5px);
|
11
|
+
@include border-left-radius(5px);
|
12
|
+
@include pad(20px 10px);
|
13
|
+
}
|
14
|
+
|
15
|
+
.days{
|
16
|
+
@include outer-container;
|
17
|
+
}
|
18
|
+
|
19
|
+
.day{
|
20
|
+
@include span-columns(2);
|
21
|
+
}
|
22
|
+
|
23
|
+
.checkbox{
|
24
|
+
display: block;
|
25
|
+
float: left;
|
26
|
+
|
27
|
+
@include size(12px);
|
28
|
+
@include margin(5px null);
|
29
|
+
}
|
30
|
+
|
31
|
+
.timefields{
|
32
|
+
@include outer-container;
|
33
|
+
@include shift(4);
|
34
|
+
@include margin(10px null null);
|
35
|
+
|
36
|
+
|
37
|
+
input{
|
38
|
+
@include span-columns(4);
|
39
|
+
@include omega;
|
40
|
+
|
41
|
+
text-align: center;
|
42
|
+
}
|
43
|
+
|
44
|
+
.separator{
|
45
|
+
@include span-columns(1);
|
46
|
+
@include omega;
|
47
|
+
|
48
|
+
text-align: center;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
.controls{
|
53
|
+
@include margin(20px null null);
|
54
|
+
display: table;
|
55
|
+
}
|
56
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
@@ -280,6 +280,7 @@ files:
|
|
280
280
|
- app/assets/stylesheets/custom/components/_ajax_spinner.scss
|
281
281
|
- app/assets/stylesheets/custom/components/_captcha.scss
|
282
282
|
- app/assets/stylesheets/custom/components/_config.scss
|
283
|
+
- app/assets/stylesheets/custom/components/_modal_bhours.scss
|
283
284
|
- app/assets/stylesheets/custom/components/_modal_filters.scss
|
284
285
|
- app/assets/stylesheets/custom/components/_modal_lead.scss
|
285
286
|
- app/assets/stylesheets/custom/components/_modal_leadDetails.scss
|