Added Crew and General Aviation Filters
This commit is contained in:
@@ -119,6 +119,22 @@ body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.class-general_aviation-global {
|
||||
background: rgba(34, 197, 94, 0.15);
|
||||
border: 1px solid rgba(34, 197, 94, 0.3);
|
||||
color: #22c55e;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.class-crew-global {
|
||||
background: rgba(198, 120, 110, 0.15);
|
||||
border: 1px solid rgba(198, 120, 110, 0.3);
|
||||
color: #c6786e;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* ── First: Platinum ── */
|
||||
.class-first-global {
|
||||
background: linear-gradient(
|
||||
|
||||
Reference in New Issue
Block a user