6 lines
416 B
CSS
6 lines
416 B
CSS
.shell { font-family: Arial, sans-serif; margin: 1rem; }
|
|
.shell__header { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; padding-bottom: 0.75rem; }
|
|
.shell__header nav { display: flex; gap: 0.75rem; }
|
|
.shell__content { margin-top: 1rem; }
|
|
.locale-picker { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.95rem; }
|