clean up css a little
This commit is contained in:
parent
0bd29bbd8d
commit
f1bbb72f37
|
@ -158,19 +158,15 @@ input[type=file] {
|
|||
padding-right: 1em;
|
||||
padding-top: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.honk #honkform {
|
||||
|
||||
#honkform {
|
||||
padding: 1em;
|
||||
border: 1px solid $fg;
|
||||
}
|
||||
|
||||
.honk a {
|
||||
}
|
||||
a {
|
||||
color: $fg;
|
||||
}
|
||||
.honk header .clip a {
|
||||
color: $fg-subtle;
|
||||
}
|
||||
.honk header {
|
||||
}
|
||||
header {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -178,56 +174,55 @@ input[type=file] {
|
|||
line-height: 1.1;
|
||||
margin-top: 1em;
|
||||
height: 64px;
|
||||
}
|
||||
.honk header img {
|
||||
.clip a {
|
||||
color: $fg-subtle;
|
||||
}
|
||||
img {
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
.honk header p {
|
||||
}
|
||||
p {
|
||||
margin-top: 0px;
|
||||
}
|
||||
.honk .actions button {
|
||||
}
|
||||
}
|
||||
.actions button {
|
||||
margin-left: 4em;
|
||||
margin-top: 2em;
|
||||
}
|
||||
.honk .noise {
|
||||
}
|
||||
.noise {
|
||||
line-height: 1.4;
|
||||
}
|
||||
details.actions summary {
|
||||
color: $fg-subtle;
|
||||
}
|
||||
}
|
||||
.subtle {
|
||||
}
|
||||
.subtle .noise {
|
||||
.noise {
|
||||
color: $fg-subtle;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.subtle .noise a {
|
||||
}
|
||||
.noise a {
|
||||
color: $fg-subtle;
|
||||
}
|
||||
}
|
||||
.limited {
|
||||
border: 1px solid $fg-limited;
|
||||
color: $fg-limited;
|
||||
}
|
||||
.limited .noise {
|
||||
.noise {
|
||||
color: $fg-limited;
|
||||
}
|
||||
.limited .noise a {
|
||||
}
|
||||
.noise a {
|
||||
color: $fg-limited;
|
||||
}
|
||||
details.actions summary {
|
||||
color: $fg-limited;
|
||||
}
|
||||
}
|
||||
details.noise[open] summary {
|
||||
display: none;
|
||||
}
|
||||
.inlineform {
|
||||
display: inline;
|
||||
}
|
||||
.inlineform select {
|
||||
}
|
||||
.honk details.actions summary {
|
||||
color: $fg-subtle;
|
||||
}
|
||||
.limited details.actions summary {
|
||||
color: $fg-limited;
|
||||
}
|
||||
h1, h2 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue