2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Merge pull request #4849 from discourse/prefs

User preferences in tabs
This commit is contained in:
Neil Lalonde 2017-05-03 16:53:26 -04:00 committed by GitHub
commit 7f09bc9a09
35 changed files with 1085 additions and 695 deletions

View file

@ -55,9 +55,12 @@ $input-width: 220px;
font-weight: normal;
float: auto;
}
p {
.instructions {
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
margin: 0;
font-size: 0.929em;
font-weight: normal;
line-height: 18px;
}
}
clear: both;