10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
|
|
.ruleWrapper {
|
||
|
|
height: 100%;
|
||
|
|
|
||
|
|
.titleWrapper {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
}
|