Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
.datetime-picker {
padding: 10px;
text-align: center;
* {
box-sizing: border-box;
}
h1 {
color: #EEE;
display: none;
text-transform: uppercase;
}
.fields {
margin-bottom: 10px;
width: 100%;
.field {
display: inline-block;
margin-right: 1%;
width: 31%;
&:last-child {
margin-right: 0;
}
button {
width: 100%;
.glyphicon {
font-size: 18px;
padding-top: 5px;
}
}
.field-val {
font-size: 18px;
padding: 5px 0;
width: 100%;
}
}
}
}
.date-picker-modal {
.modal-dialog {
width: 200px;
button.btn-close {
background: 0;
border: 0 none;
height: 20px;
padding: 0;
position: absolute;
right: -10px;
top: -10px;
width: 20px;
}
.glyphicon.glyphicon-remove-circle {
background-color: #fff;
border-radius: 10px;
color: #256eae;
display: block;
font-size: 22px;
height: 20px;
width: 20px;
z-index: 10000;
}
}
.btn {
border-radius: 6px;
width: 100%;
}
.btn-group.btn-group-justified {
padding: 10px 5px 10px 5px;
}
}
.date-picker-modal-hidden-day {
@extend .date-picker-modal;
.modal-dialog {
width: 172px;
}
}
.date-picker-modal-hidden-month {
@extend .date-picker-modal;
.modal-dialog {
width: 100px;
}
}
.hidden {
display: none;
}