13 lines
170 B
Text
13 lines
170 B
Text
|
.settings__sessions {
|
||
|
|
||
|
&__all {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin: 10px;
|
||
|
}
|
||
|
|
||
|
&__pagination {
|
||
|
margin: 4px;
|
||
|
}
|
||
|
}
|