Files
aspnet-core-signalr-angular/wwwroot/css/site.css
2016-10-03 10:39:45 +03:00

29 lines
371 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;
}