blessing-skin-server/resources/assets/sass/skinlib.scss

77 lines
1.0 KiB
SCSS
Raw Normal View History

2016-07-21 22:01:57 +08:00
/*
2016-08-06 18:56:57 +08:00
* @Author: printempw
* @Date: 2016-07-10 17:17:07
* @Last Modified by: printempw
* @Last Modified time: 2016-08-14 12:37:06
2016-08-06 18:56:57 +08:00
*/
2016-07-21 22:01:57 +08:00
@import "style.scss";
2016-07-23 12:15:36 +08:00
.navbar-nav {
.user-menu .user-image {
border-radius: 10%;
}
2016-07-21 22:01:57 +08:00
}
.main-header #navbar-search-input.form-control {
border-radius: 4px;
}
2016-07-23 22:51:19 +08:00
@media (min-width: 1200px) {
.item {
width: 250px;
}
.item-body > img {
margin-left: 50px;
}
2016-08-14 09:06:46 +08:00
.texture-name {
width: 65%;
}
2016-07-23 22:51:19 +08:00
}
2016-07-23 12:15:36 +08:00
.item-footer {
a {
color: #fff;
}
2016-07-21 22:01:57 +08:00
2016-07-23 12:15:36 +08:00
.like:hover,
.liked {
color: #e0353b;
}
2016-07-21 22:01:57 +08:00
}
.model-label {
font-weight: 500;
font-size: 15px;
}
label.pull-right {
font-weight: inherit;
}
div.likes {
background-color: #fff;
border-color: #fff;
color: #3e3e3e;
cursor: default;
}
2016-07-23 12:15:36 +08:00
div.likes:hover,
div.likes:active,
div.likes:focus,
div.likes:active:focus {
2016-07-21 22:01:57 +08:00
background-color: #fff;
border-color: #fff;
color: #e0353b;
}
table {
font-size: inherit;
}
2016-07-23 12:15:36 +08:00
.table > tbody > tr > td {
2016-07-21 22:01:57 +08:00
border-top: none;
}