@shakthillc/components
Version:
React generic components for shakthi products
28 lines (27 loc) • 494 B
CSS
.propHeader,
.props {
display: flex;
}
.props span {
flex: 1;
border-bottom: 1px solid #e2e9f1;
padding: 15px 20px;
text-transform: capitalize;
font-size: 14px;
}
.propHeader span {
flex: 1;
border-bottom: 1px solid #e2e9f1;
padding: 15px 20px;
text-transform: capitalize;
font-size: 15px;
font-weight: bold;
background-color: aliceblue;
}
.propContainer {
border: 1px solid #e2e9f1;
border-radius: 5px;
margin: 50px 0;
border-bottom: 0;
overflow: hidden;
}