clean up not used scss
This commit is contained in:
parent
2b2f4f28c4
commit
952b03430c
|
@ -1,5 +1,4 @@
|
||||||
.status-editor {
|
.status-editor {
|
||||||
// padding-top: 1em;
|
|
||||||
|
|
||||||
.editor-actions {
|
.editor-actions {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|
|
@ -12,11 +12,6 @@
|
||||||
.filter-button{
|
.filter-button{
|
||||||
padding-top: .6rem;
|
padding-top: .6rem;
|
||||||
padding-bottom: .6rem;
|
padding-bottom: .6rem;
|
||||||
// .mat-icon{
|
|
||||||
// font-size: 1.5em;
|
|
||||||
// width: 1.2em;
|
|
||||||
// height: 1.2em;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mdc-form-field {
|
::ng-deep .mdc-form-field {
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
.status-listing {
|
.status-listing {
|
||||||
// margin-top: 1.3rem;
|
|
||||||
// margin-left: 1rem;
|
|
||||||
// margin-right: 2rem;
|
|
||||||
|
|
||||||
.mat-header-row{
|
.mat-header-row{
|
||||||
background: #f3f5f8;
|
background: #f3f5f8;
|
||||||
|
@ -29,7 +26,6 @@
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--secondary-color);
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
// color: #000;
|
|
||||||
|
|
||||||
.button-text{
|
.button-text{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -6,11 +6,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .main-container {
|
|
||||||
// margin-top: 64px;
|
|
||||||
// padding-top: 10px;
|
|
||||||
// }
|
|
||||||
|
|
||||||
.main-container {
|
.main-container {
|
||||||
top: 80px !important;
|
top: 80px !important;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
@ -32,7 +32,6 @@ $blue-color-light: #5cf7f2;
|
||||||
box-shadow: 0px 1px 2px rgb(173, 173, 173) ;
|
box-shadow: 0px 1px 2px rgb(173, 173, 173) ;
|
||||||
padding: 3em;
|
padding: 3em;
|
||||||
border-radius: .3em;
|
border-radius: .3em;
|
||||||
// border-left: 0.3em solid yellow;
|
|
||||||
padding-bottom: 2em;
|
padding-bottom: 2em;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
|
||||||
|
@ -67,10 +66,6 @@ $blue-color-light: #5cf7f2;
|
||||||
.fielset-header{
|
.fielset-header{
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
// .numbering{
|
|
||||||
// padding: 0.5em 0em;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fieldset-actions-list{
|
.fieldset-actions-list{
|
||||||
|
@ -78,10 +73,6 @@ $blue-color-light: #5cf7f2;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ::ng-deep .main-content-page .fieldset-header .field-title .mat-form-field-infix{
|
|
||||||
// border-top: 0px;
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
.numbering-label .mat-input-element:disabled{
|
.numbering-label .mat-input-element:disabled{
|
||||||
color: #212121;
|
color: #212121;
|
||||||
|
@ -121,8 +112,6 @@ $blue-color-light: #5cf7f2;
|
||||||
.input_icon{
|
.input_icon{
|
||||||
width: 14px;
|
width: 14px;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
// display: flex;
|
|
||||||
// align-items: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-menu-panel{
|
::ng-deep .mat-menu-panel{
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.description-template-listing {
|
.description-template-listing {
|
||||||
// margin-top: 1.3rem;
|
|
||||||
// margin-left: 1rem;
|
|
||||||
// margin-right: 2rem;
|
|
||||||
|
|
||||||
.mat-header-row {
|
.mat-header-row {
|
||||||
background: #f3f5f8;
|
background: #f3f5f8;
|
||||||
|
@ -45,7 +42,6 @@
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--secondary-color);
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
// color: #000;
|
|
||||||
|
|
||||||
.button-text {
|
.button-text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -15,11 +15,6 @@
|
||||||
.filter-button{
|
.filter-button{
|
||||||
padding-top: .6rem;
|
padding-top: .6rem;
|
||||||
padding-bottom: .6rem;
|
padding-bottom: .6rem;
|
||||||
// .mat-icon{
|
|
||||||
// font-size: 1.5em;
|
|
||||||
// width: 1.2em;
|
|
||||||
// height: 1.2em;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mdc-form-field {
|
::ng-deep .mdc-form-field {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
.description-template-type-editor {
|
.description-template-type-editor {
|
||||||
// padding-top: 1em;
|
|
||||||
|
|
||||||
.editor-actions {
|
.editor-actions {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
.description-template-type-listing {
|
.description-template-type-listing {
|
||||||
// margin-top: 1.3rem;
|
|
||||||
// margin-left: 1rem;
|
|
||||||
// margin-right: 2rem;
|
|
||||||
|
|
||||||
.mat-header-row{
|
.mat-header-row{
|
||||||
background: #f3f5f8;
|
background: #f3f5f8;
|
||||||
|
@ -29,7 +26,6 @@
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--secondary-color);
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
// color: #000;
|
|
||||||
|
|
||||||
.button-text{
|
.button-text{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -15,11 +15,6 @@
|
||||||
.filter-button{
|
.filter-button{
|
||||||
padding-top: .6rem;
|
padding-top: .6rem;
|
||||||
padding-bottom: .6rem;
|
padding-bottom: .6rem;
|
||||||
// .mat-icon{
|
|
||||||
// font-size: 1.5em;
|
|
||||||
// width: 1.2em;
|
|
||||||
// height: 1.2em;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mdc-form-field {
|
::ng-deep .mdc-form-field {
|
||||||
|
|
|
@ -11,9 +11,4 @@
|
||||||
.filter-button{
|
.filter-button{
|
||||||
padding-top: .6rem;
|
padding-top: .6rem;
|
||||||
padding-bottom: .6rem;
|
padding-bottom: .6rem;
|
||||||
// .mat-icon{
|
|
||||||
// font-size: 1.5em;
|
|
||||||
// width: 1.2em;
|
|
||||||
// height: 1.2em;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
.lock-listing {
|
.lock-listing {
|
||||||
// margin-top: 1.3rem;
|
|
||||||
// margin-left: 1rem;
|
|
||||||
// margin-right: 2rem;
|
|
||||||
|
|
||||||
.mat-header-row{
|
.mat-header-row{
|
||||||
background: #f3f5f8;
|
background: #f3f5f8;
|
||||||
|
|
|
@ -100,62 +100,3 @@
|
||||||
.places-buttons .btn {
|
.places-buttons .btn {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
//
|
|
||||||
// .alert {
|
|
||||||
// border: 0;
|
|
||||||
// border-radius: 3px;
|
|
||||||
//
|
|
||||||
// padding: 20px 15px;
|
|
||||||
// line-height: 20px;
|
|
||||||
//
|
|
||||||
// //@include shadow-z-2();
|
|
||||||
//
|
|
||||||
// b{
|
|
||||||
// font-weight: $font-weight-bold;
|
|
||||||
// text-transform: uppercase;
|
|
||||||
// font-size: $font-size-small;
|
|
||||||
// }
|
|
||||||
// // SASS conversion note: please mirror any content change in _mixins-shared.scss alert-variations-content
|
|
||||||
// @include alert-variations(unquote(".alert"), unquote(""), $mdb-text-color-light);
|
|
||||||
//
|
|
||||||
// &-info, &-danger, &-warning, &-success {
|
|
||||||
// color: $mdb-text-color-light;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// &-default {
|
|
||||||
// a, .alert-link {
|
|
||||||
// color: $mdb-text-color-primary;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .alert-icon{
|
|
||||||
// display: block;
|
|
||||||
// float: left;
|
|
||||||
// margin-right: $margin-base;
|
|
||||||
//
|
|
||||||
// i{
|
|
||||||
// margin-top: -7px;
|
|
||||||
// top: 5px;
|
|
||||||
// position: relative;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// .mdc-button.close,
|
|
||||||
// .close{
|
|
||||||
// min-width: auto;
|
|
||||||
// color: $white-color;
|
|
||||||
// text-shadow: none;
|
|
||||||
// opacity: .9;
|
|
||||||
//
|
|
||||||
// i{
|
|
||||||
// font-size: 11px;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// &:hover,
|
|
||||||
// &:focus{
|
|
||||||
// opacity: 1;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// .alert .close {
|
|
||||||
// line-height: .5;
|
|
||||||
// }
|
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
// ::ng-deep .mat-dialog-container {
|
|
||||||
// overflow: hidden;
|
|
||||||
// padding: 20px;
|
|
||||||
// border-radius: 125px;
|
|
||||||
// }
|
|
||||||
|
|
||||||
.confirmation-dialog {
|
.confirmation-dialog {
|
||||||
|
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
|
@ -24,7 +18,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.warn-text {
|
.warn-text {
|
||||||
// color: #f44336;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
.notification-template-editor {
|
.notification-template-editor {
|
||||||
// margin-top: 1.3rem;
|
|
||||||
// margin-left: 1em;
|
|
||||||
// margin-right: 3em;
|
|
||||||
|
|
||||||
.remove {
|
.remove {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
@ -16,7 +13,6 @@
|
||||||
|
|
||||||
::ng-deep .mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
|
::ng-deep .mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
|
||||||
background-color: var(--primary-color-3);
|
background-color: var(--primary-color-3);
|
||||||
// background-color: #0070c0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
|
::ng-deep .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
|
||||||
|
|
|
@ -15,11 +15,6 @@
|
||||||
.filter-button{
|
.filter-button{
|
||||||
padding-top: .6rem;
|
padding-top: .6rem;
|
||||||
padding-bottom: .6rem;
|
padding-bottom: .6rem;
|
||||||
// .mat-icon{
|
|
||||||
// font-size: 1.5em;
|
|
||||||
// width: 1.2em;
|
|
||||||
// height: 1.2em;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mdc-form-field {
|
::ng-deep .mdc-form-field {
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
.notification-template-listing {
|
.notification-template-listing {
|
||||||
// margin-top: 1.3rem;
|
|
||||||
// margin-left: 1rem;
|
|
||||||
// margin-right: 2rem;
|
|
||||||
|
|
||||||
.mat-header-row{
|
.mat-header-row{
|
||||||
background: #f3f5f8;
|
background: #f3f5f8;
|
||||||
|
@ -29,7 +26,6 @@
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--secondary-color);
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
// color: #000;
|
|
||||||
|
|
||||||
.button-text{
|
.button-text{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -11,11 +11,6 @@
|
||||||
.filter-button{
|
.filter-button{
|
||||||
padding-top: .6rem;
|
padding-top: .6rem;
|
||||||
padding-bottom: .6rem;
|
padding-bottom: .6rem;
|
||||||
// .mat-icon{
|
|
||||||
// font-size: 1.5em;
|
|
||||||
// width: 1.2em;
|
|
||||||
// height: 1.2em;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mdc-form-field {
|
::ng-deep .mdc-form-field {
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
.notification-listing {
|
.notification-listing {
|
||||||
// margin-top: 1.3rem;
|
|
||||||
// margin-left: 1rem;
|
|
||||||
// margin-right: 2rem;
|
|
||||||
|
|
||||||
.mat-header-row{
|
.mat-header-row{
|
||||||
background: #f3f5f8;
|
background: #f3f5f8;
|
||||||
|
|
|
@ -12,9 +12,4 @@
|
||||||
.filter-button{
|
.filter-button{
|
||||||
padding-top: .6rem;
|
padding-top: .6rem;
|
||||||
padding-bottom: .6rem;
|
padding-bottom: .6rem;
|
||||||
// .mat-icon{
|
|
||||||
// font-size: 1.5em;
|
|
||||||
// width: 1.2em;
|
|
||||||
// height: 1.2em;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
.inapp-notification-listing {
|
.inapp-notification-listing {
|
||||||
// margin-top: 1.3rem;
|
|
||||||
// margin-left: 1rem;
|
|
||||||
// margin-right: 2rem;
|
|
||||||
|
|
||||||
.mat-header-row{
|
.mat-header-row{
|
||||||
background: #f3f5f8;
|
background: #f3f5f8;
|
||||||
|
@ -29,7 +26,6 @@
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--secondary-color);
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
// color: #000;
|
|
||||||
|
|
||||||
.button-text{
|
.button-text{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue