source: Sources/frontend/src/app/materials/materials.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: 594 bytes
Line 
1.container {
2 display: flex;
3 flex-direction: column;
4 justify-content: center;
5 margin-left: 200px;
6 margin-right: 200px;
7}
8
9.header {
10 display: flex;
11 justify-content: space-between;
12}
13
14button {
15 background-color: #3A98B9;
16 border: none;
17 padding: 5px;
18 height: 50px;
19 margin: 5px;
20 border-radius: 5px;
21 color: #FFF1DC;
22 font-weight: normal;
23 font-size: large;
24}
25
26li {
27 padding: 10px;
28}
29
30p {
31 display: inline;
32 margin-right: 20px;
33}
34
35svg {
36 color: rgba(27, 39, 107, 0.8);
37}
38
39ol{
40 color: #3A98B9;
41 font-size: large;
42 background-color: #ffffff;
43 border-radius: 15px;
44}
45
Note: See TracBrowser for help on using the repository browser.