source: phonelux-frontend/src/components/PickSpecificationComponent/PickSpecificationComponent.css@ 895cd87

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

Implemented all use cases

  • Property mode set to 100644
File size: 806 bytes
Line 
1.pick-specification-modal-box{
2 position: absolute;
3 top: 50%;
4 left: 50%;
5 transform: translate(-50%, -50%);
6 box-shadow: 24;
7 background-color: #e3f2e9;
8 width: 600px;
9 height: 500px;
10 overflow: scroll;
11 border: 1px solid black;
12}
13
14.pick-specification-modal-title{
15 padding: 30px;
16 text-align: center;
17 background-color: #B6E2C8;
18 font-size: 24px;
19 font-weight: bold;
20}
21
22.pick-specification-specs-wrapper h3{
23 text-align: center;
24}
25
26
27.pick-specification-specs-item{
28 background-color: #e3f2e9;
29 padding: 20px;
30 text-align: center;
31}
32.pick-specification-specs-item:hover{
33 background-color: #a6c9ab;
34 cursor: pointer;
35}
36
37.pick-specification-item-label span{
38 font-size: 20px;
39}
40
41.pick-specification-list{
42 background-color: #e3f2e9
43}
44
45
Note: See TracBrowser for help on using the repository browser.