blessing-skin-server/resources/assets/src/sass/admin.scss
2016-11-17 17:32:12 +08:00

62 lines
851 B
SCSS

/*
* @Author: printempw
* @Date: 2016-07-22 14:08:41
* @Last Modified by: printempw
* @Last Modified time: 2016-11-17 15:06:22
*/
@import "style.scss";
.info-box {
a {
color: #333;
font-size: 18px;
}
}
.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;
}
}