Skip to content

Instantly share code, notes, and snippets.

@Sampath-Lokuge
Created October 8, 2018 13:15
Show Gist options
  • Save Sampath-Lokuge/fa5eab8f3166114c1bd9b79897be806e to your computer and use it in GitHub Desktop.
Save Sampath-Lokuge/fa5eab8f3166114c1bd9b79897be806e to your computer and use it in GitHub Desktop.
styles.scss
.mat-table-wrapper {
width: 100%;
overflow-x: auto;
mat-cell,
mat-header-cell {
min-height: 100%;
}
}
.mat-table-wrapper .mat-table {
min-width: 1000px;
width: 100%;
}
.mat-table-wrapper--dashboard .mat-table {
min-width: 600px !important;
}
.mat-table-wrapper .mat-table .email-cell {
word-wrap: normal;
width: 180px;
flex: auto;
}
.m-mat-dialog-container-wrapper .mat-dialog-container {
padding: 0;
overflow-x: hidden;
.m-portlet {
margin-bottom: 0;
}
.alert {
border-radius: 0 !important;
width: 1032px;
}
}
.example-full-width {
width: 100%;
}
mat-radio-button {
padding-right: 16px;
}
.m-form--alert {
margin-top: 30px;
}
.mat-column-checkbox {
flex: 0 0 68px;
}
.mat-column-id {
flex: 0 0 68px;
}
.mat-column-main {
flex: 0 0 568px;
}
.mat-column-actions {
flex: 0 0 160px;
}
.mat-table-bottom {
display: flex;
align-items: center;
justify-content: flex-end;
}
.mat-column-vinCode {
flex: 0 0 170px;
}
.m-portlet-mx-0 {
margin: -1.1rem -2.2rem 0;
overflow-x: hidden;
}
.mat-table-wrapper .mat-table .mat-row-editing.mat-row-inactive {
height: 0;
min-height: 0;
padding: 0 !important;
border-bottom: 0 !important;
}
.margin-top-minus-10 {
margin-top: -10px;
}
.margin-bottom-2rem {
margin-bottom: 2rem !important;
}
.margin-bottom-0 {
margin-bottom: 0 !important;
}
.text-align-left {
text-align: left !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment