mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fine tuning of styles.
This commit is contained in:
parent
f62a45444d
commit
e51bdaaaaf
1 changed files with 7 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
background-color: #FFF;
|
||||
border-top: solid 1px @gray-lighter;
|
||||
border-bottom: solid 1px @gray-lighter;
|
||||
margin: 0;
|
||||
|
||||
li:last-child .contact-suggestion-list-item {
|
||||
border-bottom: none;
|
||||
|
@ -44,10 +45,15 @@
|
|||
text-decoration: none;
|
||||
color: @dropdown-link-hover-color;
|
||||
background-color: @dropdown-link-hover-bg;
|
||||
|
||||
.fa {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
i {
|
||||
.fa {
|
||||
display: table-cell;
|
||||
text-align: right;
|
||||
color: @gray-lighter;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue