MAp management and helpers
This commit is contained in:
@@ -734,3 +734,26 @@ button.btn-calculate:hover,
|
||||
vertical-align: super;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
/* Bandeau monde sélectionné (depuis carte de chat) */
|
||||
|
||||
.world-info-banner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 8px 12px;
|
||||
background: #e8e0d0;
|
||||
border: 1px solid #c9a227;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
.world-info-banner i {
|
||||
color: #c9a227;
|
||||
}
|
||||
|
||||
.world-info-banner .world-info-loc {
|
||||
color: #888;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user