Fixed issues after styleguide upgrade

This commit is contained in:
Grzegorz Leoniec 2019-01-14 14:45:42 +01:00
parent cb773eb2ce
commit 07c437ccaa
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
6 changed files with 21 additions and 12 deletions

View File

@ -146,3 +146,13 @@ hr {
transition-delay: 0;
}
}
.ds-card .ds-section {
padding: 0;
margin-left: -$space-base;
margin-right: -$space-base;
.ds-container {
padding: $space-base;
}
}

View File

@ -4,8 +4,8 @@
style="text-align: center"
>
<ds-button
:icon="loading ? 'spinner' : 'arrow-down'"
:disabled="loading"
:loading="loading"
icon="arrow-down"
ghost
@click="$emit('click')"
>

View File

@ -53,9 +53,7 @@
</template>
<ds-space margin="small" />
<!-- Comments -->
<ds-section
slot="footer"
>
<ds-section slot="footer">
<h3 style="margin-top: 0;">
<span>
<ds-icon name="comments" />
@ -234,11 +232,7 @@ export default {
}
}
.ds-card-footer {
padding: 0;
.ds-section {
padding: $space-base;
}
padding-bottom: 0;
}
}
</style>

View File

@ -34,4 +34,4 @@
.ds-container-x-large {
max-width: #{$xl}px;
}
}

View File

@ -64,7 +64,7 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: $text-color-base;
background-color: $background-color-base; // 2
background-color: $background-color-softer;
}
// Suppress the focus outline on elements that cannot be accessed via keyboard.

View File

@ -2578,6 +2578,11 @@ cli-width@^2.0.0:
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
clipboard-copy@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/clipboard-copy/-/clipboard-copy-2.0.1.tgz#25214db3aabc282109cfa3429ffd885b014fc8b3"
integrity sha512-/JBr7ryeWwl2w33SRMYGfOZU5SWPVNtpB9oTxUzFp7olKKd2HM+cnhSMeETblJMnjgqtL581ncI/pcZX7o7Big==
clipboardy@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-1.2.3.tgz#0526361bf78724c1f20be248d428e365433c07ef"