mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Add recommended option badge
This commit is contained in:
@@ -294,6 +294,15 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.option__recommended {
|
||||
background-color: var(--blue-60);
|
||||
border-radius: 2px;
|
||||
color: white;
|
||||
font-size: smaller;
|
||||
margin-inline-start: 5px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.option__description {
|
||||
color: var(--secondary-color);
|
||||
font-size: smaller;
|
||||
|
||||
Reference in New Issue
Block a user