Skip to content

Commit

Permalink
feat(Release): Releasing version 1.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Moving out of beta
  • Loading branch information
ndickerson committed Jun 12, 2018
1 parent 0c521c9 commit 47192bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion src/app/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
</div>
<div class="dataloader-text">DATA LOADER</div>
</div>
<div class="beta-indicator">BETA</div>
</div>
<button class="settings-button" theme="secondary" inverse color="white" (click)="openSettingsModal()">
Settings
Expand Down
12 changes: 0 additions & 12 deletions src/app/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,5 @@ header {
cursor: default;
}
}

.beta-indicator {
align-self: flex-end;
font-size: 10px;
margin: 9px;
padding: 2px 4px 2px 4px;
color: $pulse;
border: 1px solid $pulse;
border-radius: 2px;
box-shadow: 2px 2px 2px $black;
cursor: default;
}
}
}

0 comments on commit 47192bf

Please sign in to comment.