Skip to content

Commit

Permalink
build for docs demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinengle committed Aug 23, 2018
1 parent ee75d67 commit 299f3f1
Show file tree
Hide file tree
Showing 12 changed files with 274 additions and 14 deletions.
61 changes: 60 additions & 1 deletion dist/bulwark-dark.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Core Variables
*/
/* Border */
/* Colors */
/* Color Codes */
/* Card */
/* Border */
/* Drawer */
/* Font */
/* Grid */
.badge {
Expand Down Expand Up @@ -212,6 +213,64 @@
border-top-left-radius: 5px;
border-top-right-radius: 5px; }

.drawer {
bottom: 0;
display: block;
left: -100%;
position: fixed;
top: 0;
z-index: 6; }
.drawer--open {
left: 0;
right: 0; }
.drawer__menu {
background-color: #ffffff;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
height: 100%;
left: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 290px;
z-index: 7; }
.drawer__menu__divider {
border: 1px solid rgba(0, 0, 0, 0.2);
height: 1px; }
.drawer__menu__header {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px; }
.drawer__menu__link {
height: 80px;
position: relative; }
.drawer__menu__link * {
left: 39px;
position: absolute;
top: 50%;
transform: translateY(-50%); }
.drawer__menu__link a {
color: #7c7c7c;
font-family: "Roboto", sans-serif;
font-size: 14px;
left: 84px;
line-height: 19px;
text-decoration: none; }
.drawer__menu__link i {
font-size: 24px; }
.drawer__menu__title {
color: #252525;
font-family: "Poppins", sans-serif;
font-size: 24px;
font-weight: bold;
height: 33px;
letter-spacing: -1px;
line-height: 35px; }
.drawer__menu__subtitle {
color: #252525;
font-family: "Roboto", sans-serif;
font-size: 14px;
line-height: 19px; }

.wrapper {
padding-top: 90px; }

Expand Down
2 changes: 1 addition & 1 deletion dist/bulwark-dark.min.css

Large diffs are not rendered by default.

61 changes: 60 additions & 1 deletion dist/bulwark-light.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Core Variables
*/
/* Border */
/* Colors */
/* Color Codes */
/* Card */
/* Border */
/* Drawer */
/* Font */
/* Grid */
.badge {
Expand Down Expand Up @@ -212,6 +213,64 @@
border-top-left-radius: 5px;
border-top-right-radius: 5px; }

.drawer {
bottom: 0;
display: block;
left: -100%;
position: fixed;
top: 0;
z-index: 6; }
.drawer--open {
left: 0;
right: 0; }
.drawer__menu {
background-color: #ffffff;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
height: 100%;
left: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 290px;
z-index: 7; }
.drawer__menu__divider {
border: 1px solid rgba(0, 0, 0, 0.2);
height: 1px; }
.drawer__menu__header {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px; }
.drawer__menu__link {
height: 80px;
position: relative; }
.drawer__menu__link * {
left: 39px;
position: absolute;
top: 50%;
transform: translateY(-50%); }
.drawer__menu__link a {
color: #7c7c7c;
font-family: "Roboto", sans-serif;
font-size: 14px;
left: 84px;
line-height: 19px;
text-decoration: none; }
.drawer__menu__link i {
font-size: 24px; }
.drawer__menu__title {
color: #252525;
font-family: "Poppins", sans-serif;
font-size: 24px;
font-weight: bold;
height: 33px;
letter-spacing: -1px;
line-height: 35px; }
.drawer__menu__subtitle {
color: #252525;
font-family: "Roboto", sans-serif;
font-size: 14px;
line-height: 19px; }

.wrapper {
padding-top: 90px; }

