fix css styles

This commit is contained in:
Unknwon 2015-08-15 20:55:03 +08:00
parent 2e30b421b4
commit 7bb5cb444c
4 changed files with 33 additions and 24 deletions

View file

@ -411,27 +411,36 @@
}
}
.settings .key.list {
.item:not(:first-child) {
border-top: 1px solid #eaeaea;
.settings {
.content {
margin-top: 2px;
.header,
.segment {
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}
}
.ssh-key-state-indicator {
float: left;
color: gray;
padding-left: 10px;
padding-top: 10px;
&.active {
color: #6cc644;
}
}
.meta {
padding-top: 5px;
}
.print {
color: #767676;
}
.activity {
color: #666;
.key.list {
.item:not(:first-child) {
border-top: 1px solid #eaeaea;
}
.ssh-key-state-indicator {
float: left;
color: gray;
padding-left: 10px;
padding-top: 10px;
&.active {
color: #6cc644;
}
}
.meta {
padding-top: 5px;
}
.print {
color: #767676;
}
.activity {
color: #666;
}
}
}