1 line
46 KiB
CSS
1 line
46 KiB
CSS
|
@charset "UTF-8";$theme-blue:#5a8dee;$theme-red:#cd594b;$theme-yellow:#f8ce5e;$theme-green:#4b9e65;$theme-dark-green:#027a79;$theme-gray:#7a7a7a;$theme-white:#fff;$theme-pink:#fd6697;$theme-bookkeeping-red:#f1523a;$theme-bookkeeping-green:#14ba89;body,html{width:100%;height:100%}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pointer{cursor:pointer!important}.bgc-blue{background-color:#5a8dee!important}.bgc-red{background-color:#cd594b!important}.bgc-yellow{background-color:#f8ce5e!important}.bgc-green{background-color:#4b9e65!important}.theme-blue{color:#5a8dee!important}.theme-red{color:#cd594b!important}.theme-yellow{color:#f8ce5e!important}.theme-green{color:#4b9e65!important}.border-blue{border:1px solid #5a8dee!important}.border-red{border:1px solid #cd594b!important}.border-yellow{border:1px solid #f8ce5e!important}.border-green{border:1px solid #4b9e65!important}.theme-grey{color:#7c7c7c!important}.theme-red-text:hover{color:#cd594b!important;cursor:pointer!important;border-color:#cd594b!important}.theme-blue-text:hover{color:#5a8dee!important;cursor:pointer!important;border-color:#5a8dee!important}.d-flex,.d-flex-column{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-flex-column{-webkit-box-orient:vertical!important;-ms-flex-flow:column!important;flex-flow:column!important}.d-flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-row,.flex-row-reverse{-webkit-box-orient:horizontal!important}.flex-row-reverse{-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-auto{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-1,.flex-auto{-webkit-box-flex:1!important}.flex-1{-ms-flex:1!important;flex:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.flex-self-start{-ms-flex-item-align:start!important;align-sel
|