Skip to content

Commit

Permalink
CSS Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmoy-96 committed Mar 27, 2024
1 parent 806df85 commit 005218e
Show file tree
Hide file tree
Showing 12 changed files with 143 additions and 313 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"postcss-prefixer": "2.1.3",
"postcss-preset-env": "6.7.1",
"postcss-scss": "3.0.5",
"sass": "1.49.11"
"sass": "^1.26.11"
},
"files": [
"dist/index.min.css",
Expand All @@ -62,4 +62,4 @@
"digit-ui",
"css"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ background-size: cover
.employeeCustomCard{
font-size: 1rem;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
@apply flex justify-center items-center;
height: calc(100vh - 80px);
position: relative;
background: linear-gradient(rgba(11, 75, 102, 0.8), rgba(11, 75, 102, 0.8)), var(--banner-url) center center;

.bannerCard {
min-width: 400px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}
}
.employeeCard.fsm {
margin-bottom: 16px !important;
margin-bottom: 64px !important;
margin-left: 0px !important;
margin-right: 16px !important; }
.header-wrap {
Expand Down Expand Up @@ -168,20 +168,24 @@

.submit-bar-disabled {
@apply h-10 bg-primary-main text-center w-full outline-none opacity-50;
background-color: #882636 !important;

&:focus {
@apply outline-none;
}

header {
@apply font-rc font-medium text-legend text-white leading-10;
line-height: 2rem !important;
}
}

@screen dt {
.submit-bar,
.submit-bar-disabled {
width: 240px;
background-color: #882636 !important;
height: 2rem !important
}

.card {
Expand Down Expand Up @@ -334,7 +338,7 @@
}
.home-page-info-banner-wrap {
max-width: 45%;
min-width: 40%;
min-width: 100%;
margin-left: 0;
margin-right: 24px;
margin-bottom: 24px;
Expand All @@ -360,7 +364,7 @@
.BPAemployeeCard {
margin-left: 0px !important;
margin-right: 0px !important;
margin-bottom: 64px !important;
margin-bottom: 0px !important;
}

.employee-application-details {
Expand Down Expand Up @@ -390,3 +394,19 @@
margin: 0 !important;
width: 100% !important;
}

.language-selector .submit-bar, .submit-bar-disabled{
background-color: #5a1166 !important;
}

.owner-details{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-between
}

.owner-details-child{
width: 50%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@
}

.drawer-desktop {
overflow: auto;
.menu-item {
border: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ height: 2.0rem !important;
@apply border-grey-dark text-grey-dark !important;
pointer-events: none !important;
}
.employee-card-input:disabled {
@apply border-grey-dark text-grey-dark !important;
pointer-events: none !important;
}
.employee-card-input--front {
width: fit-content !important;
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -766,27 +766,3 @@ min-height: calc(100vh - 8em);
}
}

.privacy-icon-2 {
cursor: pointer;
}
.privacy-icon-2:hover {
path {
fill: none;
}
}

.audit-card {
width: 80%;
margin-left: -260px;
margin-right: -27%;
max-height: 120px;
margin-top: 90px;
}
.fsm-inline-style {
background: #fafafa;
border: 1px solid #d6d5d4;
border-radius: 4px;
padding: 16px;
margin-bottom: 40px;
width: 90%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
@apply p-sm text-primary-main items-center;
display: flex !important;
color: #a82227 !important;
a{
color: inherit;
text-decoration: inherit
}
}

.inbox-total {
Expand Down Expand Up @@ -611,12 +607,6 @@ background-size: cover

}


.inboxLinksFSM {
margin: 0 !important;
}


.plumber-details-new-value-wrapper {
flex: 2 1 auto;
}
Expand Down Expand Up @@ -694,4 +684,4 @@ background-size: cover
}
}
}
}
}
Loading

0 comments on commit 005218e

Please sign in to comment.