-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #811 from egovernments/HLM-6172
HLM-6172 adding audit changes
- Loading branch information
Showing
25 changed files
with
1,204 additions
and
933 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@egovernments/digit-ui-css", | ||
"version": "1.0.35-microplan", | ||
"version": "1.0.36-microplan", | ||
"license": "MIT", | ||
"main": "dist/index.css", | ||
"author": "Jagankumar <[email protected]>", | ||
|
123 changes: 90 additions & 33 deletions
123
micro-ui/web/micro-ui-internals/packages/css/src/components/coreOverride.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,135 @@ | ||
.selector-button-border, | ||
.digit-button-secondary { | ||
h2, | ||
.digit-button-label { | ||
color: $primary-theme-color !important; | ||
} | ||
h2, | ||
.digit-button-label { | ||
color: $primary-theme-color !important; | ||
} | ||
|
||
background-color: white !important; | ||
background-color: white !important; | ||
} | ||
|
||
.selector-button-primary { | ||
background-color: $primary-theme-color !important; | ||
background-color: $primary-theme-color !important; | ||
box-shadow: inset 0 0 0 0 black !important; | ||
|
||
&:hover { | ||
box-shadow: inset 0 -0.125rem 0 0 black !important; | ||
} | ||
} | ||
|
||
.jk-digit-primary-btn { | ||
background-color: $primary-theme-color !important; | ||
background-color: $primary-theme-color !important; | ||
border-color: $primary-theme-color; | ||
box-shadow: inset 0 0 0 0 black !important; | ||
&:hover { | ||
box-shadow: inset 0 -0.125rem 0 0 black !important; | ||
} | ||
} | ||
|
||
.jk-digit-secondary-btn { | ||
h2 { | ||
color: $primary-theme-color !important; | ||
} | ||
h2 { | ||
color: $primary-theme-color !important; | ||
} | ||
} | ||
|
||
.help-lable { | ||
color: $primary-theme-color; | ||
color: $primary-theme-color; | ||
} | ||
|
||
.digit-header-content { | ||
font-size: 2rem; | ||
font-size: 2rem; | ||
} | ||
|
||
.user-img-txt { | ||
background-color: $primary-theme-color !important; | ||
background-color: $primary-theme-color !important; | ||
} | ||
|
||
.submit-bar { | ||
background-color: $primary-theme-color !important; | ||
background-color: $primary-theme-color !important; | ||
} | ||
|
||
.bread-crumb--item a{ | ||
color: $primary-theme-color !important; | ||
.bread-crumb--item a { | ||
color: $primary-theme-color !important; | ||
} | ||
|
||
.employeeCard, | ||
.card-home .complaint-links-container .header { | ||
.logo { | ||
background-color: $primary-theme-color !important; | ||
} | ||
.logo { | ||
background-color: $primary-theme-color !important; | ||
} | ||
|
||
.body { | ||
.links-wrapper .link { | ||
color: $primary-theme-color !important; | ||
} | ||
.body { | ||
.links-wrapper .link { | ||
color: $primary-theme-color !important; | ||
} | ||
} | ||
} | ||
|
||
.primary-label-btn { | ||
color: $primary-theme-color !important; | ||
color: $primary-theme-color !important; | ||
} | ||
|
||
|
||
.language-button-container { | ||
.customBtn-selected { | ||
background-color: $primary-theme-color !important; | ||
.customBtn-selected { | ||
background-color: $primary-theme-color !important; | ||
&:hover { | ||
box-shadow: inset 0 -0.125rem 0 0 black; | ||
} | ||
} | ||
} | ||
|
||
.digit-submit-bar { | ||
box-shadow: inset 0 0 0 0 black !important; | ||
&:hover { | ||
box-shadow: inset 0 -0.125rem 0 0 black !important; | ||
} | ||
} | ||
|
||
.search-button-wrapper { | ||
.link-label { | ||
color: $primary-theme-color !important; | ||
.link-label { | ||
color: $primary-theme-color !important; | ||
} | ||
} | ||
|
||
} | ||
.employee-card-input:hover, | ||
employee-select-wrap--elipses:hover { | ||
border-color: $primary-theme-color !important; | ||
} | ||
|
||
.employee-card-input:hover, employee-select-wrap--elipses:hover { | ||
border-color: $primary-theme-color !important; | ||
} | ||
.wbh-header, | ||
.wbh-header-container { | ||
margin: 0; | ||
} | ||
|
||
.popup-module-action-bar .selector-button-border { | ||
&:hover { | ||
box-shadow: inset 0 -0.125rem 0 0 $primary-theme-color; | ||
} | ||
} | ||
.search-button-wrapper button { | ||
box-shadow: inset 0 0 0 0 black; | ||
|
||
&:hover { | ||
box-shadow: inset 0 -0.125rem 0 0 black; | ||
} | ||
} | ||
|
||
.digit-home-moduleCardWrapper { | ||
padding-left: 0; | ||
} | ||
|
||
.digit-label-field-pair > div { | ||
width: 100%; | ||
} | ||
|
||
.jk-digit-secondary-btn { | ||
box-shadow: inset 0 0 0 0 black; | ||
|
||
&:hover { | ||
box-shadow: inset 0 -0.125rem 0 0 $primary-theme-color; | ||
} | ||
} | ||
|
||
.employee-select-wrap .select:hover { | ||
border-color: $primary-theme-color !important; | ||
} |
Oops, something went wrong.