Improve UI for list of changed files
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
8e05ee36f7
commit
edd4ff28a9
1 changed files with 15 additions and 12 deletions
|
@ -49,30 +49,33 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-stats {
|
.file-stats {
|
||||||
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 10px 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
padding: 3px 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.new-file {
|
.new-file {
|
||||||
a {
|
a {
|
||||||
color: #090;
|
color: $gl-success;
|
||||||
}
|
|
||||||
i {
|
|
||||||
color: #1BCF00;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.renamed-file {
|
.renamed-file {
|
||||||
i {
|
a {
|
||||||
color: #FE9300;
|
color: $gl-warning;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.deleted-file {
|
.deleted-file {
|
||||||
a {
|
a {
|
||||||
color: #B00;
|
color: $gl-danger;
|
||||||
}
|
|
||||||
i {
|
|
||||||
color: #EE0000;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.edit-file{
|
.edit-file{
|
||||||
i{
|
a {
|
||||||
color: #555;
|
color: $gl-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue