source: phonelux-frontend/src/components/CheaperOffersComponent/CheaperOffersComponent.css@ 5201690

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

Added more components

  • Property mode set to 100644
File size: 680 bytes
Line 
1.cheaperoffers-modal-box{
2 position: absolute;
3 top: 50%;
4 left: 50%;
5 transform: translate(-50%, -50%);
6 box-shadow: 24;
7 background-color: white;
8 width: fit-content;
9 height: 500px;
10 overflow: scroll;
11}
12
13.cheaperoffers-table{
14 border-collapse: collapse;
15 width: 100%;
16}
17
18.cheaperoffers-table-head{
19 background-color: #a6c9ab;
20 font-size: 18px;
21 width: 100%;
22}
23
24.cheaperoffers-table-head th{
25 background-color: #a6c9ab;
26}
27
28.cheaperoffers-table-row{
29 width: 100%;
30}
31
32.cheaperoffers-table-row td{
33 text-align: center;
34 word-wrap: break-word;
35}
36
37.cheaperoffers-table-row:nth-of-type(even){
38 background-color: #eef2f0;
39}
40
41
42
Note: See TracBrowser for help on using the repository browser.