bootswatch-sprockets 0.1.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.
Files changed (46) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +16 -0
  3. data/.gitmodules +3 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +54 -0
  7. data/Rakefile +2 -0
  8. data/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +125 -0
  9. data/assets/stylesheets/bootswatch/cerulean/_variables.scss +856 -0
  10. data/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +237 -0
  11. data/assets/stylesheets/bootswatch/cosmo/_variables.scss +856 -0
  12. data/assets/stylesheets/bootswatch/custom/_bootswatch.scss +22 -0
  13. data/assets/stylesheets/bootswatch/custom/_variables.scss +856 -0
  14. data/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +210 -0
  15. data/assets/stylesheets/bootswatch/cyborg/_variables.scss +856 -0
  16. data/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +328 -0
  17. data/assets/stylesheets/bootswatch/darkly/_variables.scss +856 -0
  18. data/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +311 -0
  19. data/assets/stylesheets/bootswatch/flatly/_variables.scss +856 -0
  20. data/assets/stylesheets/bootswatch/global/build.scss +3 -0
  21. data/assets/stylesheets/bootswatch/journal/_bootswatch.scss +120 -0
  22. data/assets/stylesheets/bootswatch/journal/_variables.scss +856 -0
  23. data/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +481 -0
  24. data/assets/stylesheets/bootswatch/lumen/_variables.scss +856 -0
  25. data/assets/stylesheets/bootswatch/paper/_bootswatch.scss +408 -0
  26. data/assets/stylesheets/bootswatch/paper/_variables.scss +856 -0
  27. data/assets/stylesheets/bootswatch/readable/_bootswatch.scss +187 -0
  28. data/assets/stylesheets/bootswatch/readable/_variables.scss +856 -0
  29. data/assets/stylesheets/bootswatch/sandstone/_bootswatch.scss +195 -0
  30. data/assets/stylesheets/bootswatch/sandstone/_variables.scss +856 -0
  31. data/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +142 -0
  32. data/assets/stylesheets/bootswatch/simplex/_variables.scss +856 -0
  33. data/assets/stylesheets/bootswatch/slate/_bootswatch.scss +417 -0
  34. data/assets/stylesheets/bootswatch/slate/_variables.scss +856 -0
  35. data/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +137 -0
  36. data/assets/stylesheets/bootswatch/spacelab/_variables.scss +856 -0
  37. data/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +332 -0
  38. data/assets/stylesheets/bootswatch/superhero/_variables.scss +856 -0
  39. data/assets/stylesheets/bootswatch/united/_bootswatch.scss +42 -0
  40. data/assets/stylesheets/bootswatch/united/_variables.scss +856 -0
  41. data/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +437 -0
  42. data/assets/stylesheets/bootswatch/yeti/_variables.scss +856 -0
  43. data/bootswatch_sprockets.gemspec +32 -0
  44. data/lib/bootswatch_sprockets/version.rb +3 -0
  45. data/lib/bootswatch_sprockets.rb +5 -0
  46. metadata +144 -0
@@ -0,0 +1,137 @@
1
+ // Spacelab 3.3.1
2
+ // Bootswatch
3
+ // -----------------------------------------------------
4
+
5
+ @import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
6
+
7
+ @mixin btn-shadow($color){
8
+ @include gradient-vertical-three-colors(lighten($color, 15%), $color, 50%, darken($color, 4%));
9
+ filter: none;
10
+ border: 1px solid darken($color, 10%);
11
+ }
12
+
13
+ // Navbar =====================================================================
14
+
15
+ .navbar {
16
+
17
+ @include btn-shadow($navbar-default-bg);
18
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
19
+
20
+ &-inverse {
21
+ @include btn-shadow($navbar-inverse-bg);
22
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
23
+
24
+ .badge {
25
+ background-color: #fff;
26
+ color: $navbar-inverse-bg;
27
+ }
28
+ }
29
+
30
+ .badge {
31
+ text-shadow: none;
32
+ }
33
+
34
+ &-nav > li > a,
35
+ &-nav > li > a:hover {
36
+ padding-top: $navbar-padding-vertical + 2px;
37
+ padding-bottom: $navbar-padding-vertical - 2px;
38
+ @include transition(color ease-in-out .2s);
39
+ }
40
+
41
+ &-brand,
42
+ &-brand:hover {
43
+ @include transition(color ease-in-out .2s);
44
+ }
45
+
46
+ .caret,
47
+ .caret:hover {
48
+ @include transition(border-color ease-in-out .2s);
49
+ }
50
+
51
+ .dropdown-menu {
52
+ text-shadow: none;
53
+ }
54
+ }
55
+
56
+ // Buttons ====================================================================
57
+
58
+ .btn {
59
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
60
+
61
+ &-default {
62
+ @include btn-shadow($btn-default-bg);
63
+
64
+ &:hover {
65
+ @include btn-shadow(darken($btn-default-bg, 4%));
66
+ }
67
+ }
68
+
69
+ &-primary {
70
+ @include btn-shadow($btn-primary-bg);
71
+
72
+ &:hover {
73
+ @include btn-shadow(darken($btn-primary-bg, 4%));
74
+ }
75
+ }
76
+
77
+ &-success {
78
+ @include btn-shadow($btn-success-bg);
79
+
80
+ &:hover {
81
+ @include btn-shadow(darken($btn-success-bg, 4%));
82
+ }
83
+ }
84
+
85
+ &-info {
86
+ @include btn-shadow($btn-info-bg);
87
+
88
+ &:hover {
89
+ @include btn-shadow(darken($btn-info-bg, 4%));
90
+ }
91
+ }
92
+
93
+ &-warning {
94
+ @include btn-shadow($btn-warning-bg);
95
+
96
+ &:hover {
97
+ @include btn-shadow(darken($btn-warning-bg, 4%));
98
+ }
99
+ }
100
+
101
+ &-danger {
102
+ @include btn-shadow($btn-danger-bg);
103
+
104
+ &:hover {
105
+ @include btn-shadow(darken($btn-danger-bg, 4%));
106
+ }
107
+ }
108
+
109
+ &:active,
110
+ &.active {
111
+ background-image: none;
112
+ @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
113
+ }
114
+ }
115
+
116
+ // Typography =================================================================
117
+
118
+ // Tables =====================================================================
119
+
120
+ // Forms ======================================================================
121
+
122
+ // Navs =======================================================================
123
+
124
+ // Indicators =================================================================
125
+
126
+ // Progress bars ==============================================================
127
+
128
+ // Containers =================================================================
129
+
130
+ .panel {
131
+
132
+ &-primary {
133
+ .panel-title {
134
+ color: #fff;
135
+ }
136
+ }
137
+ }