basiq 1.0.2 → 1.0.3

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
  SHA256:
3
- metadata.gz: 57c9ad47c147d6fdbf29cb203c704f1a64bcb8405ede9d8026c5e16d8ff35762
4
- data.tar.gz: 68329887d7535873fb6b39eecc074f313e0c63991604ed0822844e47275daa3d
3
+ metadata.gz: 535ff33ea865e610ec8e5e82b462a5567a7aa75fc83f6a3906edb9b21ab4fc5b
4
+ data.tar.gz: 6cf36747722e74b5f606f6aba79a5d45298e24b2cf23f19d0cdfce3b7202b4bb
5
5
  SHA512:
6
- metadata.gz: 8cf193cf4c48fe4acf6980b2025c37cedb82219a94415c2d18f64a3acc42edff0cf3a5bc004167750bf6bf075e4e7fd11d369f172795aebe4c9667f3e46195b9
7
- data.tar.gz: 2b060a56cb996ee9334e2d693d0e9f9c488c582c4385689b62df2437dabff4cb8652521dbaf66915a0cecbda1d6f84d0686c5bb91c04a9ac227cf37a9aad69d5
6
+ metadata.gz: 4a5c5c7d7b65644357f62c222c159b7411a13b8700a10f77490b86581810b8a6906e8d3ab9de0abd6bb1785d3249f571055153aaf89615650be67c59188aef81
7
+ data.tar.gz: d4b56b625d5ccc888f0b57ee46efd8a1af937a800ccb7ae65e44222093964c3645143335815b07f189c87fcf2035e910edc07a07c750cc33507f6094a3597797
@@ -0,0 +1,14 @@
1
+ .banner{
2
+ display: flex;
3
+ margin-top: 50px;
4
+ padding: 5px;
5
+ align-items: center;
6
+ justify-content: center;
7
+ height: 200px;
8
+ text-align: center;
9
+ background: $secondary_bg;
10
+ color: $text_color;
11
+ a{
12
+ color: $primary_bg;
13
+ }
14
+ }
@@ -0,0 +1 @@
1
+ @import "infobar", "banner", "navbar";
@@ -0,0 +1,20 @@
1
+ .info-bar{
2
+ position: fixed;
3
+ top: 0;
4
+ left: 0;
5
+ display: flex;
6
+ align-items: center;
7
+ width: 100%;
8
+ height: 50px;
9
+ background: $primary_bg;
10
+ color: $text_color;
11
+ z-index: 9999 !important;
12
+
13
+ p{
14
+ margin-left: 5px;
15
+ }
16
+
17
+ a{
18
+ color: $secondary_bg;
19
+ }
20
+ }
@@ -0,0 +1,10 @@
1
+ .affix {
2
+ top: 50px;
3
+ width: 100%;
4
+ z-index: 9999 !important;
5
+ margin-bottom: 51px;
6
+ }
7
+
8
+ .affix + .container{
9
+ padding-top: 70px;
10
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: basiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin L. Kratz
@@ -71,6 +71,10 @@ files:
71
71
  - "./_layouts/page.html"
72
72
  - "./_layouts/post.html"
73
73
  - "./_sass/_footer.scss"
74
+ - "./_sass/header/_banner.scss"
75
+ - "./_sass/header/_header.scss"
76
+ - "./_sass/header/_infobar.scss"
77
+ - "./_sass/header/_navbar.scss"
74
78
  - "./assets/bootstrap.min.css"
75
79
  - "./assets/bootstrap.min.css.map"
76
80
  - "./assets/bootstrap.min.js"