mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
fixed cron job, fixed bug with activating dreamwolves
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user