Skip to content

Commit be4beda

Browse files
footer links, readme
1 parent 1522ccd commit be4beda

24 files changed

+132
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
44

55
<h1>Demo</h1>
66

7-
[![N|Solid](preview.jpg)](https://www.bootstrapdash.com/product/purple-free-angular/)
7+
[![N|Solid](preview.jpg)](https://bootstrapdash.com/demo/purple-angular-free/preview/dashboard/)
88

99
## Development server
1010

preview/assets/scss/_misc.scss

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,53 @@ code {
9696
line-height: 36px;
9797
}
9898
}
99+
}
100+
.purchase-popup {
101+
width: 100%;
102+
z-index: 9999;
103+
background: #fff;
104+
padding: 15px;
105+
display: flex;
106+
margin-bottom: 1rem;
107+
@include media-breakpoint-down(md) {
108+
padding: 15px 20px;
109+
display: block;
110+
}
111+
112+
113+
.btn {
114+
margin-right: 20px;
115+
font-weight: 500;
116+
&.purchase-button {
117+
color: #fff;
118+
border: none;
119+
line-height: 1;
120+
vertical-align: middle;
121+
min-height: auto;
122+
}
123+
}
124+
125+
p {
126+
margin-bottom: auto;
127+
margin-top: auto;
128+
color: #1c273c;
129+
font-weight: 400;
130+
vertical-align: middle;
131+
line-height: 1;
132+
@include media-breakpoint-down(md) {
133+
margin-bottom: 10px;
134+
}
135+
}
136+
137+
i {
138+
vertical-align: middle;
139+
line-height: 1;
140+
margin: auto 0;
141+
color: darken(#e4e4e4,20%);
142+
}
143+
}
144+
.removeProbanner {
145+
#proBanner {
146+
display: none;
147+
}
99148
}

preview/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
10-
<link rel="stylesheet" href="styles.0268068206689b5dfeec.css"></head>
10+
<link rel="stylesheet" href="styles.baa768fc30e3be38c59d.css"></head>
1111
<body>
1212
<app-root>
1313
<div class="main-spinner-wrapper">
1414
<div class="donut"></div>
1515
</div>
1616
</app-root>
17-
<script src="runtime-es2015.ad568d504f65cdeb8223.js" type="module"></script><script src="runtime-es5.ad568d504f65cdeb8223.js" nomodule defer></script><script src="polyfills-es5.cbe6ee94e9acaf951c2a.js" nomodule defer></script><script src="polyfills-es2015.e3a914a5e2ebdf79551d.js" type="module"></script><script src="scripts.568694a568f45ab03c95.js" defer></script><script src="main-es2015.9a221001975375c7da73.js" type="module"></script><script src="main-es5.9a221001975375c7da73.js" nomodule defer></script></body>
17+
<script src="runtime-es2015.ad568d504f65cdeb8223.js" type="module"></script><script src="runtime-es5.ad568d504f65cdeb8223.js" nomodule defer></script><script src="polyfills-es5.89104e8b219846ffd8d7.js" nomodule defer></script><script src="polyfills-es2015.1a8d33d77e4f16cc600c.js" type="module"></script><script src="scripts.568694a568f45ab03c95.js" defer></script><script src="main-es2015.e8a124b6f163636d302e.js" type="module"></script><script src="main-es5.e8a124b6f163636d302e.js" nomodule defer></script></body>
1818
</html>

preview/main-es2015.9a221001975375c7da73.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

preview/main-es2015.e8a124b6f163636d302e.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

preview/main-es5.9a221001975375c7da73.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

preview/main-es5.e8a124b6f163636d302e.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-439 KB
Binary file not shown.

0 commit comments

Comments
 (0)