mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
12 lines
163 B
SCSS
12 lines
163 B
SCSS
|
.tabContent {
|
||
|
flex-direction: row;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
|
||
|
.icon {
|
||
|
height: 15px;
|
||
|
padding-right: 5px;
|
||
|
}
|
||
|
}
|