Files
aspnet-core-signalr-angular/wwwroot/css/site.css
2016-10-03 13:09:12 +03:00

38 lines
472 B
CSS

body {
background-color: #f5f5f5;
}
.box {
height: 50px;
background-color: #337ab7;
margin:5px;
padding: 10px;
text-align: center;
}
.teamScore {
color:orange;
font-weight: bold;
}
.teamName {
color:ghostwhite;
}
th, td {
text-align: center;
}
.feed-table {
height: 190px;
overflow: auto;
}
.feed-time {
color:brown;
font-size: 10px;
}
.feed-update {
color: #337ab7;
}