source: Sources/frontend/src/app/admin-panel/admin-panel.component.css@ 8423429

Last change on this file since 8423429 was 8423429, checked in by AngelNasev <angel.nasev@…>, 15 months ago

Add backend and frontend projects

  • Property mode set to 100644
File size: 611 bytes
Line 
1table {
2 width: 80%;
3 border-collapse: collapse;
4 margin: auto;
5}
6
7th, td {
8 border: 1px solid white;
9 padding: 8px;
10 text-align: left;
11 background-color: rgba(228, 236, 237, 0.8);
12}
13
14th {
15 background-color: #3A98B9;
16}
17
18.table-container {
19 margin-bottom: 20px;
20 padding-bottom: 10px;
21}
22
23.table-title {
24 text-align: center;
25 margin-bottom: 10px;
26}
27
28.container {
29 margin-left: 200px;
30 margin-right: 200px;
31 color: rgba(27, 39, 107, 0.8);
32 background-color: white;
33 padding: 10px 25px 10px 25px;
34 border-radius: 10px;
35}
36
37table th{
38 color: #FFF1DC;
39}
40table td{
41 color: rgba(27, 39, 107, 0.8);
42}
Note: See TracBrowser for help on using the repository browser.