mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
17 lines
238 B
SCSS
17 lines
238 B
SCSS
.info {
|
|
.header {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
|
|
h1 {
|
|
margin: 0;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
div {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|