Skip to content

Commit f2b9bbb

Browse files
committed
pat bumper: Cleanup.
1 parent 55c31c5 commit f2b9bbb

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

_sass/_patterns.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
@import "components/avatar";
1414
@import "components/form";
1515
@import "components/icon";
16-
@import "src/pat/bumper/bumper";
1716
@import "src/pat/carousel/carousel";
1817
@import "src/pat/checklist/checklist";
1918
@import "src/pat/collapsible/collapsible";

src/pat/bumper/_bumper.scss

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/pat/bumper/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,26 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
<title>Demo page</title>
6-
<link rel="stylesheet" href="/style/common.css" type="text/css" />
76
<script
87
src="/dist/bundle.js"
98
type="text/javascript"
109
charset="utf-8"
1110
></script>
11+
<style type="text/css" media="screen">
12+
.pat-bumper {
13+
z-index: 99;
14+
}
15+
.pat-bumper.success {
16+
background-color: green;
17+
color: white;
18+
}
19+
.pat-bumper.warning {
20+
background-color: red;
21+
color: black;
22+
}
23+
</style>
1224
</head>
13-
<body>
25+
<body style="height: 200vh">
1426
<div style="height: 82px">
1527
<div
1628
class="pat-bumper pat-message success"

0 commit comments

Comments
 (0)