Add missing files from last commit (stupid SourceTree...)
This commit is contained in:
parent
a18148b058
commit
ea61a68bcb
12 changed files with 488 additions and 35 deletions
28
static/css/directives/repo-view/repo-panel-changes.css
Normal file
28
static/css/directives/repo-view/repo-panel-changes.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
.repo-panel-changes .tab-header {
|
||||
margin-bottom: 30px !important;
|
||||
}
|
||||
|
||||
.repo-panel-changes .side-panel-title {
|
||||
font-size: 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.repo-panel-changes .side-panel-title i.fa {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.repo-panel-changes .side-panel {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.repo-panel-changes .visualized-tag {
|
||||
font-size: 18px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.repo-panel-changes .visualized-tag .fa {
|
||||
margin-right: 8px;
|
||||
vertical-align: middle;
|
||||
}
|
Reference in a new issue