File tree Expand file tree Collapse file tree 4 files changed +40
-4
lines changed Expand file tree Collapse file tree 4 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 2
2
This is a configurable date-picker build for Angular applications.
3
3
Supports latest (Angular 14) version. For older versions please checkout the CHANGELOG.md file.
4
4
5
- [ DEMO] ( https://vlio20.github.io/angular-datepicker / )
5
+ [ DEMO] ( https://wondrous-crostata-172891.netlify.app / )
6
6
7
7
[ ![ npm version] ( https://badge.fury.io/js/ng2-date-picker.svg )] ( https://badge.fury.io/js/ng2-date-picker ) [ ![ Build Status] ( https://travis-ci.org/vlio20/angular-datepicker.svg?branch=master )] ( https://travis-ci.org/vlio20/angular-datepicker ) [ ![ Package Quality] ( http://npm.packagequality.com/shield/ng2-date-picker.svg )] ( http://packagequality.com/#?package=ng2-date-picker )
8
8
Original file line number Diff line number Diff line change 18
18
"e2e:quick" : " ng e2e --dev-server-target --webdriverUpdate=false" ,
19
19
"e2e:headless" : " HEADLESS=true ng e2e" ,
20
20
"build:index" : " node build.js" ,
21
- "build:demo" : " rm -rf dist/ && ng build ng2-date-picker-demo --configuration production --base-href /angular-datepicker/ && npm run build:index" ,
21
+ "build:demo" : " rm -rf dist/ && ng build ng2-date-picker-demo --configuration production && npm run build:index" ,
22
22
"release" : " npm run build:lib && cd dist/ng2-date-picker && npm publish" ,
23
- "release:demo" : " npm run build:demo && git add -A && git commit -am \" demo\" && git subtree push --prefix dist origin demo" ,
24
- "fullrelease" : " git checkout release && git merge master && npm run release:demo && npm run release && git checkout master" ,
25
23
"pack" : " cd bin && npm pack"
26
24
},
27
25
"repository" : {
Original file line number Diff line number Diff line change @@ -62,6 +62,15 @@ <h3 class="dp-menu-header">Components</h3>
62
62
</ a >
63
63
</ li >
64
64
</ ul >
65
+ < div class ="rest-of-menu ">
66
+ < div class ="host-link ">
67
+ < span > Hosted on:</ span >
68
+ < a href ="https://netlifly.com/angular2-daytime-picker ">
69
+ < img src ="https://www.netlify.com/v3/img/components/logomark.png " alt ="netlify ">
70
+ < span > Netlify</ span >
71
+ </ a >
72
+ </ div >
73
+ </ div >
65
74
< div class ="dp-place-holder "> </ div >
66
75
</ div >
67
76
Original file line number Diff line number Diff line change 14
14
}
15
15
16
16
.dp-menu {
17
+ display : flex ;
18
+ flex-direction : column ;
17
19
height : 100vh ;
18
20
width : @menuWidth ;
19
21
background : @c-primary ;
20
22
z-index : 100 ;
21
23
overflow : auto ;
22
24
23
25
.dp-menu-header {
26
+ flex-direction : column ;
24
27
padding-left : 10px ;
25
28
padding-bottom : 10px ;
26
29
color : @c-white ;
176
179
box-shadow : 0px 2px 6px -4px black ;
177
180
}
178
181
}
182
+
183
+ .rest-of-menu {
184
+ flex : 1 ;
185
+ display : flex ;
186
+ flex-direction : column ;
187
+ justify-content : end ;
188
+ color : white ;
189
+
190
+ .host-link {
191
+ display : flex ;
192
+ align-items : center ;
193
+ justify-content : space-around ;
194
+
195
+ a {
196
+ display : flex ;
197
+ align-items : center ;
198
+ color : white ;
199
+ text-decoration : none ;
200
+
201
+ img {
202
+ width : 30px ;
203
+ height : 30px ;
204
+ }
205
+ }
206
+ }
207
+ }
You can’t perform that action at this time.
0 commit comments