source: phonelux-frontend/src/components/FiltersComponents/SpecificationsFilterComponent.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: 891 bytes
Line 
1.specifications-filter-header{
2 background-color: #B6E2C8;
3 border: 1px solid black;
4 width: fit-content;
5 border-radius: 20px;
6 padding: 5px;
7 margin-right: auto;
8 margin-left: 10px;
9 height: fit-content;
10 margin-top: 0px;
11 padding-top: 5px;
12 width: 100%;
13 text-align: center;
14 display: flex;
15 justify-content: center;
16}
17
18.popover-specification-container{
19 overflow-y: scroll;
20 height: fit-content;
21 padding-bottom: 30px;
22 max-height: 400px;
23
24}
25
26.popover-specification-container-header{
27 /* color: #B6E2C8; */
28 margin: 30px;
29}
30
31.specifications-filter-header:hover{
32 cursor: pointer;
33 background-color: rgb(166, 201, 171);
34 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
35 transition: box-shadow 0.5s, background-color 0.5s ;
36}
37
38.specifications-filter-popover{
39 text-align: center;
40}
Note: See TracBrowser for help on using the repository browser.