OpenMediaCenter/src/elements/GPElements/Button.module.css
2020-12-29 19:39:30 +00:00

9 lines
146 B
CSS

.button {
background-color: green;
border-radius: 5px;
border-width: 0;
color: white;
margin-right: 15px;
padding: 6px;
}