Update style of admin panel

This commit is contained in:
Pig Fang 2018-08-08 15:39:05 +08:00
parent 05c6ce13bc
commit ca9a025fad
2 changed files with 1 additions and 14 deletions

View File

@ -1,22 +1,9 @@
@import "general.styl";
.info-box {
a {
color: #333;
font-size: 18px;
}
}
.btn-group {
.btn {
margin-right: 10px;
}
}
input.score {
width: 100px !important;
}
td {
a {
color: inherit;

View File

@ -3,7 +3,7 @@
@section('title', trans('general.dashboard'))
@section('content')
<style>.info-box > a { color: #333; }</style>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->