Skip to content

Commit

Permalink
fixed styles, naming
Browse files Browse the repository at this point in the history
  • Loading branch information
agnieszkajarosikloj committed Jan 23, 2023
1 parent 5830e39 commit 373a190
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ import { AnyUser } from '~data/index';

const MSG = defineMessages({
title: {
id: 'dashboard.DAOIncorporation.VerificationBanner.title',
id: 'dashboard.Incorporation.VerificationBanner.title',
defaultMessage: '{user} Verify your identity',
},
description: {
id: 'dashboard.DAOIncorporation.VerificationBanner.title',
id: 'dashboard.Incorporation.VerificationBanner.title',
defaultMessage: `To be a Protector of the incorporated organisation, you need to verify your identity. You can also remove your nomination.`,
},
remove: {
id: 'dashboard.DAOIncorporation.VerificationBanner.remove',
id: 'dashboard.Incorporation.VerificationBanner.remove',
defaultMessage: 'Remove',
},
verify: {
id: 'dashboard.DAOIncorporation.VerificationBanner.verify',
id: 'dashboard.Incorporation.VerificationBanner.verify',
defaultMessage: 'Verify',
},
});

const displayName = 'dashboard.DAOIncorporation.VerificationBanner';
const displayName = 'dashboard.Incorporation.VerificationBanner';

export interface Props {
user: AnyUser;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
height: 100%;
}

.smallerPadding {
padding: 36px 100px 80px 25px;
}

.titleCommentsContainer {
min-width: 458px;
}
Expand Down Expand Up @@ -52,6 +48,9 @@
.mainContent {
display: flex;
justify-content: space-between;
padding: 76px 100px 70px 25px;
min-height: calc(100vh - navBarHeight);
}

.smallerPadding {
padding: 36px 100px 80px 25px;
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const sidebarWidth: string;
export const navBarHeight: string;
export const main: string;
export const smallerPadding: string;
export const titleCommentsContainer: string;
export const sidebar: string;
export const wrapper: string;
export const spinnerContainer: string;
export const mainContainer: string;
export const mainContent: string;
export const smallerPadding: string;

0 comments on commit 373a190

Please sign in to comment.