diff --git a/dal/static/hosting/css/user_keys.css b/dal/static/hosting/css/user_keys.css index 4f5ef86..53a6645 100644 --- a/dal/static/hosting/css/user_keys.css +++ b/dal/static/hosting/css/user_keys.css @@ -56,6 +56,29 @@ border: 2px solid #8396C4; } +.choicered-btn { + min-width: 110px; + background-color: red; + color: #fff; + border: 2px solid red; + padding: 4px 10px; + transition: 0.3s all ease-out; +} +.choicered-btn:focus, +.choicered-btn:hover, +.choicered-btn:active { + color: red; + background-color: #fff; +} +.choicered-btn-faded { + background-color: #8396C4; + border: 2px solid #8396C4; +} + + + + + @media (max-width: 767px) { .h1-thin { font-size: 27px;