diff --git a/resources/assets/src/stylus/user.styl b/resources/assets/src/stylus/user.styl deleted file mode 100644 index add7e706..00000000 --- a/resources/assets/src/stylus/user.styl +++ /dev/null @@ -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; -} -