23 lines
379 B
CSS
23 lines
379 B
CSS
![]() |
.YogaPositionEditor {
|
||
|
text-align: center;
|
||
|
margin-top: 20px;
|
||
|
margin-bottom: 20px;
|
||
|
width: 60%;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
|
||
|
.YogaPositionEditor input {
|
||
|
width: 55px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.YogaPositionEditorRow {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
flex-direction: row;
|
||
|
font-size: 16px;
|
||
|
font-weight: bold;
|
||
|
}
|