Skip to content
Snippets Groups Projects
Unverified Commit 7d6ba476 authored by Denis Berezin's avatar Denis Berezin Committed by GitHub
Browse files

Fixes after css modules migration (#39531)

parent 112cb7f3
Branches
Tags
No related merge requests found
......@@ -9,11 +9,6 @@
margin-right: auto;
}
.list-wrapper {
margin-left: auto;
margin-right: auto;
}
.list a {
text-decoration: none;
}
......
......@@ -56,6 +56,10 @@
font-weight: normal;
}
:global(.Button--round) {
border-radius: 99px;
}
:global(.Button--primary) {
color: var(--color-text-white);
background: var(--color-brand);
......
.link-wrapper {
.linkWrapper {
text-decoration: none;
display: block;
background-color: var(--color-bg-white);
......@@ -12,6 +12,6 @@
transition: all 0.2s linear;
}
.model-title {
.modelTitle {
transition: all 0.2s linear;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment