mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-10 22:54:45 +08:00
fix(activity-sidebar): Minor style tweaks - CSS selectors for a few things were not in use
This commit is contained in:
parent
f677abb24e
commit
c73bc940b9
1 changed files with 13 additions and 11 deletions
|
@ -67,32 +67,34 @@
|
|||
.account-detail-area {
|
||||
max-height: 1000px;
|
||||
}
|
||||
.account.inner {
|
||||
border-top: 1px solid rgba(0,0,0,0.1)
|
||||
}
|
||||
}
|
||||
|
||||
.account.inner {
|
||||
border-top: 1px solid rgba(0,0,0,0.1)
|
||||
}
|
||||
.account h2 {
|
||||
h2 {
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-weight: 500;
|
||||
}
|
||||
.account h3 {
|
||||
h3 {
|
||||
font-size: 14px;
|
||||
margin: 1em 0 4px 0;
|
||||
margin: 10px 0 4px 0;
|
||||
}
|
||||
.acccount .amount {
|
||||
.amount {
|
||||
margin-top: 2px;
|
||||
}
|
||||
.complete .progress-track .progress {
|
||||
background-color: @nylas-green;
|
||||
font-size: 12px;
|
||||
color: @text-color-subtle;
|
||||
}
|
||||
.close-expanded {
|
||||
display: block;
|
||||
margin: 0 @padding-base-horizontal @padding-large-vertical @padding-base-horizontal;
|
||||
}
|
||||
|
||||
.complete .progress-track .progress {
|
||||
background-color: @nylas-green;
|
||||
}
|
||||
}
|
||||
|
||||
transition: height 0.4s;
|
||||
|
|
Loading…
Add table
Reference in a new issue