File tree Expand file tree Collapse file tree 1 file changed +86
-0
lines changed
server/frontend/src/components/assets Expand file tree Collapse file tree 1 file changed +86
-0
lines changed Original file line number Diff line number Diff line change
1
+ img {
2
+ width : 60% ;
3
+ align-self : center;
4
+ }
5
+
6
+ .card {
7
+ border : rgb (103 , 102 , 105 ) 3px solid;
8
+ display : flex;
9
+ flex-direction : column;
10
+ margin-left : 5% ;
11
+ margin-right : 5% ;
12
+ margin-top : 1% ;
13
+ margin-bottom : 1% ;
14
+ }
15
+
16
+ .row {
17
+ display : flex;
18
+ flex : 1 ;
19
+ flex-direction : row;
20
+ margin : auto;
21
+ margin-top : 1% ;
22
+ justify-content : center;
23
+ padding : 20px ;
24
+ }
25
+
26
+ .container {
27
+ justify-content : center;
28
+ }
29
+ .details {
30
+ font-size : 20px ;
31
+ color : rgb (97 , 64 , 128 );
32
+ padding : 20px ;
33
+ }
34
+
35
+ .title {
36
+ font-size : 20px ;
37
+ background-color : rgb (97 , 64 , 128 );
38
+ color : white;
39
+ text-align : center;
40
+ margin : 20px ;
41
+ padding : 5px ;
42
+ }
43
+
44
+ .homepage_links {
45
+ color : rgb (97 , 64 , 128 );
46
+ padding : 25% ;
47
+ font-size : larger;
48
+ }
49
+
50
+ .loginlink {
51
+ display : flex;
52
+ flex-direction : row;
53
+ justify-content : flex-end;
54
+ }
55
+
56
+ .banner {
57
+ display : flex;
58
+ flex-direction : column;
59
+ align-items : center;
60
+ justify-content : center;
61
+ flex : 1
62
+ }
63
+
64
+ .form_panel {
65
+ padding : 2% ;
66
+ display : flex;
67
+ flex-direction : column;
68
+ border-radius : 50px ;
69
+ text-align : center;
70
+ box-shadow : 2px 2px 2px 3px # 999 ;
71
+ margin : auto;
72
+ min-width : 350px ;
73
+ width : 80% ;
74
+ margin-top : 3%
75
+ }
76
+
1
77
.navitems {
2
78
display : flex;
3
79
flex-direction : row;
37
113
color : black;
38
114
margin : .5cm ;
39
115
}
116
+
117
+ .img_icon {
118
+ align-self : center;
119
+ width : 40px ;
120
+ background-color : # 0C9 ;
121
+ color : # FFF ;
122
+ border-radius : 50px ;
123
+ text-align : center;
124
+ box-shadow : 2px 2px 3px # 999 ;
125
+ }
You can’t perform that action at this time.
0 commit comments