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 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" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments