Skip to content

Commit

Permalink
rebuid frontend file
Browse files Browse the repository at this point in the history
  • Loading branch information
Qsnh committed Dec 2, 2018
1 parent b223d16 commit dee9ac7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
2 changes: 1 addition & 1 deletion public/css/frontend.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"/js/frontend.js": "/js/frontend.js?id=eba77544d45a8bf45955",
"/js/backend.js": "/js/backend.js?id=bcf12d946031d3fe9160",
"/css/backend.css": "/css/backend.css?id=a74b57e447eb6d58c1c4",
"/css/frontend.css": "/css/frontend.css?id=f6f7b3848b9e4a5144c5"
"/css/frontend.css": "/css/frontend.css?id=b993502c9e1b111408d0"
}
49 changes: 26 additions & 23 deletions resources/assets/frontend/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -319,31 +319,34 @@ footer {
.play-list {
padding: 0px;
background-color: #202026; height: 500px; overflow-y: auto;
tr {
td.index {
font-size: 2rem; text-align: center; width: 50px; color: #d0d0d6;
}
cursor: pointer;
p {
margin: 0px; padding: 0px;
a,a:hover {
color: #d0d0d6
table {
width: 100%;
tr {
td.index {
font-size: 2rem; text-align: center; width: 50px; color: #d0d0d6;
}
cursor: pointer;
p {
margin: 0px; padding: 0px;
a,a:hover {
color: #d0d0d6
}
}
p.video-title {
white-space: break-word; overflow: hidden;
line-height: 1.1rem; font-size: .8rem;
margin-bottom: 10px; margin-top: 5px;
}
p.extra {
font-size: 10px; line-height: 12px; color: #909096;
margin-bottom: 10px;
}
}
p.video-title {
white-space: break-word; overflow: hidden;
line-height: 1.1rem; font-size: .8rem;
margin-bottom: 5px; margin-top: 5px;
}
p.extra {
font-size: 10px; line-height: 12px; color: #909096;
margin-bottom: 10px;
}
}
tr.active,tr:hover {
background-color: #101016;
a,a:hover,.index {
color: #2692ff;
tr.active,tr:hover {
background-color: #101016;
a,a:hover,.index {
color: #2692ff;
}
}
}
}
Expand Down

0 comments on commit dee9ac7

Please sign in to comment.