File tree Expand file tree Collapse file tree 3 files changed +14
-20
lines changed Expand file tree Collapse file tree 3 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 13
13
@import " components/avatar" ;
14
14
@import " components/form" ;
15
15
@import " components/icon" ;
16
- @import " src/pat/bumper/bumper" ;
17
16
@import " src/pat/carousel/carousel" ;
18
17
@import " src/pat/checklist/checklist" ;
19
18
@import " src/pat/collapsible/collapsible" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
5
5
< title > Demo page</ title >
6
- < link rel ="stylesheet " href ="/style/common.css " type ="text/css " />
7
6
< script
8
7
src ="/dist/bundle.js "
9
8
type ="text/javascript "
10
9
charset ="utf-8 "
11
10
> </ 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 >
12
24
</ head >
13
- < body >
25
+ < body style =" height: 200vh " >
14
26
< div style ="height: 82px ">
15
27
< div
16
28
class ="pat-bumper pat-message success "
You can’t perform that action at this time.
0 commit comments