diff options
author | luxagraf <sng@luxagraf.net> | 2018-02-03 08:03:45 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-02-03 08:03:45 -0600 |
commit | 31b07974cddc8843bab58f5b3e3a6bac9b529433 (patch) | |
tree | 1d06166d1f1775a49cd8ac0d14d0f9ca8e111d8d /design/sass/_notes.scss | |
parent | 76bb858208c37c737d9ee99442e8772ca0871f80 (diff) |
finished up notes app and made it live
Diffstat (limited to 'design/sass/_notes.scss')
-rw-r--r-- | design/sass/_notes.scss | 43 |
1 files changed, 1 insertions, 42 deletions
diff --git a/design/sass/_notes.scss b/design/sass/_notes.scss index 27655c7..e0f7c28 100644 --- a/design/sass/_notes.scss +++ b/design/sass/_notes.scss @@ -36,26 +36,12 @@ font-weight: 400; font-size: 1.5em; letter-spacing: 0px; -} -//date-as-headline -.note--date-hed { - margin-bottom: 0; - time { - text-align: left; - font-weight: 400; - font-size: 1.5em; - letter-spacing: 0px; - font-style: italic; - text-transform: none; - color: $body_font; - } a { - border: none; text-decoration: none; + color: $body_font !important; } } -//small date .note--date { @include smcaps; @include fontsize(11); @@ -77,33 +63,6 @@ float: left; } } -.note--actions { - font-size: 0.75em; - text-align: center; - @include breakpoint(beta) { - float: right; - clear: both; - margin-top: .5em; - } - li { - display: inline-block; - } - li:after { - content: "\2219"; - margin-left: 0.25em; - padding-right: 0.35em; - padding-left: 0.35em; - } - li:last-child:after { - content: ""; - padding-right: 0; - padding-left: 0; - margin-left: 0; - } - a { - color: $brown; - } -} .note--footer { margin-top: 1.7em; @include breakpoint(beta) { |