reducing some specificty

This commit is contained in:
Kris 2018-05-25 17:33:45 -04:00
parent 587a9c82f5
commit 6fc292fef5
2 changed files with 16 additions and 12 deletions

View File

@ -139,6 +139,9 @@ $input-width: 220px;
}
.modal tr.instructions {
display: flex;
flex-direction: column;
margin-top: 0.15em;
label {
color: dark-light-choose($primary-medium, $secondary-medium);
}

View File

@ -114,18 +114,6 @@
}
}
.tip {
&:not(:empty) + td {
display: none;
}
&:not(:empty),
&:empty + td {
min-height: 1.75em;
width: 240px;
}
}
.invites-show {
padding-top: 20px;
@ -192,3 +180,16 @@
padding-top: 20px;
}
}
.login-form {
.tip {
&:not(:empty) + td {
display: none;
}
&:not(:empty),
&:empty + td {
min-height: 1.75em;
width: 240px;
}
}
}