mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 09:48:26 +00:00
ui changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div class="row">
|
<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">
|
<table class="table table-bordered box">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #333;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-color: whitesmoke;
|
background-color: #337ab7;
|
||||||
margin:5px;
|
margin:5px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -16,7 +16,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.teamName {
|
.teamName {
|
||||||
color:#333;
|
color:ghostwhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
|
|||||||
Reference in New Issue
Block a user