-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
63 lines (52 loc) · 764 Bytes
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.innerWraper{
background : #eee;
overflow-x: scroll;
/*float: left*/
}
.newsFeedContainer{
overflow-x: scroll;
}
.flagWrapper{
/* width: 50px;
height: 50px;*/
}
.flagImg{
width: 100%;
}
.dataRow{
margin-top: 5%;
margin-bottom: 5%;
}
.dataRow:hover{
cursor: pointer;
background-color: #888;
}
.noPadLR{
padding-right: 15px !important;
padding-left: 15px !important;
}
.newsFeedTitle{
text-align: center;
padding: 2%;
font-weight: bold;
font-size: 30px;
background: #eee;
}
.newsHeading{
font-size: 18px;
}
.newsWrapperRows{
margin-top: 1%;
margin-bottom: 1%;
background: #eeeeff;
}
.newsContent{
font-size: 15px;
}
.newsRelatedImg{
width: 100%;
}
.newsPublishOn{
font-size: 10px;
color: #555;
}