source: phonelux-frontend/src/components/PhoneWithOffersComponent/PhoneWithOffersComponent.css@ 7e88e46

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

Added more components

  • Property mode set to 100644
File size: 1.3 KB
Line 
1.phone-with-offers-sub-main{
2 background-color: #DEE4E1;
3}
4
5.phone-with-offers-totaloffers-div{
6 display: flex;
7 justify-content: end;
8}
9
10.phone-with-offers-totaloffers-div > h3{
11 margin-right: 30px;
12}
13
14.phone-with-offers-image-wrapper{
15 display: flex;
16 justify-content: center;
17}
18
19.phone-with-offers-image{
20 width: 250px;
21 height: 300px;
22}
23
24.phone-with-offers-table-row:nth-of-type(even){
25 background-color: #eef2f0;
26}
27
28.phone-with-offers-model-wrapper{
29 display: flex;
30 justify-content: center;
31}
32
33.phone-with-offers-table{
34 border-collapse: collapse;
35 width: 100%;
36 table-layout: fixed;
37}
38
39.phone-with-offers-table-row{
40 border: 1px solid gainsboro;
41 padding: 20px ;
42}
43
44.phone-with-offers-table td{
45 text-align: center;
46 word-wrap: break-word;
47}
48
49.phone-with-offers-table-head{
50 background-color: #a6c9ab;
51 font-size: 22px;
52}
53
54.phone-with-offers-model-header{
55 border: 1px solid gray;
56 padding: 10px;
57 padding-left: 50px;
58 padding-right: 50px;
59 border-radius: 10px 60px;
60 box-shadow: inset 0px 0px 25px 0px rgb(120, 190, 139);
61 outline: none;
62 background-color: #c4f3d8;
63}
64
65.phone-with-offers-totaloffers-header{
66 padding: 10px;
67 border: 1px solid rgb(199, 193, 193);
68 background-color: #B6E2C8;
69 border-radius: 50px;
70}
71
72
Note: See TracBrowser for help on using the repository browser.