-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e67aebe
commit 015d2f6
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
59 changes: 59 additions & 0 deletions
59
force-app/main/default/staticresources/EDRD_UI_enhancement_V2.css
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 |
---|---|---|
@@ -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; | ||
} |
5 changes: 5 additions & 0 deletions
5
force-app/main/default/staticresources/EDRD_UI_enhancement_V2.resource-meta.xml
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 |
---|---|---|
@@ -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> |