fix settings-table spacing

This commit is contained in:
Felix Niklas 2015-09-14 19:00:45 +02:00
parent d3db084630
commit b418bc43b0

View file

@ -5780,7 +5780,7 @@ output {
} }
.form-group.day-time { .form-group.day-time {
padding-bottom: 4px; padding: 5px 5px 4px;
label { label {
text-align: center; text-align: center;
@ -5821,7 +5821,7 @@ output {
th, td { th, td {
padding: 5px; padding: 10px;
border: 1px solid hsl(198,18%,86%); border: 1px solid hsl(198,18%,86%);
} }
@ -5829,8 +5829,6 @@ output {
font-weight: normal; font-weight: normal;
text-transform: uppercase; text-transform: uppercase;
font-size: 12px; font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
letter-spacing: 1px; letter-spacing: 1px;
background: hsl(197,20%,93%); background: hsl(197,20%,93%);
border-bottom: none; border-bottom: none;
@ -5875,22 +5873,24 @@ output {
p { p {
margin: 0; margin: 0;
} }
}
.settings-list-action-cell { .settings-list-action-cell {
@extend .u-clickable; @extend .u-clickable;
text-align: center; text-align: center;
background: hsl(197,22%,96%); padding-top: 7px;
padding-bottom: 7px;
&:hover { background: hsl(197,22%,96%);
.icon {
fill: hsl(60,1%,34%); &:hover {
.icon {
fill: hsl(60,1%,34%);
}
}
.icon {
fill: hsl(198,19%,72%);
vertical-align: top;
} }
}
.icon {
fill: hsl(198,19%,72%);
vertical-align: top;
} }
} }