Remove old css file

This commit is contained in:
Pig Fang 2018-08-11 11:59:59 +08:00
parent ca1f5fdb69
commit be798afe5c

View File

@ -1,58 +0,0 @@
@import "general.styl";
.player {
cursor: pointer;
border-bottom: 1px solid #f4f4f4;
#preference {
height: 31px;
}
.pid, .player-name {
padding-top: 13px;
}
}
.player:last-child {
border-bottom: none;
}
.player-selected {
background-color: #f5f5f5;
}
.box-title {
a {
color: #6d6d6d;
}
a.selected {
color: #3c8dbc;
}
}
.breadcrumb {
a {
margin-right: 10px;
color: #444;
}
a:hover {
color: #3c8dbc;
}
}
.item-footer > .dropdown-menu {
margin-left: 180px;
}
.empty-msg {
text-align: center;
font-size: 16px;
padding: 10px 0;
}
.modal-body > label {
margin-bottom: 10px;
}