0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(console): fix margin-top of the tab nav on the connectors page (#2550)

This commit is contained in:
Xiao Yijun 2022-11-29 16:27:45 +08:00 committed by GitHub
parent 3350d11ffc
commit cb152a2c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 13 deletions

View file

@ -1,18 +1,20 @@
@use '@/scss/underscore' as _;
.tabs {
.container {
.tabs {
margin-top: _.unit(4);
}
}
.connectorName {
.connectorName {
width: 360px;
}
}
.empty {
.empty {
text-align: center;
font-size: var(--font-body-medium);
}
}
.emptyLine {
.emptyLine {
padding: _.unit(2) 0;
}
}

View file

@ -60,7 +60,7 @@ const Connectors = () => {
return (
<>
<div className={resourcesStyles.container}>
<div className={classNames(resourcesStyles.container, styles.container)}>
<div className={resourcesStyles.headline}>
<CardTitle title="connectors.title" subtitle="connectors.subtitle" />
{isSocial && (