Skip to content

Instantly share code, notes, and snippets.

@PaulSebalu
Created March 4, 2024 18:56
Show Gist options
  • Save PaulSebalu/9e9c720d373abf757862b372a593d85b to your computer and use it in GitHub Desktop.
Save PaulSebalu/9e9c720d373abf757862b372a593d85b to your computer and use it in GitHub Desktop.
[data-view="newMatterForm"] .intake-form-template-2 .matter-type-icon,
[data-view="newMatterForm"] .intake-form-template-3 .matter-type-icon {
width: 100px !important;
height: 100px !important;
}
.matter-type-icon .circle-matter-type {
width: 100%;
height: 100%
}
body .intake-form-template-2 .form-field-icon-container {
background: transparent !important;
border: 1px solid #ccc;
}
@media only screen and (max-width: 600px) {
[data-view="newMatterForm"] .intake-form-template-2 .matter-type {
width: 48% !important;
}
[data-view="newMatterForm"] .intake-form-template-2 .quotetableinner,
[data-view="newMatterForm"] .intake-form-template-3 .quotetableinner {
display: flex !important;
align-items: center !important;
height: 50px !important;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
[data-view="newMatterForm"] .intake-form-template-2 .quoterow,
[data-view="newMatterForm"] .intake-form-template-3 .quoterow {
border-bottom: 0px !important;
}
.webcalc-total-amount {
font-size: 25px !important;
}
[data-view="newMatterForm"] .form-group {
margin-bottom: 0px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment