Skip to content

Commit 1dd29f7

Browse files
Merge pull request #19 from vovka-s/master
2 little fixes
2 parents 08a7117 + c4ed3e9 commit 1dd29f7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Sachin N <[email protected]>"
77
],
88
"description": "Flash messages for AngularJS and Bootstrap",
9-
"main": ["angular-flash.js", "angular-flash.css"],
9+
"main": ["dist/angular-flash.js", "dist/angular-flash.css"],
1010
"keywords": [
1111
"angular-flash",
1212
"flash",

dist/angular-flash.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@
9595
filter: alpha(opacity=50);
9696
opacity: .5;
9797
}
98-
button.close {
98+
div.close {
9999
-webkit-appearance: none;
100100
padding: 0;
101101
cursor: pointer;
102102
background: transparent;
103-
border: 0;
103+
font-size: 1.7em;
104104
}
105105
.sr-only {
106106
position: absolute;

dist/angular-flash.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)