Skip to content

Commit 466ff53

Browse files
author
Tina C Lin (RD-TW)
committed
Adjust margin style of a loader to avoid to impact a button height (Button height should be 32px).
1 parent a417a12 commit 466ff53

File tree

6 files changed

+12041
-13307
lines changed

6 files changed

+12041
-13307
lines changed

dist/react-buttons.css

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

dist/react-buttons.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js

Lines changed: 12031 additions & 13302 deletions
Large diffs are not rendered by default.

docs/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
</head>
1212
<body>
1313
<div id="container"></div>
14-
<script type="text/javascript" src="bundle.js?e4c023488d918468efb4"></script></body>
14+
<script type="text/javascript" src="bundle.js?5df95d9ae5ff7c0fa658"></script></body>
1515
</html>

src/btn.styl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@
7171
// Loading class within a button
7272
> [class*="loader-container"] {
7373
display: inline-block;
74-
margin-top: 2px;
75-
margin-right: 8px;
74+
75+
> [class*="loader"] {
76+
margin-top: 2px;
77+
margin-right: 8px;
78+
}
7679
}
7780
}

0 commit comments

Comments
 (0)