Inisital Asset Commit
This commit is contained in:
164
assets/plugins/bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker.min.css
vendored
Normal file
164
assets/plugins/bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker.min.css
vendored
Normal file
@@ -0,0 +1,164 @@
|
||||
.dtp .p10, .dtp .p20, .dtp .p60, .dtp .p80 {
|
||||
display: inline-block
|
||||
}
|
||||
.dtp {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: rgba(0, 0, 0, .4);
|
||||
z-index: 2000;
|
||||
font-size: 15px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none
|
||||
}
|
||||
.dtp>.dtp-content {
|
||||
background: #fff;
|
||||
max-width: 300px;
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
|
||||
max-height: 520px;
|
||||
position: relative;
|
||||
left: 50%
|
||||
}
|
||||
.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
|
||||
background: #1062dc;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: .3em
|
||||
}
|
||||
.dtp div.dtp-date, .dtp div.dtp-time {
|
||||
background: #0d6efd;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
padding: 10px
|
||||
}
|
||||
.dtp div.dtp-date>div {
|
||||
padding: 0;
|
||||
margin: 0
|
||||
}
|
||||
.dtp div.dtp-actual-month {
|
||||
font-size: 1.5em
|
||||
}
|
||||
.dtp div.dtp-actual-maxtime, .dtp div.dtp-actual-num {
|
||||
font-size: 3em;
|
||||
line-height: .9
|
||||
}
|
||||
.dtp div.dtp-actual-year {
|
||||
font-size: 1.5em;
|
||||
color: #DCEDC8
|
||||
}
|
||||
.dtp div.dtp-picker {
|
||||
padding: 1em;
|
||||
text-align: center
|
||||
}
|
||||
.dtp div.dtp-actual-time, .dtp div.dtp-picker-month {
|
||||
font-weight: 500;
|
||||
text-align: center
|
||||
}
|
||||
.dtp div.dtp-picker-month {
|
||||
padding-bottom: 20px!important;
|
||||
text-transform: uppercase!important
|
||||
}
|
||||
.dtp .dtp-close {
|
||||
position: absolute;
|
||||
top: .5em;
|
||||
right: 1em
|
||||
}
|
||||
.dtp .dtp-close>a {
|
||||
color: #fff
|
||||
}
|
||||
.dtp .dtp-close>a>i {
|
||||
font-size: 1em
|
||||
}
|
||||
.dtp table.dtp-picker-days {
|
||||
margin: 0;
|
||||
min-height: 251px
|
||||
}
|
||||
.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr>td {
|
||||
border: none
|
||||
}
|
||||
.dtp table.dtp-picker-days tr>td {
|
||||
font-weight: 700;
|
||||
font-size: .8em;
|
||||
text-align: center;
|
||||
padding: .5em .3em
|
||||
}
|
||||
.dtp table.dtp-picker-days tr>td>span.dtp-select-day {
|
||||
color: #BDBDBD!important
|
||||
}
|
||||
.dtp .dtp-picker-time>a, .dtp table.dtp-picker-days tr>td>a {
|
||||
color: #212121;
|
||||
text-decoration: none;
|
||||
padding: .4em .5em .5em .6em;
|
||||
border-radius: 50%!important
|
||||
}
|
||||
.dtp table.dtp-picker-days tr>td>a.selected {
|
||||
background: #0d6efd;
|
||||
color: #fff
|
||||
}
|
||||
.dtp table.dtp-picker-days tr>th {
|
||||
color: #757575;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
padding: .4em .3em
|
||||
}
|
||||
.dtp .p10>a {
|
||||
color: #fff;
|
||||
text-decoration: none
|
||||
}
|
||||
.dtp .p10 {
|
||||
width: 10%
|
||||
}
|
||||
.dtp .p20 {
|
||||
width: 20%
|
||||
}
|
||||
.dtp .p60 {
|
||||
width: 60%
|
||||
}
|
||||
.dtp .p80 {
|
||||
width: 80%
|
||||
}
|
||||
.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
|
||||
position: relative;
|
||||
top: 10px;
|
||||
color: #212121;
|
||||
font-weight: 500;
|
||||
padding: .7em .5em;
|
||||
border-radius: 50%!important;
|
||||
text-decoration: none;
|
||||
background: #eee;
|
||||
font-size: 1em
|
||||
}
|
||||
.dtp .dtp-actual-meridien a.selected {
|
||||
background: #689F38;
|
||||
color: #fff
|
||||
}
|
||||
.dtp .dtp-picker-time>.dtp-select-hour, .dtp .dtp-picker-time>.dtp-select-minute {
|
||||
cursor: pointer
|
||||
}
|
||||
.dtp .dtp-buttons {
|
||||
padding: 0 1em 1em;
|
||||
text-align: right
|
||||
}
|
||||
.dtp .hidden, .dtp.hidden {
|
||||
display: none
|
||||
}
|
||||
.dtp .invisible {
|
||||
visibility: hidden
|
||||
}
|
||||
.dtp .left {
|
||||
float: left
|
||||
}
|
||||
.dtp .right {
|
||||
float: right
|
||||
}
|
||||
.dtp .clearfix {
|
||||
clear: both
|
||||
}
|
||||
.dtp .center {
|
||||
text-align: center
|
||||
}
|
||||
/*# sourceMappingURL=bootstrap-material-datetimepicker.min.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["bootstrap-material-datetimepicker.css"],"names":[],"mappings":"AA4BA,UACA,UACA,UACA,UAAwB,QAAS,aA/BjC,KAAO,SAAU,MAAO,IAAK,EAAG,KAAM,EAAG,MAAO,EAAG,OAAQ,EAAG,WAAY,eAAoB,QAAS,KAAM,UAAW,KAAM,oBAAqB,KAAM,iBAAkB,KAAM,gBAAiB,KAAM,YAAa,KACrN,kBAAsB,WAAY,KAAM,UAAW,MAAO,WAAY,EAAE,IAAI,IAAI,EAAE,gBAAqB,EAAE,IAAI,KAAK,EAAE,gBAAqB,WAAY,MAAO,SAAU,SAAU,KAAM,IACtL,mDAA2D,WAAY,QAAS,MAAO,KAAM,WAAY,OAAQ,QAAS,KAE1H,kBAAmB,kBAAoB,WAAY,QAAS,WAAY,OAAQ,MAAO,KAAM,QAAS,KACtG,sBAA0B,QAAS,EAAG,OAAQ,EAC9C,0BAA4B,UAAW,MAEvC,4BADA,wBAA0B,UAAW,IAAK,YAAa,GAEvD,yBAA2B,UAAW,MAAO,MAAO,QACpD,oBAAsB,QAAS,IAAK,WAAY,OAErB,yBAA3B,0BAAsD,YAAa,IAAK,WAAY,OACpF,0BAA4B,eAAe,eAAgB,eAAgB,oBAE3E,gBAAkB,SAAU,SAAU,IAAK,KAAO,MAAO,IACzD,kBAAsB,MAAO,KAC7B,oBAA0B,UAAW,IAErC,2BAA6B,OAAQ,EAAG,WAAY,MACpD,2BAA4B,8BAA+B,iCAAqC,YAChG,iCAAsC,YAAa,IAAK,UAAW,KAAO,WAAY,OAAQ,QAAS,KAAM,KAC7G,qDAA2D,MAAO,kBAC1B,wBAAxC,mCAAoE,MAAO,QAAS,gBAAiB,KAAM,QAAS,KAAM,KAAM,KAAM,KAAO,cAAe,cAC5J,4CAAiD,WAAY,QAAS,MAAO,KAC7E,iCAAqC,MAAO,QAAS,WAAY,OAAQ,YAAa,IAAK,QAAS,KAAM,KAE1G,YAAgB,MAAO,QAAS,gBAAiB,KACjD,UAAY,MAAO,IACnB,UAAY,MAAO,IACnB,UAAY,MAAO,IACnB,UAAY,MAAO,IAEnB,uBAAwB,uBAAyB,SAAU,SAAU,IAAK,KAAM,MAAO,QAAS,YAAa,IAAK,QAAS,KAAM,KAAO,cAAe,cAAc,gBAAiB,KAAM,WAAY,KAAM,UAAU,IACxN,qCAAuC,WAAY,QAAS,MAAO,KAEnE,uCACA,yCAD2C,OAAQ,QAGnD,kBAAoB,QAAS,EAAE,IAAI,IAAS,WAAY,MAE3C,aAAb,YAA4B,QAAS,KACrC,gBAAkB,WAAY,OAE9B,WAAa,MAAO,KACpB,YAAc,MAAO,MACrB,eAAiB,MAAO,KAExB,aAAe,WAAY"}
|
||||
2
assets/plugins/bootstrap-material-datetimepicker/js/bootstrap-material-datetimepicker.min.js
vendored
Normal file
2
assets/plugins/bootstrap-material-datetimepicker/js/bootstrap-material-datetimepicker.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
assets/plugins/bootstrap-material-datetimepicker/js/moment.min.js
vendored
Normal file
1
assets/plugins/bootstrap-material-datetimepicker/js/moment.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user