mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-06 13:34:50 +08:00
73 lines
997 B
SCSS
73 lines
997 B
SCSS
/*
|
|
* @Author: printempw
|
|
* @Date: 2016-07-22 14:08:41
|
|
* @Last Modified by: printempw
|
|
* @Last Modified time: 2016-08-06 18:52:47
|
|
*/
|
|
|
|
@import "style.scss";
|
|
|
|
.info-box {
|
|
a {
|
|
color: #333;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
.key {
|
|
vertical-align: middle !important;
|
|
}
|
|
.value {
|
|
width: 70%;
|
|
}
|
|
|
|
td[class='key'], td[class='value'] {
|
|
border-top: 0 !important;
|
|
}
|
|
|
|
.btn-group {
|
|
.btn {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
input.score {
|
|
width: 80px;
|
|
}
|
|
|
|
.user-search-form {
|
|
display: inline;
|
|
|
|
.user-search-input {
|
|
display: inline;
|
|
width: 30%;
|
|
float: right;
|
|
margin: 0;
|
|
}
|
|
|
|
select.user-search-input {
|
|
padding-left: 0;
|
|
margin: 0 20px 0 0;
|
|
padding: 5.5px 14px;
|
|
width: 120px;
|
|
}
|
|
}
|
|
|
|
td {
|
|
a {
|
|
color: inherit;
|
|
|
|
img {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
a:first-child > img {
|
|
margin-left: 0;
|
|
}
|
|
|
|
a:last-child > img {
|
|
margin-left: 0;
|
|
}
|
|
}
|