Files
OpenMediaCenter/src/pages/RandomPage/RandomPage.module.css
Lukas Heiligenbrunner f80554bfdd correct sort order of css properties
mocking of fetch api only once in setupTests
2020-08-05 17:55:51 +00:00

22 lines
339 B
CSS

.Shufflebutton {
align-content: center;
width: 100%;
}
.btnshuffle {
background-color: #39a945;
border: none;
border-radius: 10px;
color: white;
font-size: larger;
font-weight: bold;
margin-left: 45%;
margin-top: 20px;
padding: 15px 25px 15px 25px;
}
.btnshuffle:focus {
outline: none;
}