mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 18:06:44 +00:00
embed mission-planner
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
.editor-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#language-label {
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.flag {
|
||||
width: 24px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
@media (min-width: 680px) and (max-width: 1024px) and (orientation: landscape){
|
||||
#language-label {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.flag {
|
||||
width: 18px!important;
|
||||
height: 12px!important;
|
||||
}
|
||||
|
||||
.language-selector .MuiSelect-select{
|
||||
padding: 6px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user