From 4dfa1a1bb6849e3d78212869352481723f9651b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 19 Apr 2019 09:49:48 +0200 Subject: [PATCH] pre-saint-gervais: use form title style on textcell

(#32470) --- static/pre-saint-gervais/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/pre-saint-gervais/_custom.scss b/static/pre-saint-gervais/_custom.scss index af68cd42..866a66d8 100644 --- a/static/pre-saint-gervais/_custom.scss +++ b/static/pre-saint-gervais/_custom.scss @@ -703,3 +703,9 @@ div.cell { border: 2px solid $pink; } } + +div.textcell { + h1 { + @extend %bigtitle; + } +}