diff --git a/css/style.css b/css/style.css index 03fc05b..53a3470 100644 --- a/css/style.css +++ b/css/style.css @@ -2020,6 +2020,20 @@ button.light:hover, a.button.light:hover { border-radius: 3px; } +.post .new-replies-available { + text-align: center; + margin-top: 8px; +} +.post .new-replies-available button { + background: #A1B775; + border-color: #96ae64; + color: white; + font-weight: 500; +} +.post .new-replies-available button:hover { + border-color: #687b40; +} + .avatar-row { margin-left: 5px; } diff --git a/sass/layout/_postboard.sass b/sass/layout/_postboard.sass index 470a8e2..10f898a 100755 --- a/sass/layout/_postboard.sass +++ b/sass/layout/_postboard.sass @@ -330,6 +330,13 @@ height: 20px +border-radius(3px) +.post + .new-replies-available + text-align: center + margin-top: 8px + button + @include button-color-basic +