Skip to content

Commit 0691e85

Browse files
author
Ivan Demidov
committed
added example
1 parent 3ae2358 commit 0691e85

3 files changed

Lines changed: 799 additions & 87 deletions

File tree

docs/assets/css/demo.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@ h1, h2 { text-transform: capitalize; }
2323
.demo-row [class*="sl-row"] {
2424
background-color: #cfd8dc;
2525
border: 1px solid #90a4ae;
26+
}
27+
.demo {
28+
background-color: turquoise;
29+
height: 100%;
30+
}
31+
.demo-container {
32+
background-color: cadetblue;
2633
}

0 commit comments

Comments
 (0)