forecast/components/SwitchBox.module.css
2021-09-21 19:31:30 +03:00

10 lines
103 B
CSS

.wrapper {
text-align: right;
}
.switch {
margin: 0 10px;
cursor: pointer;
display: inline;
}