From 52b2c7a3575e10f37de5c4e709c07d769781840e Mon Sep 17 00:00:00 2001 From: Patricio Kumagae <pkumagae@boletinoficial.gob.ar> Date: Thu, 9 May 2019 11:46:08 -0300 Subject: [PATCH] =?UTF-8?q?Tarea=20#19078=20-=20BFA=20Registro:=20Pol?= =?UTF-8?q?=C3=ADticas=20de=20Uso?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/static/frontend/css/tyc.css | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 frontend/static/frontend/css/tyc.css diff --git a/frontend/static/frontend/css/tyc.css b/frontend/static/frontend/css/tyc.css new file mode 100644 index 0000000..4e9f812 --- /dev/null +++ b/frontend/static/frontend/css/tyc.css @@ -0,0 +1,51 @@ +.tyc { + font-size: 16px; + font-weight: 400; + line-height: 1.45; +} +.tyc p { + margin-bottom: 1em; +} +.tyc h1, .tyc h2, .tyc h3, .tyc h4, .tyc h5 { + margin: 1rem 0 0.5rem; + font-family: "Roboto", sans-serif; + font-weight: 700; + line-height: 1.15; +} +.tyc h1 { + font-size: 1.802em; +} +.tyc h2 { + font-size: 1.602em; +} +.tyc h3 { + font-size: 1.424em; +} +.tyc h4 { + font-size: 1.266em; +} +.tyc h5 { + font-size: 1.125em; + font-weight: 500; + margin: 1rem 0 0.25rem; + color: #717171; +} +.tyc small, .tyc .text_small { + font-size: 0.889em; +} +.tyc h2:first-child { + margin-top: 0; +} +.tyc .indice{ + border: 1px solid #e5e5e5; + padding: 20px; +} +.tyc .content li { + margin-bottom: 0.5em; +} +.tyc .modal-body{ + padding: 20px 60px; +} +.tyc h2:after { + content: none; +} \ No newline at end of file -- GitLab