1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-23 07:09:42 +02:00

Add template for Delimiter Block (#61)

resolves #57
This commit is contained in:
Taly 2019-03-11 16:13:57 +03:00 committed by GitHub
parent c7c7e61ccf
commit 82a81ce96a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 3 deletions

View file

@ -106,7 +106,6 @@
line-height: 1.7em;
}
/**
* List
* ==================
@ -117,3 +116,21 @@
}
}
/**
* Delimiter
* ==================
*/
.block-delimiter {
line-height: 1.6em;
width: 100%;
text-align: center;
&::before {
display: inline-block;
content: "***";
font-size: 30px;
line-height: 65px;
height: 30px;
letter-spacing: 0.2em;
}
}