source: phonelux-frontend/src/components/FiltersComponents/SortByComponent.css@ 436e0da

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

Component for editing offers added

  • Property mode set to 100644
File size: 375 bytes
Line 
1.sortby-component-wrapper{
2 display: flex;
3 justify-content: space-between;
4 padding: 20px;
5 background-color: #DEE4E1
6}
7
8.sortby-component-select{
9 font-size: 15px;
10 width: 15%;
11 background-color: #e6f8ef;
12 margin-right: 15px;
13 height: 50%;
14 margin-left: auto;
15}
16
17
18.popover-specification-container{
19 height: 500px;
20 overflow-y: scroll;
21}
Note: See TracBrowser for help on using the repository browser.