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

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

Homepage, login and register components added

  • Property mode set to 100644
File size: 889 bytes
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: #DEE4E1;
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}
Note: See TracBrowser for help on using the repository browser.