@nodesecure/cli
Version:
Node.js security CLI
43 lines (37 loc) • 724 B
CSS
span.expandable {
display: flex;
align-items: center ;
justify-content: center ;
height: 35px;
font-size: 13px;
font-family: "mononoki";
background: none;
color: #00B0FF;
text-shadow: 1px 1px 1px rgba(20, 20, 20, 0.5);
transition: all 0.2s linear;
margin-top: 5px;
}
span.expandable[data-value="opened"] {
color: #F44336 ;
}
span.expandable:hover {
cursor: pointer;
}
span.expandable i {
margin-right: 4px;
margin-top: 1px;
}
/**
* CUSTOM CSS
*/
.package-scripts>.expandable {
margin-top: 10px;
}
.home--body .expandable {
text-shadow: none;
font-size: 15px;
color: var(--secondary-darker);
flex-grow: 1;
flex-basis: 100%;
margin-top: 10px;
}