diff options
-rw-r--r-- | src/css/bootswatch-lumen.less | 3 | ||||
-rw-r--r-- | src/css/bootswatch-superhero.less | 3 | ||||
-rw-r--r-- | src/css/forms.less | 4 | ||||
-rw-r--r-- | src/css/profile.less | 5 | ||||
-rw-r--r-- | src/css/style.less | 1 |
5 files changed, 15 insertions, 1 deletions
diff --git a/src/css/bootswatch-lumen.less b/src/css/bootswatch-lumen.less new file mode 100644 index 0000000..91e1dcb --- /dev/null +++ b/src/css/bootswatch-lumen.less @@ -0,0 +1,3 @@ +.header { + margin-top: 6px; +}
\ No newline at end of file diff --git a/src/css/bootswatch-superhero.less b/src/css/bootswatch-superhero.less new file mode 100644 index 0000000..50e18c8 --- /dev/null +++ b/src/css/bootswatch-superhero.less @@ -0,0 +1,3 @@ +.text-muted { + color: #abc; +}
\ No newline at end of file diff --git a/src/css/forms.less b/src/css/forms.less index e29f4d7..2a714ce 100644 --- a/src/css/forms.less +++ b/src/css/forms.less @@ -6,4 +6,8 @@ float: right; margin-bottom: 0.5em; } +} + +form.form-register label { + display: block; }
\ No newline at end of file diff --git a/src/css/profile.less b/src/css/profile.less new file mode 100644 index 0000000..c0b6295 --- /dev/null +++ b/src/css/profile.less @@ -0,0 +1,5 @@ +#banner { + #banner-email { + font-size: 80%; + } +}
\ No newline at end of file diff --git a/src/css/style.less b/src/css/style.less deleted file mode 100644 index f32a0b2..0000000 --- a/src/css/style.less +++ /dev/null @@ -1 +0,0 @@ -@import 'forms.less';
\ No newline at end of file |