Skip to content

Commit

Permalink
clean up main.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
gsambrotta committed Feb 23, 2024
1 parent da9430a commit 27f27f7
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
overflow: hidden;
}

.ken-tree li>ul>.mat-tree-node li,
.mat-nested-tree-node li {
// background: rgba(0, 0, 0, 0.04);
// font-size: 12px
}

.mat-nested-tree-node ul li {
min-height: 28px !important;
}
Expand All @@ -52,18 +46,12 @@ button:focus {
padding: 16px;
}

.mat-tree-node {
// padding-left: 16px;
}

button.active {
// background-color: silver!important;
opacity: 0.4;
cursor: default;
}

.menu-item--active {
// background: rgba(0, 0, 0, 0.2);
background-color: whitesmoke;
}

Expand Down Expand Up @@ -168,11 +156,6 @@ dynamic-material-form-control:not(:last-child) {
display: block;
position: relative;
padding: 1em;
//border-radius: 4px;
//&:hover {
// box-shadow: 0;
// background-color: #f3f3f3;
//}
}


Expand Down Expand Up @@ -216,50 +199,19 @@ formly-field {
}
}


/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
.mat-form-field-type-boolean .mat-form-field-wrapper {
padding-bottom: 0 !important;
height: 44px;
}

formly-object-type formly-object-type>formly-field {
//margin-left: 40px
}

formly-object-type legend {
//margin-left: 20px
}

formly-object-type {
// background-color: blue;
}

formly-array-type {
// >.mat-card {
// display: flex;
// flex-wrap: wrap;
// align-content: space-around ;
// align-items: flex-end;
.mat-mdc-card {
margin-right: 16px;
}
// }
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
mat-card-header {
font-size: 1.5rem;
}
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
// mat-card {
// margin-bottom: 16px
// }

}

// .mat-mdc-form-field{
// margin-bottom: 1rem;
// }

// Fix for cut-off Formly Material label
.mdc-text-field--filled::before{
content: "" !important;
Expand All @@ -270,5 +222,3 @@ formly-array-type {
margin-left: 2%;
position: relative;
}

// Kendraio3ca31f6bcb87c68721363847192dbd57

0 comments on commit 27f27f7

Please sign in to comment.