OpenMediaCenter/src/pages/RandomPage/RandomPage.module.css

22 lines
339 B
CSS
Raw Normal View History

.Shufflebutton {
2020-06-01 20:46:28 +02:00
width: 100%;
align-content: center;
}
2020-06-12 15:57:30 +00:00
.btnshuffle {
background-color: #39a945;
color: white;
margin-top: 20px;
margin-left: 45%;
border: none;
border-radius: 10px;
padding: 15px 25px 15px 25px;
font-weight: bold;
font-size: larger;
}
2020-06-12 15:57:30 +00:00
.btnshuffle:focus {
outline: none;
}