1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2025-01-22 08:03:55 +03:00
owncast/web/components/modals/AuthModal/AuthModal.module.scss
2022-08-20 16:16:24 -07:00

11 lines
163 B
SCSS

.tabContent {
flex-direction: row;
display: flex;
justify-content: center;
align-items: center;
.icon {
height: 15px;
padding-right: 5px;
}
}