Skip to content

Commit

Permalink
EDRD-1254
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajnish-Singh023 committed Jan 21, 2025
1 parent e67aebe commit 015d2f6
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
59 changes: 59 additions & 0 deletions force-app/main/default/staticresources/EDRD_UI_enhancement_V2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
.os-step-label[lwc-314pbdlkbi2]
{
font-family: Montserrat;
font-size: 20px;
font-weight: 600;
line-height: 24.38px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}

h3
{
font-family: Montserrat;
font-size: 16px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
#content-65 .slds-form-container textarea
{
width: 697px;
height: 102px!important;
top: 20px;
padding: 6px 12px 76px 12px;
gap: 0px;
border: 1px solid;
border-radius: 4px!important;
opacity: 0px;
overflow:hidden!important;
}
.slds-textarea
{
width: 697px;
height: 62px;
top: 20px;
padding: 6px 12px 36px 12px;
gap: 0px;
border: 1px solid;
border-radius: 4px!important;
opacity: 0px;
overflow:hidden!important;
}
.slds-form-element__label slds-show--inline,label.slds-form-element__label[lwc-5p4me4cf7bg]
{
width:688px!important;
}
.slds-rich-text-editor__output div
{
font-family: Segoe UI;
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<StaticResource xmlns="http://soap.sforce.com/2006/04/metadata">
<cacheControl>Public</cacheControl>
<contentType>text/css</contentType>
</StaticResource>

0 comments on commit 015d2f6

Please sign in to comment.