fixed cron job, fixed bug with activating dreamwolves

This commit is contained in:
Alec Maier
2020-06-07 16:16:09 -04:00
parent be90d52dec
commit e52be63367
3 changed files with 41 additions and 6 deletions

View File

@@ -381,7 +381,7 @@ html, body {
position: absolute;
bottom: 0;
width: 100%;
height: 5rem;
margin-bottom: 1.5em;
font-size: 0.75em;
text-align: center;
align-items: center;
@@ -390,6 +390,36 @@ html, body {
justify-content: center;
}
.bmc-button span:nth-child(1) {
font-size: 20px;
}
.bmc-button {
line-height: 35px !important;
height:40px !important;
text-decoration: none !important;
display:inline-flex !important;
align-items: center !important;
margin-bottom: 3em !important;
color:#ffffff !important;
background-color:#FF5F5F !important;
border-radius: 5px !important;
border: 1px solid transparent !important;
padding: 7px 15px 7px 10px !important;
font-size: 15px !important;
box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;
-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
font-family: sitewide-sans-serif, sans-serif !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
}
.bmc-button:hover, .bmc-button:active, .bmc-button:focus {
-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
text-decoration: none !important;box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
opacity: 0.85 !important;color:#ffffff !important;
}
#footer div {
display: flex;
align-items: center;