diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-16 12:39:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-16 12:39:12 +0100 |
commit | 5aba283c3d151b50cbcf35136d370d4676640fe0 (patch) | |
tree | cfac4a8252ad020bdab6413fc64bf2c7f325faeb /scss | |
parent | 0cb3504d4a655d435194f257895dbbf0fc96c2a4 (diff) | |
download | Ishtar-5aba283c3d151b50cbcf35136d370d4676640fe0.tar.bz2 Ishtar-5aba283c3d151b50cbcf35136d370d4676640fe0.zip |
UI: CSS improvments
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 6706ec1f9..312048646 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -37,7 +37,6 @@ table.dataTable { font-size: 1em; } - h3, .h3 { font-size: 1.5rem; } @@ -46,11 +45,15 @@ h4, .h4 { font-size: 1.1rem; } +textarea { + height: 150px; +} + .sheet h4 { color: $text-muted; } .container{ margin-top: 1em; - margin-bottom: 5em; + margin-bottom: 8em; } .bg-dark{ @@ -71,11 +74,19 @@ h4, .h4 { } #context-menu, +p.confirm-message, div#validation-bar{ background-color: $ishtar-secondary-color; color: $dark-secondary-color; } +p.confirm-message{ + text-align:center; + margin: 0; + padding: 0.5rem; + font-weight: bold; +} + /* context menu */ #shortcut-menu { width: 700px; |