Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 39c4a6b

Browse files
committed
見た目を修正
1 parent 55a63c1 commit 39c4a6b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/App.vue

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<router-link :to="{ name: 'home' }">
77
<img class="logo" src="@/assets/logo.svg" alt="ProLab">
88
</router-link>
9-
<loading-indicator/>
9+
<loading-indicator/>
1010
</header>
1111

1212
<router-view v-show="!isError"/>
@@ -58,15 +58,17 @@ header {
5858
top: 0;
5959
z-index: 127;
6060
width: 100%;
61-
background-color: white;
62-
box-shadow: 0 0 5px black;
61+
padding-top: 10px;
62+
max-width: 1500px;
63+
margin: 0 auto;
64+
border-bottom: 4px #333 solid;
65+
background: rgba(255, 255, 255, 0.8);
6366
}
6467
6568
header img {
66-
max-width: 400px;
67-
width: 80%;
68-
margin-left: 5px;
69-
padding: 3px;
69+
max-width: 250px;
70+
width: 40%;
71+
margin: 20px 40px;
7072
}
7173
7274
footer div {

src/components/LoadingIndicator.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
2929
.loading-indicator-active {
3030
height: 100%;
31-
background-color: cornflowerblue;
31+
background-color: rgb(147, 176, 255);
3232
animation: loading 1.5s linear infinite;
3333
}
3434

0 commit comments

Comments
 (0)