mon-entreprise/source/components/PeriodSwitch.css

10 lines
178 B
CSS

#PeriodSwitch {
display: flex;
align-items: center;
margin: 0.6rem 0;
justify-content: flex-end;
}
#PeriodSwitch > * {
box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}