equal
deleted
inserted
replaced
1 #session-button { |
1 #session-button { |
2 font-size: 18px; |
2 font-size: 18px; |
3 font-weight: bold; |
3 font-weight: bold; |
4 padding: 15px 15px; |
4 padding: 15px 15px; |
5 width: 30%; |
5 width: 400px; |
6 margin-left: 7%; |
6 align-content: center; |
7 top: 13%; |
7 top: -10%; |
8 position:fixed; |
8 position:fixed; |
|
9 z-index: 1; |
9 } |
10 } |
10 |
11 |
|
12 #session-button:hover { |
|
13 background-color: #769FED; |
|
14 top: -5%; |
|
15 } |
|
16 |
|
17 a.sessions{ |
|
18 text-decoration: none; |
|
19 } |
|
20 |
|
21 .session { |
|
22 padding-top: 10%; |
|
23 padding-left: 3%; |
|
24 padding-right: 3%; |
|
25 padding-bottom: -20%; |
|
26 } |
|
27 |
|
28 span.session-title { |
|
29 color: #769FED; |
|
30 font-size: 20px; |
|
31 font-weight: 600; |
|
32 } |
|
33 |
|
34 span.session-description { |
|
35 color:rgb(54, 54, 54); |
|
36 font-size: 12px; |
|
37 font-weight: 500 |
|
38 } |
|
39 span.session-date { |
|
40 font-size: 13px; |
|
41 font-weight: 700; |
|
42 } |
|
43 |
|
44 .material-icons{ |
|
45 margin: 5%; |
|
46 } |
|
47 |
|
48 |