File tree 2 files changed +104
-0
lines changed
2 files changed +104
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* Reset */
2
+ * {
3
+ margin : 0 ;
4
+ padding : 0 ;
5
+ box-sizing : content-box;
6
+ font-family : 'Roboto' , sans-serif;
7
+ }
8
+
9
+ /* body background */
10
+ body {
11
+ background-color : lightgray;
12
+ }
13
+
14
+
15
+ header {
16
+ margin-bottom : 30px ;
17
+ }
18
+
19
+ ul {
20
+ list-style : none;
21
+ }
22
+
23
+ .div-margin {
24
+ margin-top : 10px ;
25
+ }
26
+
27
+ .margin {
28
+ max-height : 1400px ;
29
+ margin-left : 10% ;
30
+ margin-right : 10% ;
31
+ }
32
+
33
+ # main-margin {
34
+ padding-bottom : 70px ;
35
+ border-radius : 1% ;
36
+ padding-left : 40px ;
37
+ }
38
+
39
+ .background-white {
40
+ background-color : white;
41
+ }
42
+
43
+ # text-gray {
44
+ color : lightgray;
45
+ }
46
+
47
+ .button-border {
48
+ margin : 2px ;
49
+ width : 75px ;
50
+ height : 22px ;
51
+ border : none;
52
+ border-radius : 10% ;
53
+ }
54
+
55
+ # button-border2 {
56
+ border-radius : 10% ;
57
+ height : 22px ;
58
+ width : 100px ;
59
+ border : solid 2px lightgray;
60
+ color : gray;
61
+ }
62
+
63
+ # button-margin {
64
+ margin-bottom : 3px ;
65
+ padding-bottom : 7px ;
66
+ padding-top : 7px ;
67
+ padding-left : 25px ;
68
+ }
69
+
70
+ .entity-green {
71
+ color : # 64C0A9 ;
72
+ }
73
+
74
+ .entity-red {
75
+ color : red;
76
+ }
77
+
78
+ .text-white {
79
+ color : white;
80
+ }
81
+
82
+ .button-blue {
83
+ background-color : # 47ADF1 ;
84
+ }
85
+
86
+ .button-purple {
87
+ background-color : # 9C72E4 ;
88
+ }
89
+
90
+ .button-green {
91
+ background-color : # 64C0A9 ;
92
+ }
93
+
94
+ .button-orange {
95
+ background-color : # F29E33 ;
96
+ }
97
+
98
+ .button-pink {
99
+ background-color : # D863A0 ;
100
+ }
101
+
102
+ .button-lime {
103
+ background-color : # B0C926 ;
104
+ }
You can’t perform that action at this time.
0 commit comments