Skip to content

Commit

Permalink
Merge pull request singnet#12 from singnet/master
Browse files Browse the repository at this point in the history
merge latest details
  • Loading branch information
anandrgitnirman authored Feb 14, 2019
2 parents eba31e1 + fd38860 commit 480408e
Show file tree
Hide file tree
Showing 28 changed files with 1,460 additions and 962 deletions.
21 changes: 10 additions & 11 deletions dist/css/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,21 @@
}

.channel-info {
height: 385px;
overflow: auto;
border-radius: 5px;
border-top: 3px solid #0066ff;
padding: 15px;
box-shadow: 1px 1px 10px #e0dbdb;
/*height: 385px;*/
/*overflow: auto;*/
/*border-radius: 5px;*/
/*border-top: 3px solid #0066ff;*/
/*padding: 15px;
/*box-shadow: 1px 1px 10px #e0dbdb;*/
}

.channel-header {
padding: 15px 0;
border-radius: 5px;
font-size: 15px;
font-weight: bold;
border-top: 3px solid #0066ff;
box-shadow: 1px 1px 10px #e0dbdb;

}

Expand All @@ -78,11 +82,6 @@
box-shadow: 1px 1px 11px 0px #bcd7ff;
}

.channel-details {
padding: 15px 0;
background-color: #f7fbff;
}

.toggle-btn {
float: right;
border: none;
Expand Down
Loading

0 comments on commit 480408e

Please sign in to comment.