Skip to content

Commit

Permalink
HLM-6019 download template
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhant-nawale-egov committed May 29, 2024
1 parent 9301e4a commit 2117299
Show file tree
Hide file tree
Showing 17 changed files with 2,461 additions and 2,098 deletions.
2 changes: 1 addition & 1 deletion micro-ui/web/micro-ui-internals/packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-css",
"version": "1.0.31-microplan",
"version": "1.0.32-microplan",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
.selector-button-border,
.digit-button-secondary {
h2,
.digit-button-label {
color: $primary-theme-color !important;
}

background-color: white !important;
}

.selector-button-primary {
background-color: $primary-theme-color !important;
}

.jk-digit-primary-btn {
background-color: $primary-theme-color !important;
}

.jk-digit-secondary-btn {
h2 {
color: $primary-theme-color !important;
}
}

.help-lable {
color: $primary-theme-color;
}

.digit-header-content {
font-size: 2rem;
}

.user-img-txt {
background-color: $primary-theme-color !important;
}

.submit-bar {
background-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;
}

.body {
.links-wrapper .link {
color: $primary-theme-color !important;
}
}
}

.primary-label-btn {
color: $primary-theme-color !important;
}


.language-button-container {
.customBtn-selected {
background-color: $primary-theme-color !important;
}
}

.search-button-wrapper {
.link-label {
color: $primary-theme-color !important;

}
}

.employee-card-input:hover, employee-select-wrap--elipses:hover {
border-color: $primary-theme-color !important;
}
Loading

0 comments on commit 2117299

Please sign in to comment.