diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 08ace92..fa5ab72 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1831,7 +1831,37 @@ p.right{text-align: right;} .artbox_form_container{ max-width: 705px; margin: 0 auto; - +} +.otz_buttons { + text-align: center; + text-transform: uppercase; + font-size: 11px; + font-weight: 600; + letter-spacing: 1px; + margin: 44px 0px; +} +.otz_buttons a { + background-color: #e4e4e4; + padding: 11px; + padding-bottom: 10px; + margin: 10px; + background-image: url(../images/arrow_down_bold.png); + background-repeat: no-repeat; + background-position-y: center; +} +.otz_buttons a:hover { + background-color: #ebdbd4!important; + color: #000; +} +.otz_buttons .btn_otz.more1 { + padding-right: 15px; + padding-left: 38px; + background-position-x: 17px; +} +.otz_buttons .btn_otz.write { + padding-right: 42px; + padding-left: 16px; + background-position-x: calc(100% - 16px); } /**/ -- libgit2 0.21.4