diff options
Diffstat (limited to 'scss/custom.scss')
| -rw-r--r-- | scss/custom.scss | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/scss/custom.scss b/scss/custom.scss index b92218a28..bc34cb768 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -87,12 +87,17 @@ textarea {  }  #context-menu, +#reminder,  p.confirm-message,  div#validation-bar{      background-color: $ishtar-secondary-color;      color: $dark-secondary-color;  } +#reminder { +    padding: 0.6em 1em 0.1em 1em; +} +  p.confirm-message{      text-align:center;      margin: 0; | 
