Optimize style

This commit is contained in:
cuigh 2018-04-12 13:19:02 +08:00
parent db4311f669
commit 2a2af5a4f8
2 changed files with 15 additions and 6 deletions

View File

@ -19,8 +19,6 @@ body {
.icon.infobox { .icon.infobox {
margin-left: 1em; margin-left: 1em;
/*height: 4rem;*/
/*width: 4rem;*/
} }
.notification.is-top { .notification.is-top {
@ -171,6 +169,13 @@ dd {
color: whitesmoke; color: whitesmoke;
} }
.card, .box {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid rgba(0, 40, 100, 0.12);
border-radius: 5px;
}
.card-header-title { .card-header-title {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -185,6 +190,10 @@ dd {
padding: 0.75rem; padding: 0.75rem;
} }
.level.is-mobile .level-item:last-child {
margin-right: 0;
}
.block { .block {
font-size: 1rem; font-size: 1rem;
} }

View File

@ -13,18 +13,18 @@
{{ block infobox(style, icon, text, url, count) }} {{ block infobox(style, icon, text, url, count) }}
<div class="column"> <div class="column">
<div class="notification is-{{style}}"> <div class="box">
<nav class="level is-mobile"> <nav class="level is-mobile">
<div class="level-left"> <div class="level-left">
<div class="level-item has-text-centered"> <div class="level-item has-text-centered">
<span class="icon infobox"><i class="fas fa-{{icon}} fa-4x"></i></span> <span class="icon infobox has-text-grey"><i class="fas fa-{{icon}} fa-4x"></i></span>
</div> </div>
</div> </div>
<div class="level-right"> <div class="level-right">
<div class="level-item has-text-centered"> <div class="level-item has-text-centered">
<div> <div>
<p class="heading">{{text}}</p> <p class="heading">{{text}}</p>
<p class="title"><a href="{{url}}" style="text-decoration: none; color: white">{{count}}</a></p> <p class="title"><a href="{{url}}">{{count}}</a></p>
</div> </div>
</div> </div>
</div> </div>
@ -48,7 +48,7 @@
</h1> </h1>
<h2 class="subtitle is-5">{{ i18n("description") }}</h2> <h2 class="subtitle is-5">{{ i18n("description") }}</h2>
<p> <p>
<a class="button is-primary" href="https://github.com/cuigh/swirl" target="_blank"> <a class="button is-primary is-rounded" href="https://github.com/cuigh/swirl" target="_blank">
<span class="icon"> <span class="icon">
<i class="fab fa-github"></i> <i class="fab fa-github"></i>
</span> </span>