Mailspring/internal_packages/github-contact-card/stylesheets/sidebar-github-profile.less
2016-09-27 14:36:58 -07:00

49 lines
892 B
Plaintext

@import "ui-variables";
.sidebar-github-profile {
margin-bottom: 20px;
a{ text-decoration: none; }
.pending {
font-size: 12px;
color: @text-color-very-subtle;
}
.logo {
float: left;
width:15px;
height:15px;
opacity:0.4;
margin-right: @spacing-half;
}
.repo {
padding-left: @spacing-standard;
border-left:1px solid @border-color-divider;
margin-left: @spacing-standard/2;
font-size: @font-size-smaller;
display: flex;
a {
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
white-space: nowrap;
}
.stars {
order: 2;
margin-left:@spacing-standard;
}
}
h2 {
font-size: 11px;
font-weight: @font-weight-semi-bold;
text-transform: uppercase;
color: @text-color-very-subtle;
border-bottom: 1px solid @border-color-divider;
margin: 2em 0 1em 0;
}
}