1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 23:17:26 +00:00
festa/styles/components/toolbar.css
2022-06-04 05:13:19 +02:00

31 lines
No EOL
372 B
CSS

.toolbar {
display: flex;
justify-content: flex-start;
align-content: flex-start;
position: absolute;
}
.toolbar-top {
top: 8px;
}
.toolbar-bottom {
bottom: 8px;
}
.toolbar-left {
left: 8px;
flex-direction: row;
}
.toolbar-right {
right: 8px;
flex-direction: row-reverse;
}
.toolbar > * {
width: 40px;
height: 40px;
}