source: phonelux-frontend/src/components/ScrappersComponent/ScrappersComponent.css

Last change on this file was 47f4eaf, checked in by Marko <Marko@…>, 20 months ago

Final features implemented

  • Property mode set to 100644
File size: 858 bytes
Line 
1.scrappers-section-header{
2 background-color: #B6E2C8;
3 justify-content: center;
4 align-content: center;
5 margin-top: -30px;
6 width: 100%;
7 display: flex;
8 font-size: 18px;
9}
10.scrappers-section-header-text{
11 width: fit-content;
12}
13
14
15.scrappers-section-table{
16 border-collapse: collapse;
17 width: 100%;
18 table-layout: fixed;
19}
20
21.scrappers-section-table-row{
22 border: 1px solid gainsboro;
23 padding: 20px ;
24 font-size: 18px;
25}
26
27.scrappers-section-table td{
28 text-align: center;
29 word-wrap: break-word;
30}
31
32.scrappers-section-table-head{
33 background-color: #a6c9ab;
34 font-size: 22px;
35}
36
37.scrappers-section-table-head th{
38 word-wrap: break-word;
39 width: 100%;
40}
41
42.scrapper-info-failed{
43 color: red;
44}
45
46.scrapper-info-success{
47 color: #58ad7b;
48}
49
50.scrappers-section-table-row{
51 font-weight: bold;
52}
Note: See TracBrowser for help on using the repository browser.