summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss15
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;