source: phonelux-frontend/src/components/GroupedFiltersComponent/GroupedFiltersComponent.css@ dfd5d87

Last change on this file since dfd5d87 was dfd5d87, checked in by Marko <Marko@…>, 22 months ago

Registration logic with confirmation token implemented

  • Property mode set to 100644
File size: 247 bytes
Line 
1#filtersDiv{
2 background-color: #91AD7E;
3 display: flex;
4}
5
6/* #filtersDiv > div{
7 margin-left: 30px;
8} */
9
10
11#filtersDiv > div{
12 margin-left: 30px;
13}
14
15#filtersDiv > div:nth-of-type(4){
16 margin-top: 15px;
17 margin-left: 200px;
18}
19
20
Note: See TracBrowser for help on using the repository browser.