diff options
Diffstat (limited to 'frontend/style.sass')
-rw-r--r-- | frontend/style.sass | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/frontend/style.sass b/frontend/style.sass index 5199a22..eac7239 100644 --- a/frontend/style.sass +++ b/frontend/style.sass @@ -20,13 +20,17 @@ h1 &.level-error color: #ff0000 - &.level-success color: #00ff00 + &.level-warn + color: #ffe600 section.info margin: 5em +section.submit + margin: 5em + section.engine-select margin: 10em ul @@ -78,7 +82,5 @@ button border: 0 cursor: pointer - - label margin-right: 1em |