Files
seweb/client/components/help_popup/help_popup.css

20 lines
369 B
CSS

.help-popup{
width: 300px;
height: 200px;
border: 2px solid black;
background-color: white;
border-radius: 10px;
z-index: 2;
position: absolute;
box-sizing: border-box;
}
.help-popup-description-container{
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}
.help-popup-description{
overflow-wrap: break-word;
}