diff --git a/assets/stylesheets/oauth/oauth.scss b/assets/stylesheets/oauth/oauth.scss index ae3cca6e90..81cf60feda 100644 --- a/assets/stylesheets/oauth/oauth.scss +++ b/assets/stylesheets/oauth/oauth.scss @@ -104,13 +104,16 @@ text-transform: uppercase; &--primary { - border-style: none; + border: 2px solid #1785FB; background-color: #1785FB; color: #FFF; } &--is-link { - padding: 9px; + padding-top: 6px; + padding-right: 6px; + padding-bottom: 6px; + padding-left: 8px; text-decoration: none !important; } } @@ -186,7 +189,7 @@ line-height: 16px; &__title { - margin-top: 8px; + margin-bottom: 8px; font-family: 'Open Sans'; font-weight: 600; } diff --git a/package.json b/package.json index 5d6c9989e5..53051d6a22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cartodb-ui", - "version": "1.0.0-assets.4-7", + "version": "1.0.0-assets.4-8", "description": "CARTO UI frontend", "repository": { "type": "git",