source: phonelux-frontend/src/components/PhoneOfferDetailsComponent/PhoneOfferDetailsComponent.css@ 775e15e

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

Prototype version

  • Property mode set to 100644
File size: 1.3 KB
Line 
1.phone-offer-details-main{
2 width: 100%;
3}
4
5.phone-offer-details-table th{
6 text-align: center;
7 font-size: 38px;
8 padding: 20px;
9}
10
11.phone-offer-details-table thead tr{
12 background-color: #a6c9ab;
13}
14
15.phone-offer-details-table-row:nth-of-type(even){
16 background-color: #eef2f0;
17}
18
19.phone-offer-details-table-row{
20 border: 1px solid gainsboro;
21
22}
23
24.phone-offer-details-table{
25 border-collapse: collapse;
26 width: 80%;
27 table-layout: fixed;
28}
29
30.phone-offer-details-table-row td{
31 text-align: center;
32 word-wrap: break-word;
33 font-size: 22px;
34 padding: 20px;
35}
36
37.phone-offer-details-table-wrapper{
38 display: flex;
39 justify-content: center;
40 margin-top: 30px;
41}
42
43.phone-offer-details-table-section{
44 display: flex;
45 justify-content: center;
46 margin-bottom: 50px;
47}
48
49.phone-offer-details-table-row td a{
50 text-decoration: none;
51}
52
53.phone-offer-details-table-row td a:hover{
54 color: rgb(40, 117, 40);
55}
56
57.phone-offer-details-last-updated-header{
58 width: 25%;
59 margin-left: 20px;
60 padding: 10px;
61 border: 1px solid rgb(199, 193, 193);
62 background-color: #B6E2C8;
63 border-radius: 50px;
64 text-align: center;
65}
66
67.phone-offer-details-last-updated-wrapper{
68 display: flex;
69 justify-content: start;
70}
71
72
Note: See TracBrowser for help on using the repository browser.