x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<style>
#tab-button-Miscellaneous,
#tab-button-Tutorials {
	display: none;
}

.site-hub-container {
  padding: 50px 0 !important;
  width: 80% !important;
  margin: 40px auto 40px auto !important;
  position: relative !important;
  box-shadow: 0 5px 20px 2px rgb(0 0 0 / 30%) !important;
  border-radius: 10px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
}

.admin-dashboard-title {
  font-family: var(--main-font-family);
  font-size: 26px !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
}

.hub-users-button {
  display: flex;
  align-items: center;
  border: var(--border);
  color: var(--secondary-font-color);
  background-color: var(--cb-fill);
  height: 36.5px;
  font-size: 14px;
  margin: 10px;
  margin-left: 0px;
  outline: none;
  padding: 0px 40px;
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
	.customCompaniesNumSeats {
    	margin-left: 0px !important;
	}
	.customUsersNumSeats {
    	margin-left: 0px !important;
	}
	.companiesCustomSection {
		flex-direction: row !important;
	}
	.usersCustomSection {
		flex-direction: row !important;
	}
}

@media only screen and (max-width: 860px) {
	.add-and-seats-container {
		justify-content: center !important;
	}
	.default-company-container {
		justify-content: center !important;
	}
	.customUsersNumSeats {
		justify-content: center !important;
	}
	.customCompaniesNumSeats {
    	flex-wrap: wrap !important;
	}
	.customCompaniesNumSeats {
		margin: 0px !important;
	}
	.title-search {
		display: flex;
		flex-direction: column !important;
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.dynamic-title { 
		margin-right: 0px!important;
		text-align: center !important;
	}

}

#list-members-specified-container-default-company-card .custom-card-container {
    margin: 5px;
}

.dynamic-title { 
	margin-right: auto;
	font-size: 18px !important;
	font-weight: 400;
}

.title-search {
	justify-content: space-between;
}

.closeModalBtn {
    outline: none;
}

#select-persona-input {
    display: none !important;
}

.list-member-paginated-cards .card-text-container {
    height: unset;
}
</style>
<script>
function myFunc(){
console.log("my function was called!");
}
</script>

...