diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/hounslow/base.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/hounslow/base.scss b/web/cobrands/hounslow/base.scss index b49f7b97d..a7b14c245 100644 --- a/web/cobrands/hounslow/base.scss +++ b/web/cobrands/hounslow/base.scss @@ -30,3 +30,9 @@ background: lighten($green, 5%); } } + +.general-notes { + .box-warning { + font-size: 1.2em; + } +} |