Sha256: d2b48e9b3bfda095cdaeafafd19fc041e94a840052588e80df3bf67c61f025f3
Contents?: true
Size: 1016 Bytes
Versions: 1
Compression:
Stored size: 1016 Bytes
Contents
/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ h1.post_title { text-align: center; padding-bottom: 10px; font-weight: bold; border-bottom: solid 1px #ddd; } div.post_information { border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; padding: 10px; clear: both; } div.post_excerpt_information { font-size: 13px; color: rgba(0, 0, 0, 0.3); margin-top: 10px; } input.datetime_picker { cursor: pointer; } .editable { &:focus { outline: none; } } .mediumInsert { margin: -1em 0 0 0; } div.post_body { width: calc(100% - 80px); margin: 0 auto; } div.post_body.show .mediumInsert { margin: 0px !important; .mediumInsert-images img { margin: 0px; } } figure.mediumInsert-images { text-align: center; } .medium-editor-insert-plugin p { margin: 0px 0px 10px; box-sizing: border-box; } .medium-editor-placeholder:after { position: relative; } h1.post_title.editable:after { text-align: center; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proclaim-0.1.1 | app/assets/stylesheets/proclaim/posts.css.scss |