[Validator]: validator-custom.less: [NEW] file for validator specific colors and rules | single-record-validator.component.html: Removed check icon from validate button | styles.less: Imported new validator-custom.less and moved custom rules to validator-custom.less.

This commit is contained in:
Konstantina Galouni 2022-12-06 17:01:53 +02:00
parent 96be40c911
commit 48126ed4f1
5 changed files with 45 additions and 44 deletions

View File

@ -29,10 +29,7 @@
<button class="uk-button uk-flex uk-flex-middle uk-flex-wrap"
[class.uk-button-primary]="form.valid" [class.uk-disabled]="!form.valid"
(click)="validate(); viewResults=true">
<div name="cloud_upload">
<span class="uk-flex"><span class="material-icons" style="font-size: 20px;">check</span></span>
</div>
<span class="uk-margin-small-left">Validate!</span>
<span class="uk-margin-small-left">Start Validation</span>
</button>
</div>
</ng-container>

@ -1 +1 @@
Subproject commit 658d017b02df4786e9b221f51eb39ef9a42c6d88
Subproject commit 9141b4c9c3363ceb8a690a361d483268eb7eabe4

@ -1 +1 @@
Subproject commit fb1d7149654415dd6b848b86ab5187401f50975e
Subproject commit 143c2719ec972c8456817c7c1dd17f96593eeddf

View File

@ -0,0 +1,41 @@
@aggregator-primary-background: #1F84C1;
@aggregator-secondary-background: #5ABDF9;
@global-primary-gradient: linear-gradient(101deg, @aggregator-primary-background 0%, @aggregator-secondary-background 100%);
//.sidebar_main_swipe #sidebar_main #sidebar_content {
// width: 280px;
// position: fixed;
// top: 0;
// bottom: 0;
// left: 0;
// padding-top: var(--header-height);
// z-index: 979;
// background: #fff;
// transition: .5s;
// transition-property: all;
// transition-property: width;
//}
//
//.sidebar_main_swipe #sidebar_main .menu_section {
// margin-left: 10px;
// position: relative;
//}
//
//.sidebar_main_swipe #sidebar_main .menu_section > ul > li {
// background: none;
//}
//
//.sidebar_main_swipe #sidebar_main .menu_section > ul > li > a {
// padding: 10px 20px;
// line-height: 40px;
// background-color: transparent;
// transition: background-color .3s ease-out 0s;
//}
//
//.sidebar_main_swipe #sidebar_main .menu_section > ul > li > a:not(.uk-flex) {
// display: block;
//}
//
//.sidebar_main_swipe #sidebar_main .menu_section > ul > li.uk-active > a {
// background-color: #f9f9f9;
//}

View File

@ -6,41 +6,4 @@
@import "~src/assets/common-assets/less/user";
//@import "~src/assets/common-assets/less/dashboard";
@import "~src/assets/common-assets/less/ckeditor";
//.sidebar_main_swipe #sidebar_main #sidebar_content {
// width: 280px;
// position: fixed;
// top: 0;
// bottom: 0;
// left: 0;
// padding-top: var(--header-height);
// z-index: 979;
// background: #fff;
// transition: .5s;
// transition-property: all;
// transition-property: width;
//}
//
//.sidebar_main_swipe #sidebar_main .menu_section {
// margin-left: 10px;
// position: relative;
//}
//
//.sidebar_main_swipe #sidebar_main .menu_section > ul > li {
// background: none;
//}
//
//.sidebar_main_swipe #sidebar_main .menu_section > ul > li > a {
// padding: 10px 20px;
// line-height: 40px;
// background-color: transparent;
// transition: background-color .3s ease-out 0s;
//}
//
//.sidebar_main_swipe #sidebar_main .menu_section > ul > li > a:not(.uk-flex) {
// display: block;
//}
//
//.sidebar_main_swipe #sidebar_main .menu_section > ul > li.uk-active > a {
// background-color: #f9f9f9;
//}
@import "~src/assets/validator-custom";