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>
button#deactivate-this {
    background: #dbecf1;
    color: black;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
	.customCompaniesNumSeats {
    	margin-left: 0px !important;
	}
}

@media only screen and (max-width: 600px) {
	.companiesCustomSection {
		flex-direction: row !important;
		padding: 30px 0px !important;
	}
}
@media only screen and (max-width: 550px) {
	.dash-button-container {
		flex-wrap: wrap;
	}
	.back-to-dash-container {
		justify-content: center;
	}
	.deactivate-container {
		justify-content: center !important;
	}
	.title-container {
		justify-content: center;
	}
	.customCompaniesNumSeats {
		justify-content: center;
	}
}
</style>

...