video page styling

This commit is contained in:
Carl Pearson
2024-09-25 06:08:16 -06:00
parent 7f6de26f80
commit a5d80f4e01
3 changed files with 15 additions and 6 deletions

View File

@@ -19,6 +19,18 @@ button {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.media-card button {
display: inline-block;
padding: 10px 15px;
text-decoration: none;
border-radius: 4px;
}
.new-transcode button {
background-color: green;
color: white;
}
.media-card h3 {
padding: 15px;
margin: 0;
@@ -57,12 +69,8 @@ button {
}
.media-controls button {
display: inline-block;
padding: 10px 15px;
background-color: red;
color: white;
text-decoration: none;
border-radius: 4px;
}
/* narrower than 600px */