mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-27 00:48:06 +08:00
25 lines
333 B
CSS
25 lines
333 B
CSS
|
.header {
|
||
|
position: relative;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
height: 98px;
|
||
|
user-select: none;
|
||
|
}
|
||
|
|
||
|
.leftNav {
|
||
|
position: absolute;
|
||
|
left: 20px;
|
||
|
}
|
||
|
|
||
|
.logo {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.rightNav {
|
||
|
position: absolute;
|
||
|
right: 20px;
|
||
|
max-width: 30%;
|
||
|
}
|