|
|
|
@ -176,7 +176,17 @@ button[type="submit"]:hover { |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
|
|
|
|
.activity { |
|
|
|
.admin-textarea, .admin-input-date, #activityType { |
|
|
|
background: none; |
|
|
|
border: none; |
|
|
|
border-bottom: 1px solid orange; |
|
|
|
margin: 5px 0px; |
|
|
|
font-size: 15px; |
|
|
|
height: 27px; |
|
|
|
margin-left: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.activity, .prank, .treasure { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
margin: 30px 0; |
|
|
|
@ -184,28 +194,18 @@ button[type="submit"]:hover { |
|
|
|
padding-bottom: 30px; |
|
|
|
} |
|
|
|
|
|
|
|
.activity>* { |
|
|
|
.activity>*, .prank>*, .treasure>* { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
|
|
|
|
.admin-textarea, .admin-input-date, #activityType { |
|
|
|
background: none; |
|
|
|
border: none; |
|
|
|
border-bottom: 1px solid orange; |
|
|
|
margin: 5px 0px; |
|
|
|
font-size: 15px; |
|
|
|
height: 27px; |
|
|
|
margin-left: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.activity-btn { |
|
|
|
.activity-btn, .prank-btn, .treasure-btn { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
} |
|
|
|
|
|
|
|
.activity-btn>* { |
|
|
|
.activity-btn>*, .prank-btn>*, .treasure-btn>* { |
|
|
|
margin-left: auto; |
|
|
|
border: 1px solid orange; |
|
|
|
padding: 10px; |
|
|
|
@ -214,7 +214,7 @@ button[type="submit"]:hover { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.activity-btn>*:hover { |
|
|
|
.activity-btn>*:hover, .prank-btn>*:hover, .treasure-btn>*:hover { |
|
|
|
background-color: #faa5; |
|
|
|
} |
|
|
|
|
|
|
|
|