Fix little style issues

pull/14237/head
Víctor Velarde 6 years ago
parent 431813dc8a
commit 428498e0d7

@ -48,7 +48,7 @@
&__subtitle { &__subtitle {
width: 220px; width: 220px;
margin-right: auto; margin-right: auto;
margin-bottom: 8px; margin-bottom: 16px;
margin-left: auto; margin-left: auto;
color: #2E3C43; color: #2E3C43;
font-family: 'Open Sans'; font-family: 'Open Sans';
@ -88,6 +88,7 @@
font-size: 12px; font-size: 12px;
font-weight: 600; font-weight: 600;
letter-spacing: 1px; letter-spacing: 1px;
line-height: 16px;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
@ -107,7 +108,7 @@
/* oauth-scopes-category */ /* oauth-scopes-category */
.oauth-scopes-category { .oauth-scopes-category {
margin-top: 8px; margin-top: 8px;
padding: 8px 16px; padding: 16px;
border-radius: 4px; border-radius: 4px;
background-color: #F9F9F9; background-color: #F9F9F9;
@ -148,16 +149,20 @@
} }
} }
&__scope::before { &__scope {
content: url($assetsDir + "/images/oauth_provider/enabled_check.svg"); padding-top: 12px;
margin-right: 6px;
}
&__scope--disabled {
color: #828A8F;
&::before { &::before {
content: url($assetsDir + "/images/oauth_provider/disabled_check.svg"); content: url($assetsDir + "/images/oauth_provider/enabled_check.svg");
margin-right: 6px;
}
&--disabled {
color: #828A8F;
&::before {
content: url($assetsDir + "/images/oauth_provider/disabled_check.svg");
}
} }
} }
} }

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

Loading…
Cancel
Save