mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
8 lines
145 B
CSS
8 lines
145 B
CSS
.orientation-guide {
|
|
align-items: center;
|
|
color: #b6b6b6;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|