Created
June 23, 2019 13:52
-
-
Save arun12209/9325e5adc2f6fb5c8f21a1bd9925531c to your computer and use it in GitHub Desktop.
SearchMetadataCmpCSS
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
.THIS .changeMe{ | |
display: ""; | |
color:red; | |
background-color:yellow; | |
} | |
.THIS .ul_list{ | |
padding:10px; | |
} | |
.THIS .slds-page-header { | |
border-radius: 0px; | |
} | |
.THIS .RemoveMe{ | |
display: "none"; | |
} | |
.THIS .bodyPart{ | |
background-color:white; | |
padding:10px 10px 10px 10px; | |
} | |
.THIS .trow{ | |
height:35px; | |
} | |
.THIS .thdr{ | |
padding-top: 1.5%; | |
padding-left: 1%; | |
} | |
.THIS .searchResult{ | |
height:200px; | |
overflow-y: scroll; | |
border-radius:3px; | |
} | |
.THIS .hdr_container { | |
padding-top: 5%; | |
} | |
.THIS #settingIcon{ | |
float:right; | |
} | |
.THIS #settingDrpdwn{ | |
position: relative; | |
float: right; | |
right: 22%; | |
top: -2px; | |
} | |
.THIS .menu{ | |
width: 194px; | |
padding: 10px; | |
} | |
.THIS .slds-page-header{ | |
border-radius:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment