Skip to content

Instantly share code, notes, and snippets.

@ZhenDeng
Last active October 8, 2023 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZhenDeng/8e7796e520994aa26a24d1d6dd68d706 to your computer and use it in GitHub Desktop.
Save ZhenDeng/8e7796e520994aa26a24d1d6dd68d706 to your computer and use it in GitHub Desktop.
@mixin product-card-style {}
#snapshot-details {
@include product-card-style;
}
%mat-field-bootstrap {
.mat-form-field-wrapper {
padding-bottom: 0;
}
.mat-form-field-infix {
border: 1px solid #dce6e6;
border-top: 1px solid #dce6e6 !important;
border-radius: 5px;
padding-left: 0.4375rem;
padding-right: 0.4375rem;
background-color: #fff;
.mat-select-value-text, .mat-select-placeholder {
line-height: 2rem;
}
}
.mat-form-field-underline {
display: none;
}
}
.form-group {
.mat-form-field {
display: block;
@extend %mat-field-bootstrap;
&:focus {
outline: 5px auto -webkit-focus-ring-color;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment