Skip to content

Commit

Permalink
beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
odahcam committed Nov 18, 2017
1 parent b3057d5 commit 642d4f2
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 154 deletions.
2 changes: 1 addition & 1 deletion dist/bootoast.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/bootoast.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"url": "https://github.com/odahcam/bootoast",
"name": "bootoast",
"version": "1.0.1-beta1",
"version": "1.0.1-beta.2",
"author": "[email protected]"
}
40 changes: 34 additions & 6 deletions src/bootoast.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,34 @@
height: 100%
}

.bootoast.alert-default {
background: #eee;
}

.bootoast>.progress.progress-bottom {
width: auto;
margin-left: -1.25rem;
margin-right: -1.25rem;
}

.bootoast>.progress.progress-bottom {
margin-bottom: -.75rem;
}

.bootoast>.progress.progress-top {
margin-top: -.75rem;
}

.bootoast>.progress.progress-background {
margin: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .35;
}

.bootoast-container {
position: fixed;
left: 20px;
Expand All @@ -35,7 +63,7 @@
bottom: initial;
width: 390px;
max-width: 95%;
z-index: 2060
z-index: 999999
}

.bootoast-container.top {
Expand All @@ -57,8 +85,8 @@
.bootoast-container.center {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%)
}
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%)
}
Loading

0 comments on commit 642d4f2

Please sign in to comment.