OpenMediaCenter/src/elements/Popups/AddActorPopup/AddActorPopup.module.css

20 lines
288 B
CSS
Raw Normal View History

.newactorbutton {
2020-12-29 19:39:30 +00:00
background-color: green;
border-radius: 5px;
border-width: 0;
color: white;
margin-right: 15px;
margin-top: 12px;
padding: 6px;
width: 140px;
}
2021-01-24 16:43:38 +01:00
.searchinput {
float: left;
2021-01-24 16:43:38 +01:00
width: 120px;
}
.searchbar {
margin-bottom: 13px;
}