source: phonelux-frontend/src/components/FiltersComponents/SpecificationsFilterComponent.css@ d66b8eb

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

Component for editing offers added

  • Property mode set to 100644
File size: 831 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: 400px;
21}
22
23.popover-specification-container-header{
24 /* color: #B6E2C8; */
25 margin: 30px;
26}
27
28.specifications-filter-header:hover{
29 cursor: pointer;
30 background-color: rgb(166, 201, 171);
31 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
32 transition: box-shadow 0.5s, background-color 0.5s ;
33}
34
35.specifications-filter-popover{
36 text-align: center;
37}
Note: See TracBrowser for help on using the repository browser.