-
Notifications
You must be signed in to change notification settings - Fork 0
/
aside.css
42 lines (42 loc) · 1.19 KB
/
aside.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
aside {
background-color: #fff;
border: 1px solid #d1d1d1;
padding-bottom: 40px; }
aside.country {
padding: 5px;
padding-left: 20px;
padding-right: 20px; }
aside h1 {
font-size: 26px;
font-weight: bold;
margin: 0 0 5px 0;
padding: 0;
border: none; }
aside h2 {
margin: 10px 0px;
padding: 5px 0px;
font-size: 22px;
font-weight: normal;
border: none; }
aside h3 {
font-size: 18px;
margin: 5px 0px;
padding: 0; }
aside .country-info {
border-top: 1px solid #d1d1d1;
padding-top: 10px; }
aside .flag {
padding-left: 70px;
height: 35px; }
aside.kenya .flag {
background: url(/wp-content/themes/africahacktrip/images/flags/kenya.png) no-repeat;
background-size: contain; }
aside.uganda .flag {
background: url(/wp-content/themes/africahacktrip/images/flags/uganda.png) no-repeat;
background-size: contain; }
aside.rwanda .flag {
background: url(/wp-content/themes/africahacktrip/images/flags/rwanda.png) no-repeat;
background-size: contain; }
aside.tanzania .flag {
background: url(/wp-content/themes/africahacktrip/images/flags/tanzania.png) no-repeat;
background-size: contain; }