x
x
x
x
Only portrait mode is currently supported - please rotate your device.
HTML |
---|
<style>
#tab-button-Miscellaneous,
#tab-button-Tutorials {
display: none;
}
@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> |
...
OneValley