source: Sources/frontend/src/app/add-material/add-material.component.css@ 0e4e3d1

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

Add backend and frontend projects

  • Property mode set to 100644
File size: 429 bytes
Line 
1.container {
2 margin-left: 200px;
3 margin-right: 200px;
4 display: flex;
5 flex-direction: column;
6 justify-content: center;
7 margin-top: 100px;
8}
9
10button {
11 background-color: #3A98B9;
12 border: none;
13 padding: 5px;
14 height: 50px;
15 margin: 5px;
16 border-radius: 5px;
17 color: #FFF1DC;
18 font-weight: normal;
19 font-size: large;
20}
21h3{
22 color: rgba(27, 39, 107, 0.8);
23}
24
25a{
26 cursor: pointer;
27}
28
29span{
30 color: #3A98B9;
31}
Note: See TracBrowser for help on using the repository browser.