pwnstyles_rails 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.9
@@ -1,4 +1,5 @@
1
1
  a {
2
+ cursor: pointer;
2
3
  text-decoration: underline;
3
4
  }
4
5
  a, a:hover, a:active, a:visited {
@@ -0,0 +1,3 @@
1
+ .hidden {
2
+ display: none;
3
+ }
@@ -77,6 +77,9 @@ table {
77
77
  border-collapse: collapse;
78
78
  border-spacing: 0;
79
79
  }
80
+ th {
81
+ text-align: left;
82
+ }
80
83
 
81
84
  hr {
82
85
  display: block;
@@ -0,0 +1,6 @@
1
+ th, td {
2
+ padding: 0.1em 0.3em 0.2em 0;
3
+ }
4
+ tr, th, td {
5
+ vertical-align: middle;
6
+ }
@@ -49,3 +49,8 @@ h6 {
49
49
  line-height: $h6-line-height;
50
50
  color: $h6-text-color;
51
51
  }
52
+
53
+ thead, th {
54
+ font-weight: bold;
55
+ color: $table-heading-text-color;
56
+ }
@@ -5,6 +5,8 @@
5
5
  @import 'generic/images.scss';
6
6
  @import 'generic/links.scss';
7
7
  @import 'generic/menu.scss';
8
+ @import 'generic/pwnfx.scss';
9
+ @import 'generic/tables.scss';
8
10
  @import 'generic/text.scss';
9
11
 
10
12
  @import 'modules/body.scss';
@@ -0,0 +1,11 @@
1
+ // Imports all the files in this directory.
2
+ //
3
+ // You can import this file in your application's scss files to access the
4
+ // variables, using the following line from public/stylesheets/scss/*.scss:
5
+ //
6
+ // @import '../../pwnstyles/stylesheets/scss/vars/all.scss';
7
+
8
+ @import 'app.scss';
9
+ @import 'color_scheme.scss';
10
+ @import 'fonts.scss';
11
+ @import 'layout_sizes.scss';
@@ -75,3 +75,7 @@ $h5-text-color: change-color($heading-main-color,
75
75
  $saturation: 100%, $lightness: 17%) !default;
76
76
  $h6-text-color: change-color($heading-main-color,
77
77
  $saturation: 100%, $lightness: 15%) !default;
78
+
79
+ // Tables.
80
+ $table-heading-text-color: change-color($main-color1,
81
+ $saturation: 100%, $lightness: 25%) !default;
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pwnstyles_rails}
8
- s.version = "0.0.8"
8
+ s.version = "0.0.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Victor Costan"]
@@ -42,13 +42,16 @@ Gem::Specification.new do |s|
42
42
  "public/stylesheets/scss/generic/_images.scss",
43
43
  "public/stylesheets/scss/generic/_links.scss",
44
44
  "public/stylesheets/scss/generic/_menu.scss",
45
+ "public/stylesheets/scss/generic/_pwnfx.scss",
45
46
  "public/stylesheets/scss/generic/_reset.scss",
47
+ "public/stylesheets/scss/generic/_tables.scss",
46
48
  "public/stylesheets/scss/generic/_text.scss",
47
49
  "public/stylesheets/scss/modules/_body.scss",
48
50
  "public/stylesheets/scss/modules/_footer.scss",
49
51
  "public/stylesheets/scss/modules/_header.scss",
50
52
  "public/stylesheets/scss/modules/_status_bar.scss",
51
53
  "public/stylesheets/scss/pwnstyles.scss",
54
+ "public/stylesheets/scss/vars/_all.scss",
52
55
  "public/stylesheets/scss/vars/_app.scss",
53
56
  "public/stylesheets/scss/vars/_color_scheme.scss",
54
57
  "public/stylesheets/scss/vars/_fonts.scss",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwnstyles_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan
@@ -144,13 +144,16 @@ files:
144
144
  - public/stylesheets/scss/generic/_images.scss
145
145
  - public/stylesheets/scss/generic/_links.scss
146
146
  - public/stylesheets/scss/generic/_menu.scss
147
+ - public/stylesheets/scss/generic/_pwnfx.scss
147
148
  - public/stylesheets/scss/generic/_reset.scss
149
+ - public/stylesheets/scss/generic/_tables.scss
148
150
  - public/stylesheets/scss/generic/_text.scss
149
151
  - public/stylesheets/scss/modules/_body.scss
150
152
  - public/stylesheets/scss/modules/_footer.scss
151
153
  - public/stylesheets/scss/modules/_header.scss
152
154
  - public/stylesheets/scss/modules/_status_bar.scss
153
155
  - public/stylesheets/scss/pwnstyles.scss
156
+ - public/stylesheets/scss/vars/_all.scss
154
157
  - public/stylesheets/scss/vars/_app.scss
155
158
  - public/stylesheets/scss/vars/_color_scheme.scss
156
159
  - public/stylesheets/scss/vars/_fonts.scss