mon-entreprise/source/components/PeriodSwitch.css

9 lines
159 B
CSS
Raw Normal View History

#PeriodSwitch {
2018-11-21 14:46:51 +00:00
display: flex;
align-items: center;
2019-04-02 16:56:44 +00:00
justify-content: flex-end;
2019-03-27 16:05:27 +00:00
}
2019-04-03 09:16:09 +00:00
#PeriodSwitch > * {
box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}