Expand Down
2 changes: 1 addition & 1 deletion dist/bulwark-light.min.css

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<link rel="shortcut icon" href="favicon.png"></head>
<body>
<div id="react-root"></div>
<script type="text/javascript" src="bundle.js?53b3883725f2d74443a3"></script></body>
<script type="text/javascript" src="bundle.js?62d0376cba246d8d39cb"></script></body>
</html>
61 changes: 60 additions & 1 deletion docs/bulwark-dark.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Core Variables
*/
/* Border */
/* Colors */
/* Color Codes */
/* Card */
/* Border */
/* Drawer */
/* Font */
/* Grid */
.badge {
Expand Down Expand Up @@ -212,6 +213,64 @@
border-top-left-radius: 5px;
border-top-right-radius: 5px; }

.drawer {
bottom: 0;
display: block;
left: -100%;
position: fixed;
top: 0;
z-index: 6; }
.drawer--open {
left: 0;
right: 0; }
.drawer__menu {
background-color: #ffffff;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
height: 100%;
left: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 290px;
z-index: 7; }
.drawer__menu__divider {
border: 1px solid rgba(0, 0, 0, 0.2);
height: 1px; }
.drawer__menu__header {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px; }
.drawer__menu__link {
height: 80px;
position: relative; }
.drawer__menu__link * {
left: 39px;
position: absolute;
top: 50%;
transform: translateY(-50%); }
.drawer__menu__link a {
color: #7c7c7c;
font-family: "Roboto", sans-serif;
font-size: 14px;
left: 84px;
line-height: 19px;
text-decoration: none; }
.drawer__menu__link i {
font-size: 24px; }
.drawer__menu__title {
color: #252525;
font-family: "Poppins", sans-serif;
font-size: 24px;
font-weight: bold;
height: 33px;
letter-spacing: -1px;
line-height: 35px; }
.drawer__menu__subtitle {
color: #252525;
font-family: "Roboto", sans-serif;
font-size: 14px;
line-height: 19px; }

.wrapper {
padding-top: 90px; }

Expand Down
2 changes: 1 addition & 1 deletion docs/bulwark-dark.min.css

Large diffs are not rendered by default.

61 changes: 60 additions & 1 deletion docs/bulwark-light.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* Core Variables
*/
/* Border */
/* Colors */
/* Color Codes */
/* Card */
/* Border */
/* Drawer */
/* Font */
/* Grid */
.badge {
Expand Down Expand Up @@ -212,6 +213,64 @@
border-top-left-radius: 5px;
border-top-right-radius: 5px; }

.drawer {
bottom: 0;
display: block;
left: -100%;
position: fixed;
top: 0;
z-index: 6; }
.drawer--open {
left: 0;
right: 0; }
.drawer__menu {
background-color: #ffffff;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
height: 100%;
left: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 290px;
z-index: 7; }
.drawer__menu__divider {
border: 1px solid rgba(0, 0, 0, 0.2);
height: 1px; }
.drawer__menu__header {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px; }
.drawer__menu__link {
height: 80px;
position: relative; }
.drawer__menu__link * {
left: 39px;
position: absolute;
top: 50%;
transform: translateY(-50%); }
.drawer__menu__link a {
color: #7c7c7c;
font-family: "Roboto", sans-serif;
font-size: 14px;
left: 84px;
line-height: 19px;
text-decoration: none; }
.drawer__menu__link i {
font-size: 24px; }
.drawer__menu__title {
color: #252525;
font-family: "Poppins", sans-serif;
font-size: 24px;
font-weight: bold;
height: 33px;
letter-spacing: -1px;
line-height: 35px; }
.drawer__menu__subtitle {
color: #252525;
font-family: "Roboto", sans-serif;
font-size: 14px;
line-height: 19px; }

.wrapper {
padding-top: 90px; }

Expand Down
2 changes: 1 addition & 1 deletion docs/bulwark-light.min.css

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<link rel="shortcut icon" href="favicon.png"></head>
<body>
<div id="react-root"></div>
<script type="text/javascript" src="bundle.js?53b3883725f2d74443a3"></script></body>
<script type="text/javascript" src="bundle.js?62d0376cba246d8d39cb"></script></body>
</html>

0 comments on commit 299f3f1

Please sign in to comment.