diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 17:51:47 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 17:51:47 +0100 | 
| commit | c3be1a11bb22ca404e3c82daac4bdfc279dc321c (patch) | |
| tree | 02c7c0d1b8e5ea2696a923fa2405dcfc928905b5 /scss | |
| parent | 62b2913745b926e04d5f12dd8ec7d877597880d1 (diff) | |
| download | Ishtar-c3be1a11bb22ca404e3c82daac4bdfc279dc321c.tar.bz2 Ishtar-c3be1a11bb22ca404e3c82daac4bdfc279dc321c.zip | |
CSS: reminder
Diffstat (limited to '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; | 
