From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../website/static/src/snippets/s_title/000.scss | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 addons/website/static/src/snippets/s_title/000.scss (limited to 'addons/website/static/src/snippets/s_title') diff --git a/addons/website/static/src/snippets/s_title/000.scss b/addons/website/static/src/snippets/s_title/000.scss new file mode 100644 index 00000000..a4e76dca --- /dev/null +++ b/addons/website/static/src/snippets/s_title/000.scss @@ -0,0 +1,36 @@ + +.s_title:not([data-vcss]) { + .s_title_boxed { + > * { + display: inline-block; + padding: $grid-gutter-width; + border: 1px solid; + } + } + .s_title_lines { + overflow: hidden; + &:before, + &:after { + content: ""; + display: inline-block; + vertical-align: middle; + width: 100%; + border-top: 1px solid; + border-top-color: inherit; + } + &:before { margin: 0 $grid-gutter-width/2 0 -100%; } + &:after { margin: 0 -100% 0 $grid-gutter-width/2; } + } + .s_title_underlined { + @extend %o-page-header; + } + .s_title_small_caps { + font-variant: small-caps; + } + .s_title_transparent { + opacity: .5; + } + .s_title_thin { + font-weight: 300; + } +} -- cgit v1.2.3