tao-react-components
Version:
react components crafted with love by Tao
22 lines (19 loc) • 369 B
CSS
.Story-ContentEditable:hover{
border: solid 1px black;
border-radius: 5px;
}
.HeaderBarButton-Button{
border-radius: 0px ;
width: 49px;
height: 31px;
}
.HeaderBar{
background-color: white;
width: 100vw;
height:10vh;
justify-content: center;
align-items: center;
}
.public-DraftEditorPlaceholder-inner{
color: white;
}