17 lines
252 B
Plaintext
17 lines
252 B
Plaintext
.toggle {
|
|
display: flex;
|
|
flex-direction: row;
|
|
// justify-content: space-between;
|
|
}
|
|
.toggleLeft {
|
|
position: absolute;
|
|
left: 3%;
|
|
top:50%;
|
|
z-index: 99;
|
|
}
|
|
.toggleRight {
|
|
position: absolute;
|
|
right: 3%;
|
|
top:50%;
|
|
z-index: 99;
|
|
} |