(add login form)

This commit is contained in:
Adam Wathan
2017-05-02 15:05:05 -04:00
parent 0bc8954774
commit 01602b46d4
5 changed files with 46 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
@text-brand: hsv(@hue-brand-primary, 100%, 86%);
@text-brand-soft: hsv(@hue-brand-primary, 85%, 86%);
@text-brand-muted: hsv(@hue-brand-primary, 65%, 86%);
@text-danger: @color-danger;
small {
font-size: @font-size-sm;

View File

@@ -21,6 +21,7 @@
.text-brand { color: @text-brand; }
.text-brand-soft { color: @text-brand-soft; }
.text-brand-muted { color: @text-brand-muted; }
.text-danger { color: @text-danger; }
.text-em { font-style: italic; }