Fix buttons and also space at error state

pull/14237/head
Víctor Velarde 6 years ago
parent 22d5b7b393
commit 13dde66d8f

@ -104,13 +104,16 @@
text-transform: uppercase; text-transform: uppercase;
&--primary { &--primary {
border-style: none; border: 2px solid #1785FB;
background-color: #1785FB; background-color: #1785FB;
color: #FFF; color: #FFF;
} }
&--is-link { &--is-link {
padding: 9px; padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 8px;
text-decoration: none !important; text-decoration: none !important;
} }
} }
@ -186,7 +189,7 @@
line-height: 16px; line-height: 16px;
&__title { &__title {
margin-top: 8px; margin-bottom: 8px;
font-family: 'Open Sans'; font-family: 'Open Sans';
font-weight: 600; font-weight: 600;
} }

@ -1,6 +1,6 @@
{ {
"name": "cartodb-ui", "name": "cartodb-ui",
"version": "1.0.0-assets.4-7", "version": "1.0.0-assets.4-8",
"description": "CARTO UI frontend", "description": "CARTO UI frontend",
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save