OpenMediaCenter/src/elements/GPElements/Button.module.css

9 lines
146 B
CSS
Raw Normal View History

2020-12-29 19:39:30 +00:00
.button {
background-color: green;
border-radius: 5px;
border-width: 0;
color: white;
margin-right: 15px;
padding: 6px;
}