mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
ui changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-3" *ngFor="let match of matches">
|
||||
<div class="col-xs-6 col-md-4" *ngFor="let match of matches">
|
||||
<table class="table table-bordered box">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
body {
|
||||
background-color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.box {
|
||||
height: 50px;
|
||||
background-color: whitesmoke;
|
||||
background-color: #337ab7;
|
||||
margin:5px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
@@ -16,7 +16,7 @@ body {
|
||||
}
|
||||
|
||||
.teamName {
|
||||
color:#333;
|
||||
color:ghostwhite;
|
||||
}
|
||||
|
||||
th, td {
|
||||
|
||||
Reference in New Issue
Block a user