source: phonelux-frontend/src/components/FiltersComponents/SortByComponent.css@ 48f3030

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

Implemented all use cases

  • Property mode set to 100644
File size: 619 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}
22
23.pick-specifications-icon{
24 margin-left: 10px;
25}
26
27.pick-specifications-icon:hover{
28 cursor: pointer;
29}
30
31.specifications-filter-main{
32 display: flex;
33}
34.tippy-pick-specifications-icon{
35 width: fit-content;
36 text-align: center;
37}
Note: See TracBrowser for help on using the repository browser.