Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #15 from TheThingsNetwork/issue/remove-fixed-banner
Browse files Browse the repository at this point in the history
Remove fixed banner
  • Loading branch information
gomezjdaniel authored Jun 7, 2017
2 parents a444fa3 + 5de86ad commit 0e0517d
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 208 deletions.
1 change: 0 additions & 1 deletion dist/less/ttn/components.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import 'ttn/type';
@import 'ttn/navbar';
@import 'ttn/button';
@import 'ttn/banner';
45 changes: 0 additions & 45 deletions dist/less/ttn/ttn/banner.less

This file was deleted.

1 change: 0 additions & 1 deletion dist/scss/ttn/_components.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import 'ttn/type';
@import 'ttn/navbar';
@import 'ttn/button';
@import 'ttn/banner';
45 changes: 0 additions & 45 deletions dist/scss/ttn/ttn/_banner.scss

This file was deleted.

1 change: 0 additions & 1 deletion dist/styl/ttn/components.styl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ lesscss-percentage(n)
@import 'ttn/type'
@import 'ttn/navbar'
@import 'ttn/button'
@import 'ttn/banner'
35 changes: 0 additions & 35 deletions dist/styl/ttn/ttn/banner.styl

This file was deleted.

34 changes: 0 additions & 34 deletions docs/dist/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -6089,40 +6089,6 @@ body {
outline: 0 !important;
color: grey; }

.fixed-banner {
position: fixed;
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
z-index: 1000;
top: 65px; }
.fixed-banner > a.link {
color: white;
cursor: pointer;
font-weight: bold;
font-size: 1.6em;
letter-spacing: 1px; }
.fixed-banner > a.button {
color: white;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid white;
border-radius: 12px;
padding: 2px 12px;
font-size: 1.2em;
margin-left: 33px; }
.fixed-banner a:hover {
text-decoration: underline; }
@media screen and (max-width: 900px) {
.fixed-banner > a.link {
font-size: 1.1em; }
.fixed-banner > a.button {
display: none; } }

.docs-color-swatch {
float: left;
width: 3em;
Expand Down
1 change: 0 additions & 1 deletion src/less/ttn/components.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import 'ttn/type';
@import 'ttn/navbar';
@import 'ttn/button';
@import 'ttn/banner';
45 changes: 0 additions & 45 deletions src/less/ttn/ttn/banner.less

This file was deleted.

0 comments on commit 0e0517d

Please sign in to comment.