Add simulator architecture separation and warning system
This commit is contained in:
@@ -239,3 +239,32 @@ nav button {
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.warning-banner {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 5000;
|
||||
background: #6b5200;
|
||||
color: white;
|
||||
padding: 14px;
|
||||
text-align: center;
|
||||
font-size: 1.1rem;
|
||||
font-weight: bold;
|
||||
border-bottom: 2px solid #d8b400;
|
||||
}
|
||||
|
||||
.warning-banner.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.kid-card {
|
||||
border-color: #777;
|
||||
}
|
||||
|
||||
.kid-card small {
|
||||
display: block;
|
||||
margin-top: 8px;
|
||||
font-size: 1rem;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user