Skip to content

Conversation

@Nasty6163459
Copy link
Contributor

Add button and accordion

@jsru-1
Copy link
Contributor

jsru-1 commented Oct 20, 2025

Добавляю преподавателя (@GSemikozov) для код-ревью.

@jsru-1 jsru-1 requested a review from GSemikozov October 20, 2025 13:52
@jsru-1
Copy link
Contributor

jsru-1 commented Oct 21, 2025

Решение было обновлено, посмотрим что скажет @GSemikozov

@jsru-1
Copy link
Contributor

jsru-1 commented Oct 21, 2025

Решение было обновлено, посмотрим что скажет @GSemikozov


.button__primary {
background-color: var(--primary);
color: var(--color);

Choose a reason for hiding this comment

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

вот это еще актуально

.button_secondary {
background-color: var(--secondary);
color: var(--color);
border: var(--border);

Choose a reason for hiding this comment

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

1px solid var(--secondary)?

}

.button__alternate {
color: Gray 4;

Choose a reason for hiding this comment

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

все еще актуально, взять из переменной

.button__alternate {
color: Gray 4;
background-color: var(--alternate);
border-width: 1px;

Choose a reason for hiding this comment

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

актуально

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.

3 participants