Skip to content

Updated Twitter component#221

Open
Woafflation wants to merge 1 commit intomasterfrom
feature/twitter-component-updated
Open

Updated Twitter component#221
Woafflation wants to merge 1 commit intomasterfrom
feature/twitter-component-updated

Conversation

@Woafflation
Copy link
Contributor

No description provided.

Comment on lines +14 to +61
border: 1px solid #e7eaf3;
background-color: #fff;
transition: transform 0.1s ease-in-out;

&:hover {
color: #181b2b;
transform: scale(1.01);
}
}

.content {
width: 100%;
height: 100%;
padding: 32px;
}

.header {
align-items: flex-start;
}

.avatar {
width: 48px;
height: 48px;
border-radius: 50%;
}

.bird {
margin-left: auto;
}

.displayName {
margin-bottom: 2px;
color: #181b2b;
}

.handle {
color: #7a859e;
}

.body {
& * {
@include text("body-1");

color: #171927;
}

& a {
color: #4da0eb;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use css variable colors instead of raw values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants