mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Update style of admin panel
This commit is contained in:
parent
05c6ce13bc
commit
ca9a025fad
@ -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;
|
||||
|
@ -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) -->
|
||||
|
Loading…
Reference in New Issue
Block a user