Skip to content

Commit

Permalink
enable styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar committed Jun 26, 2024
1 parent 0160566 commit 6014fcd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
12 changes: 12 additions & 0 deletions WebHostLib/static/styles/options/player.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion WebHostLib/static/styles/options/player.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions WebHostLib/static/styles/options/player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ html {
box-sizing: border-box;
}

.alert {
width: calc(100% - 1rem);
border-radius: 4px;
background-color: #f3f309;
color: #000000;
padding: 0.5rem;
margin-bottom: 0.5rem;
text-align: center;

&:empty {
display: none;
}
}

#options-header {
margin-bottom: 1.5rem;

Expand Down

0 comments on commit 6014fcd

Please sign in to comment.