focalboard/webapp/src/components/topBar.scss
2021-01-25 10:21:13 -08:00

9 lines
No EOL
129 B
SCSS

.TopBar {
position: absolute;
top: 10px;
right: 25px;
z-index: 10;
display: flex;
flex-direction: row;
}