govuk_admin_template 1.4.3 → 1.5.0
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 692e835f87770961c2d7bb12e594638929752920
|
4
|
+
data.tar.gz: 031a30f0f91d28bd6cfe3d26e9cd57834dd70d4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a18e7dd948643996be582ee8eb65bdfe5b736ab22467dba2b4ef5f4bfddd256dcedd838c2896a05a77a5a01a924cbb05ee34c9b4d73123eaf6f742d773783c4
|
7
|
+
data.tar.gz: b753a35b744efbafa65fbcc76de995d45ccb728235113e39d51de1c6489130c69678bc8c17f6cb19cb473ee5db6a6f76186822a423268f754fc2395670d3161d
|
data/CHANGELOG.md
CHANGED
@@ -48,8 +48,16 @@ header .navbar-header {
|
|
48
48
|
}
|
49
49
|
|
50
50
|
.navbar-text a {
|
51
|
-
color: $
|
51
|
+
color: $navbar-inverse-link-color;
|
52
52
|
text-decoration: underline;
|
53
|
+
|
54
|
+
&:hover {
|
55
|
+
color: $navbar-inverse-link-hover-color;
|
56
|
+
}
|
57
|
+
|
58
|
+
&:active {
|
59
|
+
color: $navbar-inverse-link-active-color;
|
60
|
+
}
|
53
61
|
}
|
54
62
|
|
55
63
|
// Let's make these more specific to add the intended white colour
|
@@ -6,7 +6,7 @@
|
|
6
6
|
</h1>
|
7
7
|
</div>
|
8
8
|
|
9
|
-
<p class="lead">Admin app UIs are powered by <a href="http://getbootstrap.com/css/">bootstrap 3.2</a>, using <a href="https://github.com/twbs/bootstrap-sass/tree/v3.
|
9
|
+
<p class="lead">Admin app UIs are powered by <a href="http://getbootstrap.com/css/">bootstrap 3.3.2</a>, using <a href="https://github.com/twbs/bootstrap-sass/tree/v3.3.3">bootstrap SASS</a> v3.3.3 (<a href="https://github.com/twbs/bootstrap-sass/blob/v3.3.3/assets/stylesheets/bootstrap/_mixins.scss">mixins</a>), but maintaining bootstrap 2 button styles. This guide documents how we use bootstrap, where the apps have diverged from default styles and any custom styles needed to fill in the gaps.</p>
|
10
10
|
|
11
11
|
<h2>Grid</h2>
|
12
12
|
<p class="lead">Apps use the <a href="http://getbootstrap.com/css/#grid">default bootstrap</a> <strong>12 column scaleable responsive grid</strong>.</p>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_admin_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GOV.UK Dev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.3.
|
33
|
+
version: 3.3.3
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.3.
|
40
|
+
version: 3.3.3
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: jquery-rails
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|