9 lines
87 B
SCSS
9 lines
87 B
SCSS
.Container
|
|
{
|
|
display: flex;
|
|
}
|
|
|
|
.InfoPane{
|
|
width: 100%;
|
|
padding-left: 1rem
|
|
} |