mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
38 lines
472 B
CSS
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;
|
|
} |