fix(ui): add clarification to user settings (#1644)

This commit is contained in:
TheCatLady
2021-05-16 20:02:55 -04:00
committed by GitHub
parent 808ccf1c69
commit 2ef57e9b1a
3 changed files with 15 additions and 7 deletions

View File

@@ -225,7 +225,8 @@ img.avatar-sm {
@apply pt-5 mt-8 text-white border-t border-gray-700;
}
label {
label,
.group-label {
@apply block mb-1 text-sm font-medium leading-5 text-gray-400;
}
@@ -329,10 +330,6 @@ svg.icon-sm {
@apply mt-6 text-white;
}
.group-label {
@apply block mb-1 text-sm font-medium leading-6 text-gray-400;
}
.toast {
width: 360px;
}