css: Make label CSS usable outside settings model.

We intend to use it in the "manage streams" modal as well.
This commit is contained in:
Tim Abbott
2019-09-05 11:41:42 -07:00
parent bf7f4f3f1b
commit 8b5df88596

View File

@@ -2,6 +2,31 @@ label {
margin: 0; margin: 0;
} }
label,
h3 {
a {
color: inherit;
}
.fa-question-circle-o {
top: 1px;
opacity: 0.4;
position: relative;
&:hover {
opacity: 1;
}
}
}
label .fa-question-circle-o {
left: 2px;
}
h3 .fa-question-circle-o {
left: 5px;
}
.new-style { .new-style {
.block { .block {
display: block; display: block;
@@ -213,30 +238,6 @@ td .button {
padding: 0; padding: 0;
} }
label > a,
h3 > a {
color: inherit;
}
label .fa-question-circle-o {
top: 1px;
left: 2px;
}
h3 .fa-question-circle-o {
top: 1px;
left: 5px;
}
.fa-question-circle-o {
opacity: 0.4;
position: relative;
&:hover {
opacity: 1;
}
}
.settings-section-title { .settings-section-title {
font-size: 1.4em; font-size: 1.4em;
font-weight: 500; font-weight: 500;