72 lines
1.3 KiB
CSS
72 lines
1.3 KiB
CSS
/**
|
|
* 2017 Agence Bondaty and Co
|
|
*
|
|
* @author Agence Bondaty and Co <support@bondaty-and-co.fr>
|
|
* @copyright 2017 Agence Bondaty and Co
|
|
* @license single
|
|
* Agence Bondaty and Co
|
|
*/
|
|
|
|
#checkageContent{
|
|
padding:15px;
|
|
max-width:100%;
|
|
}
|
|
#checkageContent #checkageTable{
|
|
width:100%;
|
|
}
|
|
#checkageContent input.dic{
|
|
border: 3px solid #696969;
|
|
font-size:25px;
|
|
text-align:center;
|
|
margin:5px;
|
|
font-weight:bold;
|
|
}
|
|
#checkageContent button.dic2{
|
|
font-size:26px;
|
|
font-weight:bold;
|
|
text-transform:uppercase;
|
|
background-color:#696969;
|
|
padding:8px;
|
|
margin:5px;
|
|
background-image:none;
|
|
border:none;
|
|
color:#fff
|
|
}
|
|
#checkageContent button:focus{
|
|
background:#000;
|
|
color:#fff;
|
|
}
|
|
#checkageContent button:hover{
|
|
background-color:#000;
|
|
background-image:none;
|
|
color:#fff;
|
|
border:none;
|
|
}
|
|
.infoCheckage{
|
|
text-align:center;
|
|
font-size:16px;
|
|
font-weight:bold;
|
|
}
|
|
.day , .month, .year {
|
|
float:left;
|
|
}
|
|
.popupCheckage{
|
|
display:table;
|
|
margin: 0 auto;
|
|
}
|
|
.no{
|
|
display:none;
|
|
}
|
|
.modal.fade.in {
|
|
display: flex !important;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.modal.fade.in .modal-dialog {
|
|
width: 100%;
|
|
}
|
|
.modal-backdrop.in {
|
|
opacity: 0.9;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
} |