Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/MissouriMRDT/Basesta…
Browse files Browse the repository at this point in the history
…tion_Software_Blazor into feature/gps
  • Loading branch information
three-halves committed Sep 14, 2024
2 parents 5fd43de + a612198 commit 1fe6af1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file added Basestation_Software.Api/Data/data.db-shm
Binary file not shown.
Empty file.
6 changes: 3 additions & 3 deletions Basestation_Software.Web/Core/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<link rel="stylesheet" href="Basestation_Software.Web.styles.css" />
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="bootstrap/icons/font/bootstrap-icons.css"/>
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="radzen-ext.css" />
<link rel="stylesheet" href="bootstrap-ext.css" />
<link rel="stylesheet" href="app.css?version=0.1" />
<link rel="stylesheet" href="radzen-ext.css?version=0.1" />
<link rel="stylesheet" href="bootstrap-ext.css?version=0.1s" />
<link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet />
</head>
Expand Down
6 changes: 3 additions & 3 deletions Basestation_Software.Web/wwwroot/bootstrap-ext.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
}

.card:hover {
box-shadow: 8px 8px 8px rgba(225, 3, 3, 0.692);
transform:scale(1.004);
box-shadow: 5px 5px 0px rgba(209, 3, 3, 0.692);
/* transform:scale(1.004);*/
}

.card {
border:1px solid black;
transition:.3s;
transition:.25s;
}

0 comments on commit 1fe6af1

Please sign in to comment.